Html Css Color HEX #D04510 Harley Davidson Orange
📋 copy color: '#D04510'red 208 ◦ green 69 ◦ blue 16
Shades of Harley Davidson Orange #D04510
Tints of Harley Davidson Orange #D04510
RGB
CMYK
RGB Variations
Color information
#D04510 (or 0xD04510) is known color: Harley Davidson Orange. HEX triplet: D0, 45 and 10. RGB value is (208,69,16). Sum of RGB (Red+Green+Blue) = 208+69+16=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D04510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04510 is #2FBAEF. Grayscale: #686868. Windows color (decimal): -3128048 or 1066448. OLE color: 1066448.
HSL color Cylindrical-coordinate representation of color #D04510: hue angle of 16.56º 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 #D04510 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 16 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.18 |
| HSL | 16.56º | 0.86% | 0.44% | - |
| HSV(B) | 16.56º | 0.92% | 0.82% | - |
| XYZ | 28.23 | 17.7 | 2.42 | - |
| YUV | 104.52 | 78.05 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 16 | 0 | 0.67 | 0.92 | 0.18 | 16.56 | 0.86 | 0.44 |
| Hex | D0 | 45 | 10 | 0 | 43 | 5C | 12 | 11 | 56 | 2C |
| Octal | 320 | 105 | 20 | 0 | 103 | 134 | 22 | 21 | 126 | 54 |
| Binary | 11010000 | 1000101 | 10000 | 0 | 1000011 | 1011100 | 10010 | 10001 | 1010110 | 101100 |
Color Harmonies of #D04510
Complementary color
Monochromatic Colors of #D04510
Black with #D04510
Text Example
Text Example
White with #D04510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04510; }
p { color: rgb(208,69,16); }
H1.HeaderClassName
{
color: #D04510;
}
.AnyTagClassName
{
color: #D04510;
}
</style>
background-color css
<style>
a { background-color: #D04510; }
a { background-color: rgb(208,69,16); }
div.DivClassName
{
background-color: #D04510;
}
.BgClassName
{
background-color: #D04510;
}
</style>
border-color css
<style>
span { border-color: #D04510; }
span { border-color: rgb(208,69,16); }
td.TdClassName
{
border-color: #D04510;
}
.TagClassName
{
border-color: #D04510;
}
</style>