#DB423A
A medium, moderate red closely aligning with Firebrick.
About #DB423A
At its core, #DB423A is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Firebrick. To achieve this exact tint on a monitor, you would use an RGB mix of 219, 66, and 58.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 70% Magenta, 74% Yellow, and 14% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#DB423A
RGB219, 66, 58
HSL3.0°, 69.1%, 54.3%
CMYK0%, 70%, 74%, 14%
HSV3.0°, 73.5%, 85.9%
LAB51.0, 58.8, 39.2
XYZ31.9, 19.3, 6.0
Decimal14369338
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB423A;
}
.text-color {
color: #DB423A;
}
.border-color {
border: 2px solid #DB423A;
}