#E62106
A medium, vivid red closely aligning with Orangered.
About #E62106
At its core, #E62106 is a medium and vivid hue. It is closely associated with the named CSS color Orangered. Its digital footprint relies on 230 parts red, 33 parts green, and 6 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 86% M, 97% Y, and 10% K. The HSL representation is 7.2° hue, 94.9% saturation, and 46.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E62106
RGB230, 33, 6
HSL7.2°, 94.9%, 46.3%
CMYK0%, 86%, 97%, 10%
HSV7.2°, 97.4%, 90.2%
LAB49.4, 70.3, 61.1
XYZ33.2, 17.9, 1.9
Decimal15081734
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.58:1
Text on #FFFFFF
AA
4.58:1
Text on #000000
AA
4.38:1
Text on #F8FAFC
AA Large
3.90:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E62106;
}
.text-color {
color: #E62106;
}
.border-color {
border: 2px solid #E62106;
}