#f11708
a balanced, electric red · warm · closest name: red
RGB
241, 23, 8
HSL
4°, 94%, 49%
CMYK
0, 91, 97, 6
Luminance
0.1933
Every format
| HEX | #f11708 |
| RGB | rgb(241, 23, 8) |
| HSL | hsl(4, 94%, 49%) |
| CMYK | cmyk(0%, 91%, 97%, 6%) |
| LAB | lab(51.1 74.7 62.6) |
| LCH | lch(51.1 97.5 39.9) |
| OKLCH | oklch(0.607 0.242 29.7) |
Copy-ready code
/* CSS */
color: #f11708;
background-color: #f11708;
/* Tailwind (arbitrary) */
class="text-[#f11708] bg-[#f11708]"
/* SCSS */
$brand: #f11708;
/* SwiftUI */
Color(red: 0.945, green: 0.090, blue: 0.031)
/* Android */
Color.parseColor("#f11708")Accessibility — WCAG contrast
Aa
#f11708 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11708 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green9.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta90.5%
Yellow96.7%
Key (black)5.5%
Color previews
#f11708 text on a black background
contrast 4.87:1
Card sample
#f11708 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11708;
Background color
Panel with #f11708 background
background-color: #f11708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 23, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 23, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11708; background: linear-gradient(135deg, #f11708, #F1B208);