Crimson Hex Code — #DC143C
RGB, HSL, and CMYK values for Crimson.
Crimson Color Values
| Format | Value |
|---|---|
| HEX | #DC143C |
| RGB | rgb(220, 20, 60) |
| HSL | hsl(348, 83%, 47%) |
| CMYK | cmyk(0%, 91%, 73%, 14%) |
Want to explore more shades? Use our Color Converter
About Crimson
Color psychology: Excitement, drama.
Crimson (#DC143C) is a medium shade of red. It's commonly used in web design, graphic design, and branding where excitement, drama are desired associations.
How to Use Crimson in CSS
/* Using HEX */ color: #DC143C; background-color: #DC143C; /* Using RGB */ color: rgb(220, 20, 60); /* Using HSL */ color: hsl(348, 83%, 47%);