#f33413
a balanced, electric red · warm · closest name: red
RGB
243, 52, 19
HSL
9°, 90%, 51%
CMYK
0, 79, 92, 5
Luminance
0.2156
Every format
| HEX | #f33413 |
| RGB | rgb(243, 52, 19) |
| HSL | hsl(9, 90%, 51%) |
| CMYK | cmyk(0%, 79%, 92%, 5%) |
| LAB | lab(53.6 69.5 61.2) |
| LCH | lch(53.6 92.6 41.3) |
| OKLCH | oklch(0.626 0.229 31.9) |
Copy-ready code
/* CSS */
color: #f33413;
background-color: #f33413;
/* Tailwind (arbitrary) */
class="text-[#f33413] bg-[#f33413]"
/* SCSS */
$brand: #f33413;
/* SwiftUI */
Color(red: 0.953, green: 0.204, blue: 0.075)
/* Android */
Color.parseColor("#f33413")Accessibility — WCAG contrast
Aa
#f33413 on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f33413 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green20.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow92.2%
Key (black)4.7%
Color previews
#f33413 text on a black background
contrast 5.31:1
Card sample
#f33413 text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f33413;
Background color
Panel with #f33413 background
background-color: #f33413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f33413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 52, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 52, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f33413; background: linear-gradient(135deg, #f33413, #F3C913);