Html Css Color HEX #D03611 Harley Davidson Orange
📋 copy color: '#D03611'red 208 ◦ green 54 ◦ blue 17
Shades of Harley Davidson Orange #D03611
Tints of Harley Davidson Orange #D03611
RGB
CMYK
RGB Variations
Color information
#D03611 (or 0xD03611) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 11. RGB value is (208,54,17). Sum of RGB (Red+Green+Blue) = 208+54+17=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D03611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03611 is #2FC9EE. Grayscale: #606060. Windows color (decimal): -3131887 or 1128144. OLE color: 1128144.
HSL color Cylindrical-coordinate representation of color #D03611: hue angle of 11.62º 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 #D03611 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 17 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.18 |
| HSL | 11.62º | 0.85% | 0.44% | - |
| HSV(B) | 11.62º | 0.92% | 0.82% | - |
| XYZ | 27.43 | 16.09 | 2.19 | - |
| YUV | 95.83 | 83.52 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 17 | 0 | 0.74 | 0.92 | 0.18 | 11.62 | 0.85 | 0.44 |
| Hex | D0 | 36 | 11 | 0 | 4A | 5C | 12 | C | 55 | 2C |
| Octal | 320 | 66 | 21 | 0 | 112 | 134 | 22 | 14 | 125 | 54 |
| Binary | 11010000 | 110110 | 10001 | 0 | 1001010 | 1011100 | 10010 | 1100 | 1010101 | 101100 |
Color Harmonies of #D03611
Complementary color
Monochromatic Colors of #D03611
Black with #D03611
Text Example
Text Example
White with #D03611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03611; }
p { color: rgb(208,54,17); }
H1.HeaderClassName
{
color: #D03611;
}
.AnyTagClassName
{
color: #D03611;
}
</style>
background-color css
<style>
a { background-color: #D03611; }
a { background-color: rgb(208,54,17); }
div.DivClassName
{
background-color: #D03611;
}
.BgClassName
{
background-color: #D03611;
}
</style>
border-color css
<style>
span { border-color: #D03611; }
span { border-color: rgb(208,54,17); }
td.TdClassName
{
border-color: #D03611;
}
.TagClassName
{
border-color: #D03611;
}
</style>