#fc1925
a balanced, electric red · warm · closest name: red
RGB
252, 25, 37
HSL
357°, 97%, 54%
CMYK
0, 90, 85, 1
Luminance
0.2152
Every format
| HEX | #fc1925 |
| RGB | rgb(252, 25, 37) |
| HSL | hsl(357, 97%, 54%) |
| CMYK | cmyk(0%, 90%, 85%, 1%) |
| LAB | lab(53.5 77.6 54.8) |
| LCH | lch(53.5 95.0 35.2) |
| OKLCH | oklch(0.629 0.248 26.9) |
Copy-ready code
/* CSS */
color: #fc1925;
background-color: #fc1925;
/* Tailwind (arbitrary) */
class="text-[#fc1925] bg-[#fc1925]"
/* SCSS */
$brand: #fc1925;
/* SwiftUI */
Color(red: 0.988, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#fc1925")Accessibility — WCAG contrast
Aa
#fc1925 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fc1925 on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta90.1%
Yellow85.3%
Key (black)1.2%
Color previews
#fc1925 text on a black background
contrast 5.30:1
Card sample
#fc1925 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc1925;
Background color
Panel with #fc1925 background
background-color: #fc1925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc1925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc1925; background: linear-gradient(135deg, #fc1925, #FCA419);