#922407
A dark, vivid red closely aligning with Darkred.
About #922407
Visually, #922407 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Darkred. Its digital footprint relies on 146 parts red, 36 parts green, and 7 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 75% M, 95% Y, and 43% K. The HSL representation is 12.5° hue, 90.8% saturation, and 30.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a 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#922407
RGB146, 36, 7
HSL12.5°, 90.8%, 30.0%
CMYK0%, 75%, 95%, 43%
HSV12.5°, 95.2%, 57.3%
LAB32.7, 44.6, 42.5
XYZ12.5, 7.4, 1.0
Decimal9577479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.48:1
Text on #FFFFFF
AAA
2.48:1
Text on #000000
FAIL
8.10:1
Text on #F8FAFC
AAA
2.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922407;
}
.text-color {
color: #922407;
}
.border-color {
border: 2px solid #922407;
}