#921D0F
A dark, vivid red closely aligning with Darkred.
About #921D0F
At its core, #921D0F is a dark and vivid hue. Its closest recognized web color is Darkred. Its digital footprint relies on 146 parts red, 29 parts green, and 15 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 80% magenta, 90% yellow, and 43% black. With a hue angle of 6.4 degrees, it sits comfortably in the red spectrum.
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#921D0F
RGB146, 29, 15
HSL6.4°, 81.4%, 31.6%
CMYK0%, 80%, 90%, 43%
HSV6.4°, 89.7%, 57.3%
LAB31.9, 47.1, 38.6
XYZ12.4, 7.0, 1.2
Decimal9575695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.73:1
Text on #FFFFFF
AAA
2.40:1
Text on #000000
FAIL
8.35:1
Text on #F8FAFC
AAA
2.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #921D0F;
}
.text-color {
color: #921D0F;
}
.border-color {
border: 2px solid #921D0F;
}