Html Css Color HEX #DB360D Harley Davidson Orange
📋 copy color: '#DB360D'red 219 ◦ green 54 ◦ blue 13
Shades of Harley Davidson Orange #DB360D
Tints of Harley Davidson Orange #DB360D
RGB
CMYK
RGB Variations
Color information
#DB360D (or 0xDB360D) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 0D. RGB value is (219,54,13). Sum of RGB (Red+Green+Blue) = 219+54+13=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB360D is #24C9F2. Grayscale: #626262. Windows color (decimal): -2410995 or 866011. OLE color: 866011.
HSL color Cylindrical-coordinate representation of color #DB360D: hue angle of 11.94º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB360D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 13 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.14 |
| HSL | 11.94º | 0.89% | 0.45% | - |
| HSV(B) | 11.94º | 0.94% | 0.86% | - |
| XYZ | 30.61 | 17.73 | 2.19 | - |
| YUV | 98.66 | 79.66 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 13 | 0 | 0.75 | 0.94 | 0.14 | 11.94 | 0.89 | 0.45 |
| Hex | DB | 36 | D | 0 | 4B | 5E | E | C | 59 | 2D |
| Octal | 333 | 66 | 15 | 0 | 113 | 136 | 16 | 14 | 131 | 55 |
| Binary | 11011011 | 110110 | 1101 | 0 | 1001011 | 1011110 | 1110 | 1100 | 1011001 | 101101 |
Color Harmonies of #DB360D
Complementary color
Monochromatic Colors of #DB360D
Black with #DB360D
Text Example
Text Example
White with #DB360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB360D; }
p { color: rgb(219,54,13); }
H1.HeaderClassName
{
color: #DB360D;
}
.AnyTagClassName
{
color: #DB360D;
}
</style>
background-color css
<style>
a { background-color: #DB360D; }
a { background-color: rgb(219,54,13); }
div.DivClassName
{
background-color: #DB360D;
}
.BgClassName
{
background-color: #DB360D;
}
</style>
border-color css
<style>
span { border-color: #DB360D; }
span { border-color: rgb(219,54,13); }
td.TdClassName
{
border-color: #DB360D;
}
.TagClassName
{
border-color: #DB360D;
}
</style>