#DB2C1D
A medium, vivid red closely aligning with Tomato.
About #DB2C1D
When working with digital screens, the color #DB2C1D is rendered by mixing light. Its closest recognized web color is Tomato. In the RGB color space, it consists of 219 red, 44 green, and 29 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, 80% M, 87% Y, and 14% K. The HSL representation is 4.7° hue, 76.6% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB2C1D
RGB219, 44, 29
HSL4.7°, 76.6%, 48.6%
CMYK0%, 80%, 87%, 14%
HSV4.7°, 86.8%, 85.9%
LAB48.2, 65.0, 51.4
XYZ30.3, 17.0, 2.8
Decimal14363677
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.78:1
Text on #FFFFFF
AA
4.39:1
Text on #000000
AA Large
4.57:1
Text on #F8FAFC
AA
3.73:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB2C1D;
}
.text-color {
color: #DB2C1D;
}
.border-color {
border: 2px solid #DB2C1D;
}