#f43613
a balanced, electric red · warm · closest name: red
RGB
244, 54, 19
HSL
9°, 91%, 52%
CMYK
0, 78, 92, 4
Luminance
0.2192
Every format
| HEX | #f43613 |
| RGB | rgb(244, 54, 19) |
| HSL | hsl(9, 91%, 52%) |
| CMYK | cmyk(0%, 78%, 92%, 4%) |
| LAB | lab(54.0 69.3 61.5) |
| LCH | lch(54.0 92.6 41.6) |
| OKLCH | oklch(0.630 0.229 32.1) |
Copy-ready code
/* CSS */
color: #f43613;
background-color: #f43613;
/* Tailwind (arbitrary) */
class="text-[#f43613] bg-[#f43613]"
/* SCSS */
$brand: #f43613;
/* SwiftUI */
Color(red: 0.957, green: 0.212, blue: 0.075)
/* Android */
Color.parseColor("#f43613")Accessibility — WCAG contrast
Aa
#f43613 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f43613 on black: 5.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green21.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow92.2%
Key (black)4.3%
Color previews
#f43613 text on a black background
contrast 5.38:1
Card sample
#f43613 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f43613;
Background color
Panel with #f43613 background
background-color: #f43613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f43613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 54, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 54, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f43613; background: linear-gradient(135deg, #f43613, #F4CC13);