Html Css Color HEX #D64A16 Harley Davidson Orange
📋 copy color: '#D64A16'red 214 ◦ green 74 ◦ blue 22
Shades of Harley Davidson Orange #D64A16
Tints of Harley Davidson Orange #D64A16
RGB
CMYK
RGB Variations
Color information
#D64A16 (or 0xD64A16) is known color: Harley Davidson Orange. HEX triplet: D6, 4A and 16. RGB value is (214,74,22). Sum of RGB (Red+Green+Blue) = 214+74+22=310 (41% of max value = 765). Red value is 214 (83.98% from 255 or 69.03% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64A16 is #29B5E9. Grayscale: #6E6E6E. Windows color (decimal): -2733546 or 1460950. OLE color: 1460950.
HSL color Cylindrical-coordinate representation of color #D64A16: hue angle of 16.25º 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 #D64A16 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 74 | 22 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.16 |
| HSL | 16.25º | 0.81% | 0.46% | - |
| HSV(B) | 16.25º | 0.9% | 0.84% | - |
| XYZ | 30.33 | 19.25 | 2.88 | - |
| YUV | 109.93 | 78.38 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 74 | 22 | 0 | 0.65 | 0.90 | 0.16 | 16.25 | 0.81 | 0.46 |
| Hex | D6 | 4A | 16 | 0 | 41 | 5A | 10 | 10 | 51 | 2E |
| Octal | 326 | 112 | 26 | 0 | 101 | 132 | 20 | 20 | 121 | 56 |
| Binary | 11010110 | 1001010 | 10110 | 0 | 1000001 | 1011010 | 10000 | 10000 | 1010001 | 101110 |
Color Harmonies of #D64A16
Complementary color
Monochromatic Colors of #D64A16
Black with #D64A16
Text Example
Text Example
White with #D64A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64A16; }
p { color: rgb(214,74,22); }
H1.HeaderClassName
{
color: #D64A16;
}
.AnyTagClassName
{
color: #D64A16;
}
</style>
background-color css
<style>
a { background-color: #D64A16; }
a { background-color: rgb(214,74,22); }
div.DivClassName
{
background-color: #D64A16;
}
.BgClassName
{
background-color: #D64A16;
}
</style>
border-color css
<style>
span { border-color: #D64A16; }
span { border-color: rgb(214,74,22); }
td.TdClassName
{
border-color: #D64A16;
}
.TagClassName
{
border-color: #D64A16;
}
</style>