#CC1D33
A medium, vivid red closely aligning with Crimson.
About #CC1D33
The precise color #CC1D33 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 204 red, 29 green, and 51 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 86% magenta, 75% yellow, and 20% black. With a hue angle of 352.5 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#CC1D33
RGB204, 29, 51
HSL352.5°, 75.1%, 45.7%
CMYK0%, 86%, 75%, 20%
HSV352.5°, 85.8%, 80.0%
LAB44.2, 65.0, 34.8
XYZ25.9, 14.0, 4.5
Decimal13376819
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.54:1
Text on #FFFFFF
AA
3.79:1
Text on #000000
AA Large
5.29:1
Text on #F8FAFC
AA
3.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC1D33;
}
.text-color {
color: #CC1D33;
}
.border-color {
border: 2px solid #CC1D33;
}