#CC163A
A medium, vivid red closely aligning with Crimson.
About #CC163A
Visually, #CC163A is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. This translates to an RGB value of rgb(204, 22, 58).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 89% M, 72% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#CC163A
RGB204, 22, 58
HSL348.1°, 80.5%, 44.3%
CMYK0%, 89%, 72%, 20%
HSV348.1°, 89.2%, 80.0%
LAB43.8, 66.5, 30.2
XYZ26.0, 13.7, 5.3
Decimal13375034
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.61:1
Text on #FFFFFF
AA
3.74:1
Text on #000000
AA Large
5.36:1
Text on #F8FAFC
AA
3.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #CC163A;
}
.text-color {
color: #CC163A;
}
.border-color {
border: 2px solid #CC163A;
}