#e82913
a balanced, electric red · warm · closest name: red
RGB
232, 41, 19
HSL
6°, 85%, 49%
CMYK
0, 82, 92, 9
Luminance
0.1879
Every format
| HEX | #e82913 |
| RGB | rgb(232, 41, 19) |
| HSL | hsl(6, 85%, 49%) |
| CMYK | cmyk(0%, 82%, 92%, 9%) |
| LAB | lab(50.5 69.2 58.1) |
| LCH | lch(50.5 90.4 40.0) |
| OKLCH | oklch(0.600 0.226 30.6) |
Copy-ready code
/* CSS */
color: #e82913;
background-color: #e82913;
/* Tailwind (arbitrary) */
class="text-[#e82913] bg-[#e82913]"
/* SCSS */
$brand: #e82913;
/* SwiftUI */
Color(red: 0.910, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#e82913")Accessibility — WCAG contrast
Aa
#e82913 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e82913 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow91.8%
Key (black)9.0%
Color previews
#e82913 text on a black background
contrast 4.76:1
Card sample
#e82913 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e82913;
Background color
Panel with #e82913 background
background-color: #e82913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e82913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e82913; background: linear-gradient(135deg, #e82913, #E8B713);