#920024
A dark, vivid red closely aligning with Brown.
About #920024
The hex code #920024 represents a beautifully specific shade of red. It is closely associated with the named CSS color Brown. This translates to an RGB value of rgb(146, 0, 36).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 100% magenta, 75% yellow, and 43% black. With a hue angle of 345.2 degrees, it sits comfortably in the red spectrum.
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#920024
RGB146, 0, 36
HSL345.2°, 100.0%, 28.6%
CMYK0%, 100%, 75%, 43%
HSV345.2°, 100.0%, 57.3%
LAB30.0, 53.7, 24.6
XYZ12.2, 6.2, 2.2
Decimal9568292
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.34:1
Text on #FFFFFF
AAA
2.25:1
Text on #000000
FAIL
8.93:1
Text on #F8FAFC
AAA
1.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920024;
}
.text-color {
color: #920024;
}
.border-color {
border: 2px solid #920024;
}