#920F07
A dark, vivid red closely aligning with Darkred.
About #920F07
Visually, #920F07 is defined as a vivid red. It is closely associated with the named CSS color Darkred. In the RGB color space, it consists of 146 red, 15 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 90% 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#920F07
RGB146, 15, 7
HSL3.5°, 90.8%, 30.0%
CMYK0%, 90%, 95%, 43%
HSV3.5°, 95.2%, 57.3%
LAB30.6, 50.6, 41.1
XYZ12.1, 6.5, 0.8
Decimal9572103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.16:1
Text on #FFFFFF
AAA
2.29:1
Text on #000000
FAIL
8.75:1
Text on #F8FAFC
AAA
1.95:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #920F07;
}
.text-color {
color: #920F07;
}
.border-color {
border: 2px solid #920F07;
}