#f22113
a balanced, electric red · warm · closest name: red
RGB
242, 33, 19
HSL
4°, 90%, 51%
CMYK
0, 86, 92, 5
Luminance
0.2001
Every format
| HEX | #f22113 |
| RGB | rgb(242, 33, 19) |
| HSL | hsl(4, 90%, 51%) |
| CMYK | cmyk(0%, 86%, 92%, 5%) |
| LAB | lab(51.9 73.5 60.0) |
| LCH | lch(51.9 94.9 39.2) |
| OKLCH | oklch(0.613 0.238 29.7) |
Copy-ready code
/* CSS */
color: #f22113;
background-color: #f22113;
/* Tailwind (arbitrary) */
class="text-[#f22113] bg-[#f22113]"
/* SCSS */
$brand: #f22113;
/* SwiftUI */
Color(red: 0.949, green: 0.129, blue: 0.075)
/* Android */
Color.parseColor("#f22113")Accessibility — WCAG contrast
Aa
#f22113 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f22113 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green12.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta86.4%
Yellow92.1%
Key (black)5.1%
Color previews
#f22113 text on a black background
contrast 5.00:1
Card sample
#f22113 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f22113;
Background color
Panel with #f22113 background
background-color: #f22113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f22113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 33, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 33, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f22113; background: linear-gradient(135deg, #f22113, #F2B613);