Red Ribbon
#ed0a3f
Red Ribbon, represented by the hex value #ed0a3f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ed0a3f | |
|---|---|---|
| RGB | rgb(237, 10, 63) | |
| HSL | hsl(346, 92%, 48%) | |
| CMYK | cmyk(0%, 96%, 73%, 7%) | |
| LAB | lab(51, 77, 38) | |
| OKLCH | oklch(0.6 0.238 20) |
Color harmonies
Tints & shades
Code snippets
color: #ed0a3f;
background-color: #ed0a3f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFED0A3F)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.04, blue: 0.25, alpha: 1.0)