Candy Apple Red
#ff0800
Here's everything about the color Candy Apple Red (#ff0800) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff0800 | |
|---|---|---|
| RGB | rgb(255, 8, 0) | |
| HSL | hsl(2, 100%, 50%) | |
| CMYK | cmyk(0%, 97%, 100%, 0%) | |
| LAB | lab(54, 80, 70) | |
| OKLCH | oklch(0.63 0.256 29) |
Color harmonies
Tints & shades
Code snippets
color: #ff0800;
background-color: #ff0800;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF0800)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.03, blue: 0.00, alpha: 1.0)