Html Css Color HEX #DB360E Harley Davidson Orange
📋 copy color: '#DB360E'red 219 ◦ green 54 ◦ blue 14
Shades of Harley Davidson Orange #DB360E
Tints of Harley Davidson Orange #DB360E
RGB
CMYK
RGB Variations
Color information
#DB360E (or 0xDB360E) is known color: Harley Davidson Orange. HEX triplet: DB, 36 and 0E. RGB value is (219,54,14). Sum of RGB (Red+Green+Blue) = 219+54+14=287 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.31% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 219 - color contains mainly: red. Hex color #DB360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DB360E is #24C9F1. Grayscale: #636363. Windows color (decimal): -2410994 or 931547. OLE color: 931547.
HSL color Cylindrical-coordinate representation of color #DB360E: hue angle of 11.71º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB360E is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 14 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.14 |
| HSL | 11.71º | 0.88% | 0.46% | - |
| HSV(B) | 11.71º | 0.94% | 0.86% | - |
| XYZ | 30.61 | 17.73 | 2.22 | - |
| YUV | 98.78 | 80.16 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 14 | 0 | 0.75 | 0.94 | 0.14 | 11.71 | 0.88 | 0.46 |
| Hex | DB | 36 | E | 0 | 4B | 5E | E | C | 58 | 2E |
| Octal | 333 | 66 | 16 | 0 | 113 | 136 | 16 | 14 | 130 | 56 |
| Binary | 11011011 | 110110 | 1110 | 0 | 1001011 | 1011110 | 1110 | 1100 | 1011000 | 101110 |
Color Harmonies of #DB360E
Complementary color
Monochromatic Colors of #DB360E
Black with #DB360E
Text Example
Text Example
White with #DB360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB360E; }
p { color: rgb(219,54,14); }
H1.HeaderClassName
{
color: #DB360E;
}
.AnyTagClassName
{
color: #DB360E;
}
</style>
background-color css
<style>
a { background-color: #DB360E; }
a { background-color: rgb(219,54,14); }
div.DivClassName
{
background-color: #DB360E;
}
.BgClassName
{
background-color: #DB360E;
}
</style>
border-color css
<style>
span { border-color: #DB360E; }
span { border-color: rgb(219,54,14); }
td.TdClassName
{
border-color: #DB360E;
}
.TagClassName
{
border-color: #DB360E;
}
</style>