#B61D0F
A dark, vivid red closely aligning with Firebrick.
About #B61D0F
The hex code #B61D0F represents a beautifully specific shade of red. 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, 29, and 15.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 84% M, 92% Y, and 29% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B61D0F
RGB182, 29, 15
HSL5.0°, 84.8%, 38.6%
CMYK0%, 84%, 92%, 29%
HSV5.0°, 91.8%, 71.4%
LAB39.3, 57.9, 47.4
XYZ19.8, 10.9, 1.5
Decimal11934991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.62:1
Text on #FFFFFF
AA
3.17:1
Text on #000000
AA Large
6.33:1
Text on #F8FAFC
AA
2.70:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B61D0F;
}
.text-color {
color: #B61D0F;
}
.border-color {
border: 2px solid #B61D0F;
}