#e22900
a dark, electric red · warm · closest name: red
RGB
226, 41, 0
HSL
11°, 100%, 44%
CMYK
0, 82, 100, 11
Luminance
0.1775
Every format
| HEX | #e22900 |
| RGB | rgb(226, 41, 0) |
| HSL | hsl(11, 100%, 44%) |
| CMYK | cmyk(0%, 82%, 100%, 11%) |
| LAB | lab(49.2 67.4 62.1) |
| LCH | lch(49.2 91.6 42.7) |
| OKLCH | oklch(0.588 0.222 32.2) |
Copy-ready code
/* CSS */
color: #e22900;
background-color: #e22900;
/* Tailwind (arbitrary) */
class="text-[#e22900] bg-[#e22900]"
/* SCSS */
$brand: #e22900;
/* SwiftUI */
Color(red: 0.886, green: 0.161, blue: 0.000)
/* Android */
Color.parseColor("#e22900")Accessibility — WCAG contrast
Aa
#e22900 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e22900 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green16.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta81.9%
Yellow100.0%
Key (black)11.4%
Color previews
#e22900 text on a black background
contrast 4.55:1
Card sample
#e22900 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e22900;
Background color
Panel with #e22900 background
background-color: #e22900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e22900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 41, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 41, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e22900; background: linear-gradient(135deg, #e22900, #E2C000);