#CC0F33
A medium, vivid red closely aligning with Crimson.
About #CC0F33
At its core, #CC0F33 is a medium and vivid hue. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(204, 15, 51).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 93% magenta, 75% yellow, and 20% black. With a hue angle of 348.6 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#CC0F33
RGB204, 15, 51
HSL348.6°, 86.3%, 42.9%
CMYK0%, 93%, 75%, 20%
HSV348.6°, 92.6%, 80.0%
LAB43.4, 67.2, 33.9
XYZ25.7, 13.4, 4.4
Decimal13373235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.70:1
Text on #FFFFFF
AA
3.68:1
Text on #000000
AA Large
5.45:1
Text on #F8FAFC
AA
3.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC0F33;
}
.text-color {
color: #CC0F33;
}
.border-color {
border: 2px solid #CC0F33;
}