Red Riding Hood
#fe2713
Looking for the precise values behind Red Riding Hood (#fe2713)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fe2713 | |
|---|---|---|
| RGB | rgb(254, 39, 19) | |
| HSL | hsl(5, 99%, 54%) | |
| CMYK | cmyk(0%, 85%, 93%, 0%) | |
| LAB | lab(56, 76, 65) | |
| OKLCH | oklch(0.64 0.245 30) |
Color harmonies
Tints & shades
Code snippets
color: #fe2713;
background-color: #fe2713;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFE2713)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.15, blue: 0.07, alpha: 1.0)