#f32413
a balanced, electric red · warm · closest name: red
RGB
243, 36, 19
HSL
5°, 90%, 51%
CMYK
0, 85, 92, 5
Luminance
0.2036
Every format
| HEX | #f32413 |
| RGB | rgb(243, 36, 19) |
| HSL | hsl(5, 90%, 51%) |
| CMYK | cmyk(0%, 85%, 92%, 5%) |
| LAB | lab(52.3 73.2 60.4) |
| LCH | lch(52.3 94.9 39.5) |
| OKLCH | oklch(0.617 0.238 29.9) |
Copy-ready code
/* CSS */
color: #f32413;
background-color: #f32413;
/* Tailwind (arbitrary) */
class="text-[#f32413] bg-[#f32413]"
/* SCSS */
$brand: #f32413;
/* SwiftUI */
Color(red: 0.953, green: 0.141, blue: 0.075)
/* Android */
Color.parseColor("#f32413")Accessibility — WCAG contrast
Aa
#f32413 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f32413 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green14.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow92.2%
Key (black)4.7%
Color previews
#f32413 text on a black background
contrast 5.07:1
Card sample
#f32413 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f32413;
Background color
Panel with #f32413 background
background-color: #f32413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f32413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 36, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 36, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f32413; background: linear-gradient(135deg, #f32413, #F3BA13);