CSS color code for red?

Ryu

New Arrival
Joined
Apr 17, 2016
Messages
4
Reaction score
0
FP$
6
Hi. Does anyone here know the color code for red? I've looked it up and no results are working. Thanks
 
Hello,

do you mean basic red ? if so, you can use the "keyword" red as well.
example:
Code:
.class-Selector {
color: red;
}

but If you need it, here you are: #FF0000

Cheers
 
Back
Top Bottom