#eb3513
a balanced, electric red · warm · closest name: red
RGB
235, 53, 19
HSL
9°, 85%, 50%
CMYK
0, 77, 92, 8
Luminance
0.2026
Every format
| HEX | #eb3513 |
| RGB | rgb(235, 53, 19) |
| HSL | hsl(9, 85%, 50%) |
| CMYK | cmyk(0%, 77%, 92%, 8%) |
| LAB | lab(52.1 66.9 59.5) |
| LCH | lch(52.1 89.6 41.6) |
| OKLCH | oklch(0.613 0.221 32.2) |
Copy-ready code
/* CSS */
color: #eb3513;
background-color: #eb3513;
/* Tailwind (arbitrary) */
class="text-[#eb3513] bg-[#eb3513]"
/* SCSS */
$brand: #eb3513;
/* SwiftUI */
Color(red: 0.922, green: 0.208, blue: 0.075)
/* Android */
Color.parseColor("#eb3513")Accessibility — WCAG contrast
Aa
#eb3513 on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3513 on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green20.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.4%
Yellow91.9%
Key (black)7.8%
Color previews
#eb3513 text on a black background
contrast 5.05:1
Card sample
#eb3513 text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3513;
Background color
Panel with #eb3513 background
background-color: #eb3513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 53, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 53, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3513; background: linear-gradient(135deg, #eb3513, #EBC513);