Html Css Color HEX #D64017 Harley Davidson Orange
📋 copy color: '#D64017'red 214 ◦ green 64 ◦ blue 23
Shades of Harley Davidson Orange #D64017
Tints of Harley Davidson Orange #D64017
RGB
CMYK
RGB Variations
Color information
#D64017 (or 0xD64017) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 17. RGB value is (214,64,23). Sum of RGB (Red+Green+Blue) = 214+64+23=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 23 (9.38% from 255 or 7.64% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D64017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64017 is #29BFE8. Grayscale: #686868. Windows color (decimal): -2736105 or 1523926. OLE color: 1523926.
HSL color Cylindrical-coordinate representation of color #D64017: hue angle of 12.88º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D64017 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 23 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.16 |
| HSL | 12.88º | 0.81% | 0.46% | - |
| HSV(B) | 12.88º | 0.89% | 0.84% | - |
| XYZ | 29.72 | 18.02 | 2.72 | - |
| YUV | 104.18 | 82.2 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 23 | 0 | 0.70 | 0.89 | 0.16 | 12.88 | 0.81 | 0.46 |
| Hex | D6 | 40 | 17 | 0 | 46 | 59 | 10 | D | 51 | 2E |
| Octal | 326 | 100 | 27 | 0 | 106 | 131 | 20 | 15 | 121 | 56 |
| Binary | 11010110 | 1000000 | 10111 | 0 | 1000110 | 1011001 | 10000 | 1101 | 1010001 | 101110 |
Color Harmonies of #D64017
Complementary color
Monochromatic Colors of #D64017
Black with #D64017
Text Example
Text Example
White with #D64017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64017; }
p { color: rgb(214,64,23); }
H1.HeaderClassName
{
color: #D64017;
}
.AnyTagClassName
{
color: #D64017;
}
</style>
background-color css
<style>
a { background-color: #D64017; }
a { background-color: rgb(214,64,23); }
div.DivClassName
{
background-color: #D64017;
}
.BgClassName
{
background-color: #D64017;
}
</style>
border-color css
<style>
span { border-color: #D64017; }
span { border-color: rgb(214,64,23); }
td.TdClassName
{
border-color: #D64017;
}
.TagClassName
{
border-color: #D64017;
}
</style>