#e11e2d
a balanced, electric red · warm · closest name: crimson
RGB
225, 30, 45
HSL
355°, 77%, 50%
CMYK
0, 87, 80, 12
Luminance
0.1713
Every format
| HEX | #e11e2d |
| RGB | rgb(225, 30, 45) |
| HSL | hsl(355, 77%, 50%) |
| CMYK | cmyk(0%, 87%, 80%, 12%) |
| LAB | lab(48.4 70.1 44.0) |
| LCH | lch(48.4 82.8 32.1) |
| OKLCH | oklch(0.583 0.223 25.1) |
Copy-ready code
/* CSS */
color: #e11e2d;
background-color: #e11e2d;
/* Tailwind (arbitrary) */
class="text-[#e11e2d] bg-[#e11e2d]"
/* SCSS */
$brand: #e11e2d;
/* SwiftUI */
Color(red: 0.882, green: 0.118, blue: 0.176)
/* Android */
Color.parseColor("#e11e2d")Accessibility — WCAG contrast
Aa
#e11e2d on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e11e2d on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green11.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta86.7%
Yellow80.0%
Key (black)11.8%
Color previews
#e11e2d text on a black background
contrast 4.43:1
Card sample
#e11e2d text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e11e2d;
Background color
Panel with #e11e2d background
background-color: #e11e2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e11e2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 30, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 30, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e11e2d; background: linear-gradient(135deg, #e11e2d, #E1911E);