#B61607
A dark, vivid red closely aligning with Firebrick.
About #B61607
When working with digital screens, the color #B61607 is rendered by mixing light. It is closely associated with the named CSS color Firebrick. This translates to an RGB value of rgb(182, 22, 7).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 88% M, 96% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B61607
RGB182, 22, 7
HSL5.1°, 92.6%, 37.1%
CMYK0%, 88%, 96%, 29%
HSV5.1°, 96.2%, 71.4%
LAB38.8, 59.3, 49.9
XYZ19.6, 10.5, 1.2
Decimal11933191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.76:1
Text on #FFFFFF
AA
3.11:1
Text on #000000
AA Large
6.46:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B61607;
}
.text-color {
color: #B61607;
}
.border-color {
border: 2px solid #B61607;
}