#2C0F0F
A very dark, moderate red closely aligning with Black.
About #2C0F0F
The hex code #2C0F0F represents a beautifully specific shade of red. Its closest recognized web color is Black. This translates to an RGB value of rgb(44, 15, 15).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 66% M, 66% Y, and 83% K. The HSL representation is 0.0° hue, 49.2% saturation, and 11.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C0F0F
RGB44, 15, 15
HSL0.0°, 49.2%, 11.6%
CMYK0%, 66%, 66%, 83%
HSV0.0°, 65.9%, 17.3%
LAB8.2, 15.0, 6.2
XYZ1.3, 0.9, 0.6
Decimal2887439
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.76:1
Text on #FFFFFF
AAA
1.18:1
Text on #000000
FAIL
16.98:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F0F;
}
.text-color {
color: #2C0F0F;
}
.border-color {
border: 2px solid #2C0F0F;
}