#BD0707
A dark, vivid red closely aligning with Firebrick.
About #BD0707
Visually, #BD0707 is defined as a vivid red. It is closely associated with the named CSS color Firebrick. This translates to an RGB value of rgb(189, 7, 7).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 96% Magenta, 96% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD0707
RGB189, 7, 7
HSL0.0°, 92.9%, 38.4%
CMYK0%, 96%, 96%, 26%
HSV0.0°, 96.3%, 74.1%
LAB39.6, 63.3, 51.2
XYZ21.1, 11.0, 1.2
Decimal12388103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.57:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.28:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #BD0707;
}
.text-color {
color: #BD0707;
}
.border-color {
border: 2px solid #BD0707;
}