#C50F24
A medium, vivid red closely aligning with Firebrick.
About #C50F24
The precise color #C50F24 is an excellent choice for modern design projects. It is closely associated with the named CSS color Firebrick. This translates to an RGB value of rgb(197, 15, 36).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 92% M, 82% Y, and 23% K. The HSL representation is 353.1° hue, 85.8% saturation, and 41.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C50F24
RGB197, 15, 36
HSL353.1°, 85.8%, 41.6%
CMYK0%, 92%, 82%, 23%
HSV353.1°, 92.4%, 77.3%
LAB41.8, 65.0, 40.5
XYZ23.5, 12.3, 2.8
Decimal12914468
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.06:1
Text on #FFFFFF
AA
3.47:1
Text on #000000
AA Large
5.79:1
Text on #F8FAFC
AA
2.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #C50F24;
}
.text-color {
color: #C50F24;
}
.border-color {
border: 2px solid #C50F24;
}