Run Lola Run
#da2811
Run Lola Run, represented by the hex value #da2811, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #da2811 | |
|---|---|---|
| RGB | rgb(218, 40, 17) | |
| HSL | hsl(7, 86%, 46%) | |
| CMYK | cmyk(0%, 82%, 92%, 15%) | |
| LAB | lab(48, 66, 58) | |
| OKLCH | oklch(0.57 0.214 31) |
Color harmonies
Tints & shades
Code snippets
color: #da2811;
background-color: #da2811;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFDA2811)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.16, blue: 0.07, alpha: 1.0)