Hinomaru Red
#bc002d
Hinomaru Red, represented by the hex value #bc002d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bc002d | |
|---|---|---|
| RGB | rgb(188, 0, 45) | |
| HSL | hsl(346, 100%, 37%) | |
| CMYK | cmyk(0%, 100%, 76%, 26%) | |
| LAB | lab(40, 65, 34) | |
| OKLCH | oklch(0.5 0.202 21) |
Color harmonies
Tints & shades
Code snippets
color: #bc002d;
background-color: #bc002d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBC002D)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.00, blue: 0.18, alpha: 1.0)