#E2501D
A medium, vivid orange closely aligning with Tomato.
About #E2501D
Visually, #E2501D is defined as a vivid orange. If you're using CSS, you might find it aligns closely with Tomato. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 80, and 29.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2501D
RGB226, 80, 29
HSL15.5°, 77.3%, 50.0%
CMYK0%, 65%, 87%, 11%
HSV15.5°, 87.2%, 88.6%
LAB54.0, 54.7, 56.6
XYZ34.5, 22.0, 3.6
Decimal14831645
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E2501D;
}
.text-color {
color: #E2501D;
}
.border-color {
border: 2px solid #E2501D;
}