Html Css Color HEX #D84010 Harley Davidson Orange
📋 copy color: '#D84010'red 216 ◦ green 64 ◦ blue 16
Shades of Harley Davidson Orange #D84010
Tints of Harley Davidson Orange #D84010
RGB
CMYK
RGB Variations
Color information
#D84010 (or 0xD84010) is known color: Harley Davidson Orange. HEX triplet: D8, 40 and 10. RGB value is (216,64,16). Sum of RGB (Red+Green+Blue) = 216+64+16=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 16 (6.64% from 255 or 5.41% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D84010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84010 is #27BFEF. Grayscale: #686868. Windows color (decimal): -2605040 or 1065176. OLE color: 1065176.
HSL color Cylindrical-coordinate representation of color #D84010: hue angle of 14.4º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D84010 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 64 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.15 |
| HSL | 14.4º | 0.86% | 0.45% | - |
| HSV(B) | 14.4º | 0.93% | 0.85% | - |
| XYZ | 30.25 | 18.3 | 2.43 | - |
| YUV | 103.98 | 78.36 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 64 | 16 | 0 | 0.70 | 0.93 | 0.15 | 14.4 | 0.86 | 0.45 |
| Hex | D8 | 40 | 10 | 0 | 46 | 5D | F | E | 56 | 2D |
| Octal | 330 | 100 | 20 | 0 | 106 | 135 | 17 | 16 | 126 | 55 |
| Binary | 11011000 | 1000000 | 10000 | 0 | 1000110 | 1011101 | 1111 | 1110 | 1010110 | 101101 |
Color Harmonies of #D84010
Complementary color
Monochromatic Colors of #D84010
Black with #D84010
Text Example
Text Example
White with #D84010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84010; }
p { color: rgb(216,64,16); }
H1.HeaderClassName
{
color: #D84010;
}
.AnyTagClassName
{
color: #D84010;
}
</style>
background-color css
<style>
a { background-color: #D84010; }
a { background-color: rgb(216,64,16); }
div.DivClassName
{
background-color: #D84010;
}
.BgClassName
{
background-color: #D84010;
}
</style>
border-color css
<style>
span { border-color: #D84010; }
span { border-color: rgb(216,64,16); }
td.TdClassName
{
border-color: #D84010;
}
.TagClassName
{
border-color: #D84010;
}
</style>