#241D1D
A very dark, muted red closely aligning with Black.
About #241D1D
The hex code #241D1D represents a beautifully specific shade of red. Its closest recognized web color is Black. Its digital footprint relies on 36 parts red, 29 parts green, and 29 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 19% M, 19% Y, and 86% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#241D1D
RGB36, 29, 29
HSL0.0°, 10.8%, 12.7%
CMYK0%, 19%, 19%, 86%
HSV0.0°, 19.4%, 14.1%
LAB11.6, 3.4, 1.3
XYZ1.4, 1.3, 1.3
Decimal2366749
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.55:1
Text on #FFFFFF
AAA
1.27:1
Text on #000000
FAIL
15.82:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241D1D;
}
.text-color {
color: #241D1D;
}
.border-color {
border: 2px solid #241D1D;
}