#2C240F
A very dark, moderate orange closely aligning with Black.
About #2C240F
Visually, #2C240F is defined as a moderate orange. It is closely associated with the named CSS color Black. In the RGB color space, it consists of 44 red, 36 green, and 15 blue.
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.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C240F
RGB44, 36, 15
HSL43.4°, 49.2%, 11.6%
CMYK0%, 18%, 66%, 83%
HSV43.4°, 65.9%, 17.3%
LAB14.6, 0.4, 14.9
XYZ1.8, 1.8, 0.7
Decimal2892815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.37:1
Text on #FFFFFF
AAA
1.37:1
Text on #000000
FAIL
14.69:1
Text on #F8FAFC
AAA
1.16:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C240F;
}
.text-color {
color: #2C240F;
}
.border-color {
border: 2px solid #2C240F;
}