#eb2116
a balanced, electric red · warm · closest name: red
RGB
235, 33, 22
HSL
3°, 84%, 50%
CMYK
0, 86, 91, 8
Luminance
0.1881
Every format
| HEX | #eb2116 |
| RGB | rgb(235, 33, 22) |
| HSL | hsl(3, 84%, 50%) |
| CMYK | cmyk(0%, 86%, 91%, 8%) |
| LAB | lab(50.5 71.7 57.4) |
| LCH | lch(50.5 91.8 38.7) |
| OKLCH | oklch(0.601 0.232 29.4) |
Copy-ready code
/* CSS */
color: #eb2116;
background-color: #eb2116;
/* Tailwind (arbitrary) */
class="text-[#eb2116] bg-[#eb2116]"
/* SCSS */
$brand: #eb2116;
/* SwiftUI */
Color(red: 0.922, green: 0.129, blue: 0.086)
/* Android */
Color.parseColor("#eb2116")Accessibility — WCAG contrast
Aa
#eb2116 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb2116 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.9%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta86.0%
Yellow90.6%
Key (black)7.8%
Color previews
#eb2116 text on a black background
contrast 4.76:1
Card sample
#eb2116 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb2116;
Background color
Panel with #eb2116 background
background-color: #eb2116;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb2116;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 33, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 33, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb2116; background: linear-gradient(135deg, #eb2116, #EBAF16);