#2C241D
A very dark, muted orange closely aligning with Black.
About #2C241D
Visually, #2C241D is defined as a muted orange. If you're using CSS, you might find it aligns closely with Black. Its digital footprint relies on 44 parts red, 36 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 18% magenta inks. 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2C241D
RGB44, 36, 29
HSL28.0°, 20.5%, 14.3%
CMYK0%, 18%, 34%, 83%
HSV28.0°, 34.1%, 17.3%
LAB14.9, 2.4, 6.1
XYZ1.9, 1.9, 1.4
Decimal2892829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.25:1
Text on #FFFFFF
AAA
1.38:1
Text on #000000
FAIL
14.57:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C241D;
}
.text-color {
color: #2C241D;
}
.border-color {
border: 2px solid #2C241D;
}