#e00f21
a balanced, electric red · warm · closest name: crimson
RGB
224, 15, 33
HSL
355°, 87%, 47%
CMYK
0, 93, 85, 12
Luminance
0.1630
Every format
| HEX | #e00f21 |
| RGB | rgb(224, 15, 33) |
| HSL | hsl(355, 87%, 47%) |
| CMYK | cmyk(0%, 93%, 85%, 12%) |
| LAB | lab(47.4 71.7 49.2) |
| LCH | lch(47.4 87.0 34.5) |
| OKLCH | oklch(0.574 0.229 26.3) |
Copy-ready code
/* CSS */
color: #e00f21;
background-color: #e00f21;
/* Tailwind (arbitrary) */
class="text-[#e00f21] bg-[#e00f21]"
/* SCSS */
$brand: #e00f21;
/* SwiftUI */
Color(red: 0.878, green: 0.059, blue: 0.129)
/* Android */
Color.parseColor("#e00f21")Accessibility — WCAG contrast
Aa
#e00f21 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e00f21 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green5.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow85.3%
Key (black)12.2%
Color previews
#e00f21 text on a black background
contrast 4.26:1
Card sample
#e00f21 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e00f21;
Background color
Panel with #e00f21 background
background-color: #e00f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e00f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 15, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 15, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e00f21; background: linear-gradient(135deg, #e00f21, #E0880F);