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