#2C0F07
A very dark, vivid red closely aligning with Black.
About #2C0F07
The hex code #2C0F07 represents a beautifully specific shade of red. Its closest recognized web color is Black. In the RGB color space, it consists of 44 red, 15 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 66% M, 84% Y, and 83% K. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#2C0F07
RGB44, 15, 7
HSL13.0°, 72.5%, 10.0%
CMYK0%, 66%, 84%, 83%
HSV13.0°, 84.1%, 17.3%
LAB8.1, 14.2, 9.5
XYZ1.2, 0.9, 0.3
Decimal2887431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.82:1
Text on #FFFFFF
AAA
1.18:1
Text on #000000
FAIL
17.03:1
Text on #F8FAFC
AAA
1.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C0F07;
}
.text-color {
color: #2C0F07;
}
.border-color {
border: 2px solid #2C0F07;
}