#e1192f
a balanced, electric red · warm · closest name: crimson
RGB
225, 25, 47
HSL
353°, 80%, 49%
CMYK
0, 89, 79, 12
Luminance
0.1691
Every format
| HEX | #e1192f |
| RGB | rgb(225, 25, 47) |
| HSL | hsl(353, 80%, 49%) |
| CMYK | cmyk(0%, 89%, 79%, 12%) |
| LAB | lab(48.1 71.0 42.6) |
| LCH | lch(48.1 82.8 31.0) |
| OKLCH | oklch(0.581 0.225 24.2) |
Copy-ready code
/* CSS */
color: #e1192f;
background-color: #e1192f;
/* Tailwind (arbitrary) */
class="text-[#e1192f] bg-[#e1192f]"
/* SCSS */
$brand: #e1192f;
/* SwiftUI */
Color(red: 0.882, green: 0.098, blue: 0.184)
/* Android */
Color.parseColor("#e1192f")Accessibility — WCAG contrast
Aa
#e1192f on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e1192f on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green9.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta88.9%
Yellow79.1%
Key (black)11.8%
Color previews
#e1192f text on a black background
contrast 4.38:1
Card sample
#e1192f text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1192f;
Background color
Panel with #e1192f background
background-color: #e1192f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1192f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 25, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 25, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1192f; background: linear-gradient(135deg, #e1192f, #E18819);