Hornet Sting
#ff0033
Here's everything about the color Hornet Sting (#ff0033) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff0033 | |
|---|---|---|
| RGB | rgb(255, 0, 51) | |
| HSL | hsl(348, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 80%, 0%) | |
| LAB | lab(55, 81, 50) | |
| OKLCH | oklch(0.63 0.255 24) |
Color harmonies
Tints & shades
Code snippets
color: #ff0033;
background-color: #ff0033;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF0033)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.20, alpha: 1.0)