Crimson Color
CSS Name crimson
HEX #DC143C
RGB rgb(220, 20, 60)
HSL hsl(348, 83%, 47%)
CMYK cmyk(0%, 91%, 73%, 14%)
About Crimson
Crimson is one of the 148 CSS named colors recognized by all modern browsers. You can use it in CSS by name (color: crimson;) or by its HEX code (color: #DC143C;).
Usage in CSS
.element {
color: crimson;
/* or */
color: #DC143C;
/* or */
color: rgb(220, 20, 60);
}
color: crimson;
/* or */
color: #DC143C;
/* or */
color: rgb(220, 20, 60);
}
Frequently Asked Questions
What is the HEX code for Crimson?
The HEX code for Crimson is #DC143C.
What is the RGB value of Crimson?
The RGB value is rgb(220, 20, 60).