#DB422C
A medium, vivid red closely aligning with Tomato.
About #DB422C
The hex code #DB422C represents a beautifully specific shade of red. Its closest recognized web color is Tomato. In the RGB color space, it consists of 219 red, 66 green, and 44 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 70% M, 80% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#DB422C
RGB219, 66, 44
HSL7.5°, 70.9%, 51.6%
CMYK0%, 70%, 80%, 14%
HSV7.5°, 79.9%, 85.9%
LAB50.8, 58.3, 46.6
XYZ31.6, 19.1, 4.4
Decimal14369324
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.35:1
Text on #FFFFFF
AA Large
4.83:1
Text on #000000
AA
4.16:1
Text on #F8FAFC
AA Large
4.10:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB422C;
}
.text-color {
color: #DB422C;
}
.border-color {
border: 2px solid #DB422C;
}