#BD0733
A dark, vivid red closely aligning with Crimson.
About #BD0733
Visually, #BD0733 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 189 red, 7 green, and 51 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 96% Magenta, 73% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#BD0733
RGB189, 7, 51
HSL345.5°, 92.9%, 38.4%
CMYK0%, 96%, 73%, 26%
HSV345.5°, 96.3%, 74.1%
LAB39.9, 64.3, 29.1
XYZ21.7, 11.2, 4.2
Decimal12388147
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.48: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: #BD0733;
}
.text-color {
color: #BD0733;
}
.border-color {
border: 2px solid #BD0733;
}