#B61D07
A dark, vivid red closely aligning with Firebrick.
About #B61D07
When working with digital screens, the color #B61D07 is rendered by mixing light. It is closely associated with the named CSS color Firebrick. This translates to an RGB value of rgb(182, 29, 7).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 84% M, 96% Y, and 29% K. With a hue angle of 7.5 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B61D07
RGB182, 29, 7
HSL7.5°, 92.6%, 37.1%
CMYK0%, 84%, 96%, 29%
HSV7.5°, 96.2%, 71.4%
LAB39.3, 57.8, 50.2
XYZ19.8, 10.8, 1.3
Decimal11934983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.63:1
Text on #FFFFFF
AA
3.17:1
Text on #000000
AA Large
6.34:1
Text on #F8FAFC
AA
2.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B61D07;
}
.text-color {
color: #B61D07;
}
.border-color {
border: 2px solid #B61D07;
}