#f34113
a balanced, electric red · warm · closest name: red
RGB
243, 65, 19
HSL
12°, 90%, 51%
CMYK
0, 73, 92, 5
Luminance
0.2288
Every format
| HEX | #f34113 |
| RGB | rgb(243, 65, 19) |
| HSL | hsl(12, 90%, 51%) |
| CMYK | cmyk(0%, 73%, 92%, 5%) |
| LAB | lab(55.0 65.6 62.1) |
| LCH | lch(55.0 90.3 43.4) |
| OKLCH | oklch(0.637 0.220 34.1) |
Copy-ready code
/* CSS */
color: #f34113;
background-color: #f34113;
/* Tailwind (arbitrary) */
class="text-[#f34113] bg-[#f34113]"
/* SCSS */
$brand: #f34113;
/* SwiftUI */
Color(red: 0.953, green: 0.255, blue: 0.075)
/* Android */
Color.parseColor("#f34113")Accessibility — WCAG contrast
Aa
#f34113 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f34113 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green25.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow92.2%
Key (black)4.7%
Color previews
#f34113 text on a black background
contrast 5.58:1
Card sample
#f34113 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34113;
Background color
Panel with #f34113 background
background-color: #f34113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 65, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 65, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34113; background: linear-gradient(135deg, #f34113, #F3D613);