#DB2400
A medium, vivid red closely aligning with Orangered.
About #DB2400
Visually, #DB2400 is defined as a vivid red. It is closely associated with the named CSS color Orangered. This translates to an RGB value of rgb(219, 36, 0).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 84% M, 100% Y, and 14% K. With a hue angle of 9.9 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB2400
RGB219, 36, 0
HSL9.9°, 100.0%, 42.9%
CMYK0%, 84%, 100%, 14%
HSV9.9°, 100.0%, 85.9%
LAB47.4, 66.6, 60.5
XYZ29.8, 16.3, 1.6
Decimal14361600
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.26:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB2400;
}
.text-color {
color: #DB2400;
}
.border-color {
border: 2px solid #DB2400;
}