#D30F0F
A medium, vivid red closely aligning with Red.
About #D30F0F
At its core, #D30F0F is a medium and vivid hue. Designers often compare it to the standard color Red. To achieve this exact tint on a monitor, you would use an RGB mix of 211, 15, and 15.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 93% M, 93% Y, and 17% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#D30F0F
RGB211, 15, 15
HSL0.0°, 86.7%, 44.3%
CMYK0%, 93%, 93%, 17%
HSV0.0°, 92.9%, 82.7%
LAB44.6, 68.2, 53.8
XYZ27.1, 14.2, 1.8
Decimal13831951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.46:1
Text on #FFFFFF
AA
3.85:1
Text on #000000
AA Large
5.22:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D30F0F;
}
.text-color {
color: #D30F0F;
}
.border-color {
border: 2px solid #D30F0F;
}