#ff1c11
a balanced, electric red · warm · closest name: red
RGB
255, 28, 17
HSL
3°, 100%, 53%
CMYK
0, 89, 93, 0
Luminance
0.2213
Every format
| HEX | #ff1c11 |
| RGB | rgb(255, 28, 17) |
| HSL | hsl(3, 100%, 53%) |
| CMYK | cmyk(0%, 89%, 93%, 0%) |
| LAB | lab(54.2 77.7 63.4) |
| LCH | lch(54.2 100.2 39.2) |
| OKLCH | oklch(0.635 0.251 29.4) |
Copy-ready code
/* CSS */
color: #ff1c11;
background-color: #ff1c11;
/* Tailwind (arbitrary) */
class="text-[#ff1c11] bg-[#ff1c11]"
/* SCSS */
$brand: #ff1c11;
/* SwiftUI */
Color(red: 1.000, green: 0.110, blue: 0.067)
/* Android */
Color.parseColor("#ff1c11")Accessibility — WCAG contrast
Aa
#ff1c11 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff1c11 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green11.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow93.3%
Key (black)0.0%
Color previews
#ff1c11 text on a black background
contrast 5.43:1
Card sample
#ff1c11 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff1c11;
Background color
Panel with #ff1c11 background
background-color: #ff1c11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff1c11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 28, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 28, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff1c11; background: linear-gradient(135deg, #ff1c11, #FFBB11);