#f10113
a balanced, electric red · warm · closest name: red
RGB
241, 1, 19
HSL
356°, 99%, 48%
CMYK
0, 100, 92, 6
Luminance
0.1877
Every format
| HEX | #f10113 |
| RGB | rgb(241, 1, 19) |
| HSL | hsl(356, 99%, 48%) |
| CMYK | cmyk(0%, 100%, 92%, 6%) |
| LAB | lab(50.4 76.8 59.0) |
| LCH | lch(50.4 96.9 37.5) |
| OKLCH | oklch(0.602 0.246 27.9) |
Copy-ready code
/* CSS */
color: #f10113;
background-color: #f10113;
/* Tailwind (arbitrary) */
class="text-[#f10113] bg-[#f10113]"
/* SCSS */
$brand: #f10113;
/* SwiftUI */
Color(red: 0.945, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#f10113")Accessibility — WCAG contrast
Aa
#f10113 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f10113 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta99.6%
Yellow92.1%
Key (black)5.5%
Color previews
#f10113 text on a black background
contrast 4.75:1
Card sample
#f10113 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f10113;
Background color
Panel with #f10113 background
background-color: #f10113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f10113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f10113; background: linear-gradient(135deg, #f10113, #F18F01);