What is the HEX code for crimson?
The CSS color crimson in HEX format is #dc143c. Use this value directly in CSS, SVG, and most design tools.
How do I use crimson in CSS?
To apply crimson in CSS:
- Text color: color: #dc143c;
- Background: background-color: #dc143c;
- Border: border-color: #dc143c;
What are all the color format values for crimson?
| Format | Value |
|---|---|
| HEX | #dc143c |
| RGB | rgb(220, 20, 60) |
| HSL | hsl(348, 83.3%, 47.1%) |
| CMYK | cmyk(0%, 90.9%, 72.7%, 13.7%) |
How do I convert crimson to HEX?
Select crimson from the color name list in our color converter. The HEX value — #dc143c — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does crimson belong to?
crimson belongs to the red color family. It is a medium, vivid color with HSL values: hue 348°, saturation 83.3%, lightness 47.1%.
How do I create lighter and darker shades of crimson?
Lighter variant (lightness 62.1%): #ef4e6e. Darker variant (lightness 32.1%): #960e29. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.