#B62407
A dark, vivid red closely aligning with Firebrick.
About #B62407
The precise color #B62407 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(182, 36, 7).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 80% magenta, 96% yellow, and 29% black. With a hue angle of 9.9 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#B62407
RGB182, 36, 7
HSL9.9°, 92.6%, 37.1%
CMYK0%, 80%, 96%, 29%
HSV9.9°, 96.2%, 71.4%
LAB40.0, 56.0, 50.6
XYZ20.0, 11.2, 1.3
Decimal11936775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.47:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.19:1
Text on #F8FAFC
AA
2.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B62407;
}
.text-color {
color: #B62407;
}
.border-color {
border: 2px solid #B62407;
}