Html Css Color HEX #D64711 Harley Davidson Orange
📋 copy color: '#D64711'red 214 ◦ green 71 ◦ blue 17
Shades of Harley Davidson Orange #D64711
Tints of Harley Davidson Orange #D64711
RGB
CMYK
RGB Variations
Color information
#D64711 (or 0xD64711) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 11. RGB value is (214,71,17). Sum of RGB (Red+Green+Blue) = 214+71+17=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D64711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64711 is #29B8EE. Grayscale: #6B6B6B. Windows color (decimal): -2734319 or 1132502. OLE color: 1132502.
HSL color Cylindrical-coordinate representation of color #D64711: hue angle of 16.45º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D64711 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.16 |
| HSL | 16.45º | 0.85% | 0.45% | - |
| HSV(B) | 16.45º | 0.92% | 0.84% | - |
| XYZ | 30.09 | 18.84 | 2.58 | - |
| YUV | 107.6 | 76.88 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 17 | 0 | 0.67 | 0.92 | 0.16 | 16.45 | 0.85 | 0.45 |
| Hex | D6 | 47 | 11 | 0 | 43 | 5C | 10 | 10 | 55 | 2D |
| Octal | 326 | 107 | 21 | 0 | 103 | 134 | 20 | 20 | 125 | 55 |
| Binary | 11010110 | 1000111 | 10001 | 0 | 1000011 | 1011100 | 10000 | 10000 | 1010101 | 101101 |
Color Harmonies of #D64711
Complementary color
Monochromatic Colors of #D64711
Black with #D64711
Text Example
Text Example
White with #D64711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64711; }
p { color: rgb(214,71,17); }
H1.HeaderClassName
{
color: #D64711;
}
.AnyTagClassName
{
color: #D64711;
}
</style>
background-color css
<style>
a { background-color: #D64711; }
a { background-color: rgb(214,71,17); }
div.DivClassName
{
background-color: #D64711;
}
.BgClassName
{
background-color: #D64711;
}
</style>
border-color css
<style>
span { border-color: #D64711; }
span { border-color: rgb(214,71,17); }
td.TdClassName
{
border-color: #D64711;
}
.TagClassName
{
border-color: #D64711;
}
</style>