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