Html Css Color HEX #DB360C Harley Davidson Orange
📋 copy color: '#DB360C'red 219 ◦ green 54 ◦ blue 12
Shades of Harley Davidson Orange #DB360C
Tints of Harley Davidson Orange #DB360C
RGB
CMYK
RGB Variations
Color information
#DB360C (or 0xDB360C) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 0C. RGB value is (219,54,12). Sum of RGB (Red+Green+Blue) = 219+54+12=285 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.84% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 219 - color contains mainly: red. Hex color #DB360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB360C is #24C9F3. Grayscale: #626262. Windows color (decimal): -2410996 or 800475. OLE color: 800475.
HSL color Cylindrical-coordinate representation of color #DB360C: hue angle of 12.17º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB360C is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 12 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.14 |
| HSL | 12.17º | 0.9% | 0.45% | - |
| HSV(B) | 12.17º | 0.95% | 0.86% | - |
| XYZ | 30.6 | 17.72 | 2.16 | - |
| YUV | 98.55 | 79.16 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 12 | 0 | 0.75 | 0.95 | 0.14 | 12.17 | 0.9 | 0.45 |
| Hex | DB | 36 | C | 0 | 4B | 5F | E | C | 5A | 2D |
| Octal | 333 | 66 | 14 | 0 | 113 | 137 | 16 | 14 | 132 | 55 |
| Binary | 11011011 | 110110 | 1100 | 0 | 1001011 | 1011111 | 1110 | 1100 | 1011010 | 101101 |
Color Harmonies of #DB360C
Complementary color
Monochromatic Colors of #DB360C
Black with #DB360C
Text Example
Text Example
White with #DB360C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB360C; }
p { color: rgb(219,54,12); }
H1.HeaderClassName
{
color: #DB360C;
}
.AnyTagClassName
{
color: #DB360C;
}
</style>
background-color css
<style>
a { background-color: #DB360C; }
a { background-color: rgb(219,54,12); }
div.DivClassName
{
background-color: #DB360C;
}
.BgClassName
{
background-color: #DB360C;
}
</style>
border-color css
<style>
span { border-color: #DB360C; }
span { border-color: rgb(219,54,12); }
td.TdClassName
{
border-color: #DB360C;
}
.TagClassName
{
border-color: #DB360C;
}
</style>