Html Css Color HEX #D04108 Harley Davidson Orange
📋 copy color: '#D04108'red 208 ◦ green 65 ◦ blue 8
Shades of Harley Davidson Orange #D04108
Tints of Harley Davidson Orange #D04108
RGB
CMYK
RGB Variations
Color information
#D04108 (or 0xD04108) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 08. RGB value is (208,65,8). Sum of RGB (Red+Green+Blue) = 208+65+8=281 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.02% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 208 - color contains mainly: red. Hex color #D04108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04108 is #2FBEF7. Grayscale: #656565. Windows color (decimal): -3129080 or 541136. OLE color: 541136.
HSL color Cylindrical-coordinate representation of color #D04108: hue angle of 17.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D04108 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 8 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.18 |
| HSL | 17.1º | 0.93% | 0.42% | - |
| HSV(B) | 17.1º | 0.96% | 0.82% | - |
| XYZ | 27.95 | 17.21 | 2.08 | - |
| YUV | 101.26 | 75.38 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 8 | 0 | 0.69 | 0.96 | 0.18 | 17.1 | 0.93 | 0.42 |
| Hex | D0 | 41 | 8 | 0 | 45 | 60 | 12 | 11 | 5D | 2A |
| Octal | 320 | 101 | 10 | 0 | 105 | 140 | 22 | 21 | 135 | 52 |
| Binary | 11010000 | 1000001 | 1000 | 0 | 1000101 | 1100000 | 10010 | 10001 | 1011101 | 101010 |
Color Harmonies of #D04108
Complementary color
Monochromatic Colors of #D04108
Black with #D04108
Text Example
Text Example
White with #D04108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04108; }
p { color: rgb(208,65,8); }
H1.HeaderClassName
{
color: #D04108;
}
.AnyTagClassName
{
color: #D04108;
}
</style>
background-color css
<style>
a { background-color: #D04108; }
a { background-color: rgb(208,65,8); }
div.DivClassName
{
background-color: #D04108;
}
.BgClassName
{
background-color: #D04108;
}
</style>
border-color css
<style>
span { border-color: #D04108; }
span { border-color: rgb(208,65,8); }
td.TdClassName
{
border-color: #D04108;
}
.TagClassName
{
border-color: #D04108;
}
</style>