#922400
A dark, vivid red closely aligning with Darkred.
About #922400
Visually, #922400 is defined as a vivid red. Designers often compare it to the standard color Darkred. Its digital footprint relies on 146 parts red, 36 parts green, and 0 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 75% magenta, 100% yellow, and 43% black. This makes it a relatively light color when applied to physical surfaces.
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#922400
RGB146, 36, 0
HSL14.8°, 100.0%, 28.6%
CMYK0%, 75%, 100%, 43%
HSV14.8°, 100.0%, 57.3%
LAB32.6, 44.5, 45.3
XYZ12.5, 7.4, 0.8
Decimal9577472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.49:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.11:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #922400;
}
.text-color {
color: #922400;
}
.border-color {
border: 2px solid #922400;
}