#DB0F42
A medium, vivid red closely aligning with Crimson.
About #DB0F42
At its core, #DB0F42 is a medium and vivid hue. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(219, 15, 66).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 93% magenta, 70% yellow, and 14% black. With a hue angle of 345.0 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#DB0F42
RGB219, 15, 66
HSL345.0°, 87.2%, 45.9%
CMYK0%, 93%, 70%, 14%
HSV345.0°, 93.2%, 85.9%
LAB46.7, 71.5, 29.5
XYZ30.4, 15.8, 6.6
Decimal14356290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.05:1
Text on #FFFFFF
AA
4.16:1
Text on #000000
AA Large
4.83:1
Text on #F8FAFC
AA
3.54:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #DB0F42;
}
.text-color {
color: #DB0F42;
}
.border-color {
border: 2px solid #DB0F42;
}