#ee001c
a balanced, electric red · warm · closest name: red
RGB
238, 0, 28
HSL
353°, 100%, 47%
CMYK
0, 100, 88, 7
Luminance
0.1826
Every format
| HEX | #ee001c |
| RGB | rgb(238, 0, 28) |
| HSL | hsl(353, 100%, 47%) |
| CMYK | cmyk(0%, 100%, 88%, 7%) |
| LAB | lab(49.8 76.3 54.8) |
| LCH | lch(49.8 93.9 35.7) |
| OKLCH | oklch(0.597 0.243 26.8) |
Copy-ready code
/* CSS */
color: #ee001c;
background-color: #ee001c;
/* Tailwind (arbitrary) */
class="text-[#ee001c] bg-[#ee001c]"
/* SCSS */
$brand: #ee001c;
/* SwiftUI */
Color(red: 0.933, green: 0.000, blue: 0.110)
/* Android */
Color.parseColor("#ee001c")Accessibility — WCAG contrast
Aa
#ee001c on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ee001c on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green0.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow88.2%
Key (black)6.7%
Color previews
#ee001c text on a black background
contrast 4.65:1
Card sample
#ee001c text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ee001c;
Background color
Panel with #ee001c background
background-color: #ee001c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ee001c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 0, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 0, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ee001c; background: linear-gradient(135deg, #ee001c, #EE8300);