#C53A1D
A medium, vivid red closely aligning with Firebrick.
About #C53A1D
When working with digital screens, the color #C53A1D is rendered by mixing light. Designers often compare it to the standard color Firebrick. Its digital footprint relies on 197 parts red, 58 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 71% Magenta, 85% Yellow, and 23% Black. The HSL representation is 10.4° hue, 74.3% saturation, and 44.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C53A1D
RGB197, 58, 29
HSL10.4°, 74.3%, 44.3%
CMYK0%, 71%, 85%, 23%
HSV10.4°, 85.3%, 77.3%
LAB45.6, 53.8, 47.6
XYZ24.8, 15.0, 2.7
Decimal12925469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.25:1
Text on #FFFFFF
AA
4.00:1
Text on #000000
AA Large
5.02:1
Text on #F8FAFC
AA
3.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #C53A1D;
}
.text-color {
color: #C53A1D;
}
.border-color {
border: 2px solid #C53A1D;
}