#CC2433
A medium, vivid red closely aligning with Crimson.
About #CC2433
When working with digital screens, the color #CC2433 is rendered by mixing light. It is closely associated with the named CSS color Crimson. In the RGB color space, it consists of 204 red, 36 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 82% M, 75% Y, and 20% K. The HSL representation is 354.6° hue, 70.0% saturation, and 47.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC2433
RGB204, 36, 51
HSL354.6°, 70.0%, 47.1%
CMYK0%, 82%, 75%, 20%
HSV354.6°, 82.4%, 80.0%
LAB44.7, 63.4, 35.4
XYZ26.1, 14.3, 4.5
Decimal13378611
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.43:1
Text on #FFFFFF
AA
3.87:1
Text on #000000
AA Large
5.19:1
Text on #F8FAFC
AA
3.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC2433;
}
.text-color {
color: #CC2433;
}
.border-color {
border: 2px solid #CC2433;
}