#BD0700
A dark, vivid red closely aligning with Firebrick.
About #BD0700
When working with digital screens, the color #BD0700 is rendered by mixing light. It is closely associated with the named CSS color Firebrick. In the RGB color space, it consists of 189 red, 7 green, and 0 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 96% Magenta, 100% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#BD0700
RGB189, 7, 0
HSL2.2°, 100.0%, 37.1%
CMYK0%, 96%, 100%, 26%
HSV2.2°, 100.0%, 74.1%
LAB39.5, 63.2, 53.8
XYZ21.1, 11.0, 1.0
Decimal12388096
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.57:1
Text on #FFFFFF
AA
3.19: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: #BD0700;
}
.text-color {
color: #BD0700;
}
.border-color {
border: 2px solid #BD0700;
}