Html Css Color HEX #D84108 Harley Davidson Orange
📋 copy color: '#D84108'red 216 ◦ green 65 ◦ blue 8
Shades of Harley Davidson Orange #D84108
Tints of Harley Davidson Orange #D84108
RGB
CMYK
RGB Variations
Color information
#D84108 (or 0xD84108) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 08. RGB value is (216,65,8). Sum of RGB (Red+Green+Blue) = 216+65+8=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 8 (3.52% from 255 or 2.77% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D84108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84108 is #27BEF7. Grayscale: #686868. Windows color (decimal): -2604792 or 541144. OLE color: 541144.
HSL color Cylindrical-coordinate representation of color #D84108: hue angle of 16.44º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D84108 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.15 |
| HSL | 16.44º | 0.93% | 0.44% | - |
| HSV(B) | 16.44º | 0.96% | 0.85% | - |
| XYZ | 30.25 | 18.4 | 2.19 | - |
| YUV | 103.65 | 74.03 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 8 | 0 | 0.70 | 0.96 | 0.15 | 16.44 | 0.93 | 0.44 |
| Hex | D8 | 41 | 8 | 0 | 46 | 60 | F | 10 | 5D | 2C |
| Octal | 330 | 101 | 10 | 0 | 106 | 140 | 17 | 20 | 135 | 54 |
| Binary | 11011000 | 1000001 | 1000 | 0 | 1000110 | 1100000 | 1111 | 10000 | 1011101 | 101100 |
Color Harmonies of #D84108
Complementary color
Monochromatic Colors of #D84108
Black with #D84108
Text Example
Text Example
White with #D84108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84108; }
p { color: rgb(216,65,8); }
H1.HeaderClassName
{
color: #D84108;
}
.AnyTagClassName
{
color: #D84108;
}
</style>
background-color css
<style>
a { background-color: #D84108; }
a { background-color: rgb(216,65,8); }
div.DivClassName
{
background-color: #D84108;
}
.BgClassName
{
background-color: #D84108;
}
</style>
border-color css
<style>
span { border-color: #D84108; }
span { border-color: rgb(216,65,8); }
td.TdClassName
{
border-color: #D84108;
}
.TagClassName
{
border-color: #D84108;
}
</style>