Answers for "red hex code"

CSS
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
8

purple hex code

#800080
Posted by: Guest on March-29-2020
21

white rgb color

rgb(255,255,255)	/*white*/  Hex 	#FFFFFF
Posted by: Guest on July-07-2020
8

blue hex code

#0000FF
Posted by: Guest on March-29-2020
12

red color rgb

rgb(255,0,0)  /*red*/  Hex  #FF0000
Posted by: Guest on July-07-2020
15

rgb blue color code

(128,0,128)    Hex  #800080
Posted by: Guest on July-07-2020

Browse Popular Code Answers by Language