Html Css Color HEX #D64516 Harley Davidson Orange
📋 copy color: '#D64516'red 214 ◦ green 69 ◦ blue 22
Shades of Harley Davidson Orange #D64516
Tints of Harley Davidson Orange #D64516
RGB
CMYK
RGB Variations
Color information
#D64516 (or 0xD64516) is known color: Harley Davidson Orange. HEX triplet: D6, 45 and 16. RGB value is (214,69,22). Sum of RGB (Red+Green+Blue) = 214+69+22=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D64516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64516 is #29BAE9. Grayscale: #6B6B6B. Windows color (decimal): -2734826 or 1459670. OLE color: 1459670.
HSL color Cylindrical-coordinate representation of color #D64516: hue angle of 14.69º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D64516 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 22 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.16 |
| HSL | 14.69º | 0.81% | 0.46% | - |
| HSV(B) | 14.69º | 0.9% | 0.84% | - |
| XYZ | 30 | 18.61 | 2.77 | - |
| YUV | 107 | 80.04 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 22 | 0 | 0.68 | 0.90 | 0.16 | 14.69 | 0.81 | 0.46 |
| Hex | D6 | 45 | 16 | 0 | 44 | 5A | 10 | F | 51 | 2E |
| Octal | 326 | 105 | 26 | 0 | 104 | 132 | 20 | 17 | 121 | 56 |
| Binary | 11010110 | 1000101 | 10110 | 0 | 1000100 | 1011010 | 10000 | 1111 | 1010001 | 101110 |
Color Harmonies of #D64516
Complementary color
Monochromatic Colors of #D64516
Black with #D64516
Text Example
Text Example
White with #D64516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64516; }
p { color: rgb(214,69,22); }
H1.HeaderClassName
{
color: #D64516;
}
.AnyTagClassName
{
color: #D64516;
}
</style>
background-color css
<style>
a { background-color: #D64516; }
a { background-color: rgb(214,69,22); }
div.DivClassName
{
background-color: #D64516;
}
.BgClassName
{
background-color: #D64516;
}
</style>
border-color css
<style>
span { border-color: #D64516; }
span { border-color: rgb(214,69,22); }
td.TdClassName
{
border-color: #D64516;
}
.TagClassName
{
border-color: #D64516;
}
</style>