#eb1602
a balanced, electric red · warm · closest name: red
RGB
235, 22, 2
HSL
5°, 98%, 47%
CMYK
0, 91, 99, 8
Luminance
0.1824
Every format
| HEX | #eb1602 |
| RGB | rgb(235, 22, 2) |
| HSL | hsl(5, 98%, 47%) |
| CMYK | cmyk(0%, 91%, 99%, 8%) |
| LAB | lab(49.8 73.3 62.9) |
| LCH | lch(49.8 96.6 40.6) |
| OKLCH | oklch(0.596 0.237 30.1) |
Copy-ready code
/* CSS */
color: #eb1602;
background-color: #eb1602;
/* Tailwind (arbitrary) */
class="text-[#eb1602] bg-[#eb1602]"
/* SCSS */
$brand: #eb1602;
/* SwiftUI */
Color(red: 0.922, green: 0.086, blue: 0.008)
/* Android */
Color.parseColor("#eb1602")Accessibility — WCAG contrast
Aa
#eb1602 on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#eb1602 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green8.6%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta90.6%
Yellow99.1%
Key (black)7.8%
Color previews
#eb1602 text on a black background
contrast 4.65:1
Card sample
#eb1602 text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1602;
Background color
Panel with #eb1602 background
background-color: #eb1602;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1602;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 22, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 22, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1602; background: linear-gradient(135deg, #eb1602, #EBB202);