#DB3307
A medium, vivid red closely aligning with Orangered.
About #DB3307
The hex code #DB3307 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Orangered. Its digital footprint relies on 219 parts red, 51 parts green, and 7 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 77% Magenta, 97% Yellow, and 14% Black. The HSL representation is 12.5° hue, 93.8% saturation, and 44.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB3307
RGB219, 51, 7
HSL12.5°, 93.8%, 44.3%
CMYK0%, 77%, 97%, 14%
HSV12.5°, 96.8%, 85.9%
LAB48.8, 62.7, 59.3
XYZ30.4, 17.4, 2.0
Decimal14365447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.68:1
Text on #FFFFFF
AA
4.49:1
Text on #000000
AA Large
4.47:1
Text on #F8FAFC
AA Large
3.82:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB3307;
}
.text-color {
color: #DB3307;
}
.border-color {
border: 2px solid #DB3307;
}