#e13613
a balanced, electric red · warm · closest name: tomato
RGB
225, 54, 19
HSL
10°, 84%, 48%
CMYK
0, 76, 92, 12
Luminance
0.1869
Every format
| HEX | #e13613 |
| RGB | rgb(225, 54, 19) |
| HSL | hsl(10, 84%, 48%) |
| CMYK | cmyk(0%, 76%, 92%, 12%) |
| LAB | lab(50.3 63.7 57.4) |
| LCH | lch(50.3 85.8 42.0) |
| OKLCH | oklch(0.596 0.211 32.7) |
Copy-ready code
/* CSS */
color: #e13613;
background-color: #e13613;
/* Tailwind (arbitrary) */
class="text-[#e13613] bg-[#e13613]"
/* SCSS */
$brand: #e13613;
/* SwiftUI */
Color(red: 0.882, green: 0.212, blue: 0.075)
/* Android */
Color.parseColor("#e13613")Accessibility — WCAG contrast
Aa
#e13613 on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e13613 on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green21.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta76.0%
Yellow91.6%
Key (black)11.8%
Color previews
#e13613 text on a black background
contrast 4.74:1
Card sample
#e13613 text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e13613;
Background color
Panel with #e13613 background
background-color: #e13613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e13613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 54, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 54, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e13613; background: linear-gradient(135deg, #e13613, #E1BF13);