#f11c01
a balanced, electric red · warm · closest name: red
RGB
241, 28, 1
HSL
7°, 99%, 48%
CMYK
0, 88, 100, 6
Luminance
0.1953
Every format
| HEX | #f11c01 |
| RGB | rgb(241, 28, 1) |
| HSL | hsl(7, 99%, 48%) |
| CMYK | cmyk(0%, 88%, 100%, 6%) |
| LAB | lab(51.3 74.0 64.5) |
| LCH | lch(51.3 98.1 41.1) |
| OKLCH | oklch(0.609 0.240 30.5) |
Copy-ready code
/* CSS */
color: #f11c01;
background-color: #f11c01;
/* Tailwind (arbitrary) */
class="text-[#f11c01] bg-[#f11c01]"
/* SCSS */
$brand: #f11c01;
/* SwiftUI */
Color(red: 0.945, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#f11c01")Accessibility — WCAG contrast
Aa
#f11c01 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f11c01 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta88.4%
Yellow99.6%
Key (black)5.5%
Color previews
#f11c01 text on a black background
contrast 4.91:1
Card sample
#f11c01 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f11c01;
Background color
Panel with #f11c01 background
background-color: #f11c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f11c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f11c01; background: linear-gradient(135deg, #f11c01, #F1BC01);