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