Html Css Color HEX #D04010 Harley Davidson Orange
📋 copy color: '#D04010'red 208 ◦ green 64 ◦ blue 16
Shades of Harley Davidson Orange #D04010
Tints of Harley Davidson Orange #D04010
RGB
CMYK
RGB Variations
Color information
#D04010 (or 0xD04010) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 10. RGB value is (208,64,16). Sum of RGB (Red+Green+Blue) = 208+64+16=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D04010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04010 is #2FBFEF. Grayscale: #656565. Windows color (decimal): -3129328 or 1065168. OLE color: 1065168.
HSL color Cylindrical-coordinate representation of color #D04010: hue angle of 15º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D04010 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 64 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.18 |
| HSL | 15º | 0.86% | 0.44% | - |
| HSV(B) | 15º | 0.92% | 0.82% | - |
| XYZ | 27.94 | 17.11 | 2.32 | - |
| YUV | 101.58 | 79.71 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 16 | 0 | 0.69 | 0.92 | 0.18 | 15 | 0.86 | 0.44 |
| Hex | D0 | 40 | 10 | 0 | 45 | 5C | 12 | F | 56 | 2C |
| Octal | 320 | 100 | 20 | 0 | 105 | 134 | 22 | 17 | 126 | 54 |
| Binary | 11010000 | 1000000 | 10000 | 0 | 1000101 | 1011100 | 10010 | 1111 | 1010110 | 101100 |
Color Harmonies of #D04010
Complementary color
Monochromatic Colors of #D04010
Black with #D04010
Text Example
Text Example
White with #D04010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04010; }
p { color: rgb(208,64,16); }
H1.HeaderClassName
{
color: #D04010;
}
.AnyTagClassName
{
color: #D04010;
}
</style>
background-color css
<style>
a { background-color: #D04010; }
a { background-color: rgb(208,64,16); }
div.DivClassName
{
background-color: #D04010;
}
.BgClassName
{
background-color: #D04010;
}
</style>
border-color css
<style>
span { border-color: #D04010; }
span { border-color: rgb(208,64,16); }
td.TdClassName
{
border-color: #D04010;
}
.TagClassName
{
border-color: #D04010;
}
</style>