#f14413
a balanced, electric red · warm · closest name: red
RGB
241, 68, 19
HSL
13°, 89%, 51%
CMYK
0, 72, 92, 6
Luminance
0.2288
Every format
| HEX | #f14413 |
| RGB | rgb(241, 68, 19) |
| HSL | hsl(13, 89%, 51%) |
| CMYK | cmyk(0%, 72%, 92%, 6%) |
| LAB | lab(55.0 64.0 61.9) |
| LCH | lch(55.0 89.0 44.0) |
| OKLCH | oklch(0.636 0.216 34.8) |
Copy-ready code
/* CSS */
color: #f14413;
background-color: #f14413;
/* Tailwind (arbitrary) */
class="text-[#f14413] bg-[#f14413]"
/* SCSS */
$brand: #f14413;
/* SwiftUI */
Color(red: 0.945, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#f14413")Accessibility — WCAG contrast
Aa
#f14413 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f14413 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green26.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.8%
Yellow92.1%
Key (black)5.5%
Color previews
#f14413 text on a black background
contrast 5.58:1
Card sample
#f14413 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f14413;
Background color
Panel with #f14413 background
background-color: #f14413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f14413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f14413; background: linear-gradient(135deg, #f14413, #F1D813);