Ferocious
#e2261f
Looking for the precise values behind Ferocious (#e2261f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e2261f | |
|---|---|---|
| RGB | rgb(226, 38, 31) | |
| HSL | hsl(2, 77%, 50%) | |
| CMYK | cmyk(0%, 83%, 86%, 11%) | |
| LAB | lab(50, 69, 54) | |
| OKLCH | oklch(0.59 0.221 29) |
Color harmonies
Tints & shades
Code snippets
color: #e2261f;
background-color: #e2261f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE2261F)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.15, blue: 0.12, alpha: 1.0)