#E9240F
A medium, vivid red closely aligning with Orangered.
About #E9240F
The hex code #E9240F represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Orangered. In the RGB color space, it consists of 233 red, 36 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 85% magenta, 94% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9240F
RGB233, 36, 15
HSL5.8°, 87.9%, 48.6%
CMYK0%, 85%, 94%, 9%
HSV5.8°, 93.6%, 91.4%
LAB50.2, 70.5, 59.4
XYZ34.3, 18.6, 2.2
Decimal15279119
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.72:1
Text on #000000
AA
4.25:1
Text on #F8FAFC
AA Large
4.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E9240F;
}
.text-color {
color: #E9240F;
}
.border-color {
border: 2px solid #E9240F;
}