#BD2C0F
A medium, vivid red closely aligning with Firebrick.
About #BD2C0F
The hex code #BD2C0F represents a beautifully specific shade of red. Its closest recognized web color is Firebrick. In the RGB color space, it consists of 189 red, 44 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 77% Magenta, 92% Yellow, and 26% Black. The HSL representation is 10.0° hue, 85.3% saturation, and 40.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD2C0F
RGB189, 44, 15
HSL10.0°, 85.3%, 40.0%
CMYK0%, 77%, 92%, 26%
HSV10.0°, 92.1%, 74.1%
LAB42.2, 55.8, 50.1
XYZ22.0, 12.7, 1.7
Decimal12397583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.95:1
Text on #FFFFFF
AA
3.53:1
Text on #000000
AA Large
5.68:1
Text on #F8FAFC
AA
3.00:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #BD2C0F;
}
.text-color {
color: #BD2C0F;
}
.border-color {
border: 2px solid #BD2C0F;
}