#99070F
A dark, vivid red closely aligning with Darkred.
About #99070F
When working with digital screens, the color #99070F is rendered by mixing light. Its closest recognized web color is Darkred. This translates to an RGB value of rgb(153, 7, 15).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 95% magenta, 90% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99070F
RGB153, 7, 15
HSL356.7°, 91.2%, 31.4%
CMYK0%, 95%, 90%, 40%
HSV356.7°, 95.4%, 60.0%
LAB31.7, 53.9, 39.1
XYZ13.3, 7.0, 1.1
Decimal10028815
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.78:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.39:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #99070F;
}
.text-color {
color: #99070F;
}
.border-color {
border: 2px solid #99070F;
}