Left on Red
#ff0303
Looking for the precise values behind Left on Red (#ff0303)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff0303 | |
|---|---|---|
| RGB | rgb(255, 3, 3) | |
| HSL | hsl(0, 100%, 51%) | |
| CMYK | cmyk(0%, 99%, 99%, 0%) | |
| LAB | lab(54, 81, 69) | |
| OKLCH | oklch(0.63 0.257 29) |
Color harmonies
Tints & shades
Code snippets
color: #ff0303;
background-color: #ff0303;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF0303)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.01, blue: 0.01, alpha: 1.0)