#f11913
a balanced, electric red · warm · closest name: red
RGB
241, 25, 19
HSL
2°, 89%, 51%
CMYK
0, 90, 92, 6
Luminance
0.1944
Every format
| HEX | #f11913 |
| RGB | rgb(241, 25, 19) |
| HSL | hsl(2, 89%, 51%) |
| CMYK | cmyk(0%, 90%, 92%, 6%) |
| LAB | lab(51.2 74.5 59.5) |
| LCH | lch(51.2 95.4 38.6) |
| OKLCH | oklch(0.608 0.240 29.0) |
Copy-ready code
/* CSS */
color: #f11913;
background-color: #f11913;
/* Tailwind (arbitrary) */
class="text-[#f11913] bg-[#f11913]"
/* SCSS */
$brand: #f11913;
/* SwiftUI */
Color(red: 0.945, green: 0.098, blue: 0.075)
/* Android */
Color.parseColor("#f11913")Accessibility — WCAG contrast
Aa
#f11913 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11913 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green9.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow92.1%
Key (black)5.5%
Color previews
#f11913 text on a black background
contrast 4.89:1
Card sample
#f11913 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11913;
Background color
Panel with #f11913 background
background-color: #f11913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 25, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 25, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11913; background: linear-gradient(135deg, #f11913, #F1AD13);