Answers for "red hexadecimal color"

7

red hex code

/* crimson */
.crimson{
	color:#DC143C;
}
/* red */
.red{
	color:#FF0000;
}
/* tomato */
.tomoato{
	color:#FF6347;
}
/* coral */
.coral{
	color:#FF7F50;
}
Posted by: Guest on March-23-2021
16

html color codes

<!-- Check these best user friendly html color codes -->
#1ca69d     #e31ce0      #c13e72      #99b34d    #3affb9
#6c7093     #b35ba0      #1b1452
Posted by: Guest on November-04-2020

Browse Popular Code Answers by Language