Html Css Color HEX #D04211 Harley Davidson Orange
📋 copy color: '#D04211'red 208 ◦ green 66 ◦ blue 17
Shades of Harley Davidson Orange #D04211
Tints of Harley Davidson Orange #D04211
RGB
CMYK
RGB Variations
Color information
#D04211 (or 0xD04211) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 11. RGB value is (208,66,17). Sum of RGB (Red+Green+Blue) = 208+66+17=291 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.48% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 208 - color contains mainly: red. Hex color #D04211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04211 is #2FBDEE. Grayscale: #676767. Windows color (decimal): -3128815 or 1131216. OLE color: 1131216.
HSL color Cylindrical-coordinate representation of color #D04211: hue angle of 15.39º 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 #D04211 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.18 |
| HSL | 15.39º | 0.85% | 0.44% | - |
| HSV(B) | 15.39º | 0.92% | 0.82% | - |
| XYZ | 28.06 | 17.35 | 2.4 | - |
| YUV | 102.87 | 79.54 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 17 | 0 | 0.68 | 0.92 | 0.18 | 15.39 | 0.85 | 0.44 |
| Hex | D0 | 42 | 11 | 0 | 44 | 5C | 12 | F | 55 | 2C |
| Octal | 320 | 102 | 21 | 0 | 104 | 134 | 22 | 17 | 125 | 54 |
| Binary | 11010000 | 1000010 | 10001 | 0 | 1000100 | 1011100 | 10010 | 1111 | 1010101 | 101100 |
Color Harmonies of #D04211
Complementary color
Monochromatic Colors of #D04211
Black with #D04211
Text Example
Text Example
White with #D04211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04211; }
p { color: rgb(208,66,17); }
H1.HeaderClassName
{
color: #D04211;
}
.AnyTagClassName
{
color: #D04211;
}
</style>
background-color css
<style>
a { background-color: #D04211; }
a { background-color: rgb(208,66,17); }
div.DivClassName
{
background-color: #D04211;
}
.BgClassName
{
background-color: #D04211;
}
</style>
border-color css
<style>
span { border-color: #D04211; }
span { border-color: rgb(208,66,17); }
td.TdClassName
{
border-color: #D04211;
}
.TagClassName
{
border-color: #D04211;
}
</style>