#ee2913
a balanced, electric red · warm · closest name: red
RGB
238, 41, 19
HSL
6°, 87%, 50%
CMYK
0, 83, 92, 7
Luminance
0.1981
Every format
| HEX | #ee2913 |
| RGB | rgb(238, 41, 19) |
| HSL | hsl(6, 87%, 50%) |
| CMYK | cmyk(0%, 83%, 92%, 7%) |
| LAB | lab(51.6 70.8 59.5) |
| LCH | lch(51.6 92.5 40.0) |
| OKLCH | oklch(0.610 0.231 30.5) |
Copy-ready code
/* CSS */
color: #ee2913;
background-color: #ee2913;
/* Tailwind (arbitrary) */
class="text-[#ee2913] bg-[#ee2913]"
/* SCSS */
$brand: #ee2913;
/* SwiftUI */
Color(red: 0.933, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#ee2913")Accessibility — WCAG contrast
Aa
#ee2913 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ee2913 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta82.8%
Yellow92.0%
Key (black)6.7%
Color previews
#ee2913 text on a black background
contrast 4.96:1
Card sample
#ee2913 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee2913;
Background color
Panel with #ee2913 background
background-color: #ee2913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee2913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee2913; background: linear-gradient(135deg, #ee2913, #EEBB13);