#B60F24
A dark, vivid red closely aligning with Firebrick.
About #B60F24
The precise color #B60F24 is an excellent choice for modern design projects. It is closely associated with the named CSS color Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 182, 15, and 36.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 92% M, 80% Y, and 29% K. The HSL representation is 352.5° hue, 84.8% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B60F24
RGB182, 15, 36
HSL352.5°, 84.8%, 38.6%
CMYK0%, 92%, 80%, 29%
HSV352.5°, 91.8%, 71.4%
LAB38.6, 61.1, 36.2
XYZ19.8, 10.4, 2.6
Decimal11931428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.81:1
Text on #FFFFFF
AA
3.08:1
Text on #000000
AA Large
6.51:1
Text on #F8FAFC
AA
2.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B60F24;
}
.text-color {
color: #B60F24;
}
.border-color {
border: 2px solid #B60F24;
}