#922C07
A dark, vivid orange closely aligning with Darkred.
About #922C07
Visually, #922C07 is defined as a vivid orange. It is closely associated with the named CSS color Darkred. To achieve this exact tint on a monitor, you would use an RGB mix of 146, 44, and 7.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 70% magenta, 95% yellow, and 43% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#922C07
RGB146, 44, 7
HSL16.0°, 90.8%, 30.0%
CMYK0%, 70%, 95%, 43%
HSV16.0°, 95.2%, 57.3%
LAB33.8, 41.4, 43.3
XYZ12.8, 7.9, 1.1
Decimal9579527
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.12:1
Text on #FFFFFF
AAA
2.59:1
Text on #000000
FAIL
7.76:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922C07;
}
.text-color {
color: #922C07;
}
.border-color {
border: 2px solid #922C07;
}