Little Ladybug
#ff1414
Looking for the precise values behind Little Ladybug (#ff1414)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff1414 | |
|---|---|---|
| RGB | rgb(255, 20, 20) | |
| HSL | hsl(0, 100%, 54%) | |
| CMYK | cmyk(0%, 92%, 92%, 0%) | |
| LAB | lab(55, 79, 65) | |
| OKLCH | oklch(0.63 0.253 29) |
Color harmonies
Tints & shades
Code snippets
color: #ff1414;
background-color: #ff1414;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF1414)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.08, blue: 0.08, alpha: 1.0)