#fd161c
a balanced, electric red · warm · closest name: red
RGB
253, 22, 28
HSL
358°, 98%, 54%
CMYK
0, 91, 89, 1
Luminance
0.2154
Every format
| HEX | #fd161c |
| RGB | rgb(253, 22, 28) |
| HSL | hsl(358, 98%, 54%) |
| CMYK | cmyk(0%, 91%, 89%, 1%) |
| LAB | lab(53.5 78.1 58.8) |
| LCH | lch(53.5 97.8 37.0) |
| OKLCH | oklch(0.630 0.250 28.0) |
Copy-ready code
/* CSS */
color: #fd161c;
background-color: #fd161c;
/* Tailwind (arbitrary) */
class="text-[#fd161c] bg-[#fd161c]"
/* SCSS */
$brand: #fd161c;
/* SwiftUI */
Color(red: 0.992, green: 0.086, blue: 0.110)
/* Android */
Color.parseColor("#fd161c")Accessibility — WCAG contrast
Aa
#fd161c on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd161c on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green8.6%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow88.9%
Key (black)0.8%
Color previews
#fd161c text on a black background
contrast 5.31:1
Card sample
#fd161c text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd161c;
Background color
Panel with #fd161c background
background-color: #fd161c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd161c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 22, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 22, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd161c; background: linear-gradient(135deg, #fd161c, #FDAA16);