#f91c13
a balanced, electric red · warm · closest name: red
RGB
249, 28, 19
HSL
2°, 95%, 53%
CMYK
0, 89, 92, 2
Luminance
0.2102
Every format
| HEX | #f91c13 |
| RGB | rgb(249, 28, 19) |
| HSL | hsl(2, 95%, 53%) |
| CMYK | cmyk(0%, 89%, 92%, 2%) |
| LAB | lab(53.0 76.2 61.4) |
| LCH | lch(53.0 97.8 38.9) |
| OKLCH | oklch(0.624 0.246 29.2) |
Copy-ready code
/* CSS */
color: #f91c13;
background-color: #f91c13;
/* Tailwind (arbitrary) */
class="text-[#f91c13] bg-[#f91c13]"
/* SCSS */
$brand: #f91c13;
/* SwiftUI */
Color(red: 0.976, green: 0.110, blue: 0.075)
/* Android */
Color.parseColor("#f91c13")Accessibility — WCAG contrast
Aa
#f91c13 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f91c13 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green11.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta88.8%
Yellow92.4%
Key (black)2.4%
Color previews
#f91c13 text on a black background
contrast 5.20:1
Card sample
#f91c13 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f91c13;
Background color
Panel with #f91c13 background
background-color: #f91c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f91c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 28, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 28, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f91c13; background: linear-gradient(135deg, #f91c13, #F9B513);