#DB2C0F
A medium, vivid red closely aligning with Orangered.
About #DB2C0F
Visually, #DB2C0F is defined as a vivid red. It is closely associated with the named CSS color Orangered. Its digital footprint relies on 219 parts red, 44 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 80% M, 93% Y, and 14% K. The HSL representation is 8.5° hue, 87.2% saturation, and 45.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#DB2C0F
RGB219, 44, 15
HSL8.5°, 87.2%, 45.9%
CMYK0%, 80%, 93%, 14%
HSV8.5°, 93.2%, 85.9%
LAB48.1, 64.8, 56.7
XYZ30.2, 16.9, 2.1
Decimal14363663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.80:1
Text on #FFFFFF
AA
4.38:1
Text on #000000
AA Large
4.58:1
Text on #F8FAFC
AA
3.72:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB2C0F;
}
.text-color {
color: #DB2C0F;
}
.border-color {
border: 2px solid #DB2C0F;
}