#f14513
a balanced, electric red · warm · closest name: red
RGB
241, 69, 19
HSL
14°, 89%, 51%
CMYK
0, 71, 92, 6
Luminance
0.2300
Every format
| HEX | #f14513 |
| RGB | rgb(241, 69, 19) |
| HSL | hsl(14, 89%, 51%) |
| CMYK | cmyk(0%, 71%, 92%, 6%) |
| LAB | lab(55.1 63.6 62.0) |
| LCH | lch(55.1 88.8 44.2) |
| OKLCH | oklch(0.637 0.215 35.0) |
Copy-ready code
/* CSS */
color: #f14513;
background-color: #f14513;
/* Tailwind (arbitrary) */
class="text-[#f14513] bg-[#f14513]"
/* SCSS */
$brand: #f14513;
/* SwiftUI */
Color(red: 0.945, green: 0.271, blue: 0.075)
/* Android */
Color.parseColor("#f14513")Accessibility — WCAG contrast
Aa
#f14513 on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f14513 on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green27.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow92.1%
Key (black)5.5%
Color previews
#f14513 text on a black background
contrast 5.60:1
Card sample
#f14513 text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f14513;
Background color
Panel with #f14513 background
background-color: #f14513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f14513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 69, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 69, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f14513; background: linear-gradient(135deg, #f14513, #F1D913);