Html Css Color HEX #D04110 Harley Davidson Orange
📋 copy color: '#D04110'red 208 ◦ green 65 ◦ blue 16
Shades of Harley Davidson Orange #D04110
Tints of Harley Davidson Orange #D04110
RGB
CMYK
RGB Variations
Color information
#D04110 (or 0xD04110) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 10. RGB value is (208,65,16). Sum of RGB (Red+Green+Blue) = 208+65+16=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D04110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04110 is #2FBEEF. Grayscale: #666666. Windows color (decimal): -3129072 or 1065424. OLE color: 1065424.
HSL color Cylindrical-coordinate representation of color #D04110: hue angle of 15.31º 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 #D04110 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.18 |
| HSL | 15.31º | 0.86% | 0.44% | - |
| HSV(B) | 15.31º | 0.92% | 0.82% | - |
| XYZ | 28 | 17.23 | 2.34 | - |
| YUV | 102.17 | 79.38 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 16 | 0 | 0.69 | 0.92 | 0.18 | 15.31 | 0.86 | 0.44 |
| Hex | D0 | 41 | 10 | 0 | 45 | 5C | 12 | F | 56 | 2C |
| Octal | 320 | 101 | 20 | 0 | 105 | 134 | 22 | 17 | 126 | 54 |
| Binary | 11010000 | 1000001 | 10000 | 0 | 1000101 | 1011100 | 10010 | 1111 | 1010110 | 101100 |
Color Harmonies of #D04110
Complementary color
Monochromatic Colors of #D04110
Black with #D04110
Text Example
Text Example
White with #D04110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04110; }
p { color: rgb(208,65,16); }
H1.HeaderClassName
{
color: #D04110;
}
.AnyTagClassName
{
color: #D04110;
}
</style>
background-color css
<style>
a { background-color: #D04110; }
a { background-color: rgb(208,65,16); }
div.DivClassName
{
background-color: #D04110;
}
.BgClassName
{
background-color: #D04110;
}
</style>
border-color css
<style>
span { border-color: #D04110; }
span { border-color: rgb(208,65,16); }
td.TdClassName
{
border-color: #D04110;
}
.TagClassName
{
border-color: #D04110;
}
</style>