#E2330F
A medium, vivid red closely aligning with Orangered.
About #E2330F
The precise color #E2330F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Orangered. This translates to an RGB value of rgb(226, 51, 15).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 77% magenta, 93% yellow, and 11% black. With a hue angle of 10.2 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2330F
RGB226, 51, 15
HSL10.2°, 87.6%, 47.3%
CMYK0%, 77%, 93%, 11%
HSV10.2°, 93.4%, 88.6%
LAB50.2, 64.9, 58.7
XYZ32.6, 18.6, 2.3
Decimal14824207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.45:1
Text on #FFFFFF
AA Large
4.71:1
Text on #000000
AA
4.26:1
Text on #F8FAFC
AA Large
4.01:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2330F;
}
.text-color {
color: #E2330F;
}
.border-color {
border: 2px solid #E2330F;
}