#C53A07
A medium, vivid orange closely aligning with Firebrick.
About #C53A07
Visually, #C53A07 is defined as a vivid orange. Its closest recognized web color is Firebrick. In the RGB color space, it consists of 197 red, 58 green, and 7 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 71% Magenta, 96% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#C53A07
RGB197, 58, 7
HSL16.1°, 93.1%, 40.0%
CMYK0%, 71%, 96%, 23%
HSV16.1°, 96.4%, 77.3%
LAB45.5, 53.4, 55.3
XYZ24.6, 14.9, 1.8
Decimal12925447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.27:1
Text on #FFFFFF
AA
3.98:1
Text on #000000
AA Large
5.04:1
Text on #F8FAFC
AA
3.39:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C53A07;
}
.text-color {
color: #C53A07;
}
.border-color {
border: 2px solid #C53A07;
}