Html Css Color HEX #D04911 Harley Davidson Orange
📋 copy color: '#D04911'red 208 ◦ green 73 ◦ blue 17
Shades of Harley Davidson Orange #D04911
Tints of Harley Davidson Orange #D04911
RGB
CMYK
RGB Variations
Color information
#D04911 (or 0xD04911) is known color: Harley Davidson Orange. HEX triplet: D0, 49 and 11. RGB value is (208,73,17). Sum of RGB (Red+Green+Blue) = 208+73+17=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D04911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04911 is #2FB6EE. Grayscale: #6B6B6B. Windows color (decimal): -3127023 or 1133008. OLE color: 1133008.
HSL color Cylindrical-coordinate representation of color #D04911: hue angle of 17.59º degrees, saturation: 0.85, 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 #D04911 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 17 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.18 |
| HSL | 17.59º | 0.85% | 0.44% | - |
| HSV(B) | 17.59º | 0.92% | 0.82% | - |
| XYZ | 28.5 | 18.22 | 2.54 | - |
| YUV | 106.98 | 77.23 | 200.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 17 | 0 | 0.65 | 0.92 | 0.18 | 17.59 | 0.85 | 0.44 |
| Hex | D0 | 49 | 11 | 0 | 41 | 5C | 12 | 12 | 55 | 2C |
| Octal | 320 | 111 | 21 | 0 | 101 | 134 | 22 | 22 | 125 | 54 |
| Binary | 11010000 | 1001001 | 10001 | 0 | 1000001 | 1011100 | 10010 | 10010 | 1010101 | 101100 |
Color Harmonies of #D04911
Complementary color
Monochromatic Colors of #D04911
Black with #D04911
Text Example
Text Example
White with #D04911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04911; }
p { color: rgb(208,73,17); }
H1.HeaderClassName
{
color: #D04911;
}
.AnyTagClassName
{
color: #D04911;
}
</style>
background-color css
<style>
a { background-color: #D04911; }
a { background-color: rgb(208,73,17); }
div.DivClassName
{
background-color: #D04911;
}
.BgClassName
{
background-color: #D04911;
}
</style>
border-color css
<style>
span { border-color: #D04911; }
span { border-color: rgb(208,73,17); }
td.TdClassName
{
border-color: #D04911;
}
.TagClassName
{
border-color: #D04911;
}
</style>