#E25F49
A medium, vivid red closely aligning with Tomato.
About #E25F49
At its core, #E25F49 is a medium and vivid hue. It is closely associated with the named CSS color Tomato. This translates to an RGB value of rgb(226, 95, 73).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 58% magenta, 68% yellow, and 11% black. The HSL representation is 8.6° hue, 72.5% saturation, and 58.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E25F49
RGB226, 95, 73
HSL8.6°, 72.5%, 58.6%
CMYK0%, 58%, 68%, 11%
HSV8.6°, 67.7%, 88.6%
LAB56.9, 49.7, 38.1
XYZ36.7, 24.8, 9.2
Decimal14835529
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.52:1
Text on #FFFFFF
AA Large
5.97:1
Text on #000000
AA
3.36:1
Text on #F8FAFC
AA Large
5.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #E25F49;
}
.text-color {
color: #E25F49;
}
.border-color {
border: 2px solid #E25F49;
}