#C5332C
A medium, moderate red closely aligning with Firebrick.
About #C5332C
At its core, #C5332C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 197, 51, and 44.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 74% Magenta, 78% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C5332C
RGB197, 51, 44
HSL2.7°, 63.5%, 47.3%
CMYK0%, 74%, 78%, 23%
HSV2.7°, 77.7%, 77.3%
LAB44.8, 56.7, 39.1
XYZ24.7, 14.4, 3.9
Decimal12923692
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.41:1
Text on #FFFFFF
AA
3.88:1
Text on #000000
AA Large
5.17:1
Text on #F8FAFC
AA
3.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C5332C;
}
.text-color {
color: #C5332C;
}
.border-color {
border: 2px solid #C5332C;
}