#f20013
a balanced, electric red · warm · closest name: red
RGB
242, 0, 19
HSL
355°, 100%, 48%
CMYK
0, 100, 92, 5
Luminance
0.1892
Every format
| HEX | #f20013 |
| RGB | rgb(242, 0, 19) |
| HSL | hsl(355, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 92%, 5%) |
| LAB | lab(50.6 77.1 59.3) |
| LCH | lch(50.6 97.3 37.5) |
| OKLCH | oklch(0.604 0.247 27.9) |
Copy-ready code
/* CSS */
color: #f20013;
background-color: #f20013;
/* Tailwind (arbitrary) */
class="text-[#f20013] bg-[#f20013]"
/* SCSS */
$brand: #f20013;
/* SwiftUI */
Color(red: 0.949, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#f20013")Accessibility — WCAG contrast
Aa
#f20013 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f20013 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow92.1%
Key (black)5.1%
Color previews
#f20013 text on a black background
contrast 4.78:1
Card sample
#f20013 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f20013;
Background color
Panel with #f20013 background
background-color: #f20013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f20013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f20013; background: linear-gradient(135deg, #f20013, #F28F00);