#f72613
a balanced, electric red · warm · closest name: red
RGB
247, 38, 19
HSL
5°, 93%, 52%
CMYK
0, 85, 92, 3
Luminance
0.2121
Every format
| HEX | #f72613 |
| RGB | rgb(247, 38, 19) |
| HSL | hsl(5, 93%, 52%) |
| CMYK | cmyk(0%, 85%, 92%, 3%) |
| LAB | lab(53.2 73.9 61.3) |
| LCH | lch(53.2 96.0 39.7) |
| OKLCH | oklch(0.625 0.240 30.1) |
Copy-ready code
/* CSS */
color: #f72613;
background-color: #f72613;
/* Tailwind (arbitrary) */
class="text-[#f72613] bg-[#f72613]"
/* SCSS */
$brand: #f72613;
/* SwiftUI */
Color(red: 0.969, green: 0.149, blue: 0.075)
/* Android */
Color.parseColor("#f72613")Accessibility — WCAG contrast
Aa
#f72613 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f72613 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green14.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta84.6%
Yellow92.3%
Key (black)3.1%
Color previews
#f72613 text on a black background
contrast 5.24:1
Card sample
#f72613 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f72613;
Background color
Panel with #f72613 background
background-color: #f72613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f72613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 38, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 38, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f72613; background: linear-gradient(135deg, #f72613, #F7BE13);