Html Css Color HEX #D64517 Harley Davidson Orange
📋 copy color: '#D64517'red 214 ◦ green 69 ◦ blue 23
Shades of Harley Davidson Orange #D64517
Tints of Harley Davidson Orange #D64517
RGB
CMYK
RGB Variations
Color information
#D64517 (or 0xD64517) is known color: Harley Davidson Orange. HEX triplet: D6, 45 and 17. RGB value is (214,69,23). Sum of RGB (Red+Green+Blue) = 214+69+23=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D64517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64517 is #29BAE8. Grayscale: #6B6B6B. Windows color (decimal): -2734825 or 1525206. OLE color: 1525206.
HSL color Cylindrical-coordinate representation of color #D64517: hue angle of 14.45º 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 #D64517 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 23 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.16 |
| HSL | 14.45º | 0.81% | 0.46% | - |
| HSV(B) | 14.45º | 0.89% | 0.84% | - |
| XYZ | 30.01 | 18.61 | 2.82 | - |
| YUV | 107.11 | 80.54 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 23 | 0 | 0.68 | 0.89 | 0.16 | 14.45 | 0.81 | 0.46 |
| Hex | D6 | 45 | 17 | 0 | 44 | 59 | 10 | E | 51 | 2E |
| Octal | 326 | 105 | 27 | 0 | 104 | 131 | 20 | 16 | 121 | 56 |
| Binary | 11010110 | 1000101 | 10111 | 0 | 1000100 | 1011001 | 10000 | 1110 | 1010001 | 101110 |
Color Harmonies of #D64517
Complementary color
Monochromatic Colors of #D64517
Black with #D64517
Text Example
Text Example
White with #D64517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64517; }
p { color: rgb(214,69,23); }
H1.HeaderClassName
{
color: #D64517;
}
.AnyTagClassName
{
color: #D64517;
}
</style>
background-color css
<style>
a { background-color: #D64517; }
a { background-color: rgb(214,69,23); }
div.DivClassName
{
background-color: #D64517;
}
.BgClassName
{
background-color: #D64517;
}
</style>
border-color css
<style>
span { border-color: #D64517; }
span { border-color: rgb(214,69,23); }
td.TdClassName
{
border-color: #D64517;
}
.TagClassName
{
border-color: #D64517;
}
</style>