What is the RGB code for crimson?
The CSS color crimson in RGB format is rgb(220, 20, 60). 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: rgb(220, 20, 60);
- Background: background-color: rgb(220, 20, 60);
- Border: border-color: rgb(220, 20, 60);
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 RGB?
Select crimson from the color name list in our color converter. The RGB value — rgb(220, 20, 60) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.