#f92425
a balanced, electric red · warm · closest name: red
RGB
249, 36, 37
HSL
360°, 95%, 56%
CMYK
0, 86, 85, 2
Luminance
0.2154
Every format
| HEX | #f92425 |
| RGB | rgb(249, 36, 37) |
| HSL | hsl(360, 95%, 56%) |
| CMYK | cmyk(0%, 86%, 85%, 2%) |
| LAB | lab(53.5 75.1 54.5) |
| LCH | lch(53.5 92.8 36.0) |
| OKLCH | oklch(0.628 0.241 27.7) |
Copy-ready code
/* CSS */
color: #f92425;
background-color: #f92425;
/* Tailwind (arbitrary) */
class="text-[#f92425] bg-[#f92425]"
/* SCSS */
$brand: #f92425;
/* SwiftUI */
Color(red: 0.976, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#f92425")Accessibility — WCAG contrast
Aa
#f92425 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f92425 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green14.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow85.1%
Key (black)2.4%
Color previews
#f92425 text on a black background
contrast 5.31:1
Card sample
#f92425 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f92425;
Background color
Panel with #f92425 background
background-color: #f92425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f92425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f92425; background: linear-gradient(135deg, #f92425, #F9B124);