Html Css Color HEX #D64716 Harley Davidson Orange
📋 copy color: '#D64716'red 214 ◦ green 71 ◦ blue 22
Shades of Harley Davidson Orange #D64716
Tints of Harley Davidson Orange #D64716
RGB
CMYK
RGB Variations
Color information
#D64716 (or 0xD64716) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 16. RGB value is (214,71,22). Sum of RGB (Red+Green+Blue) = 214+71+22=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D64716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64716 is #29B8E9. Grayscale: #6C6C6C. Windows color (decimal): -2734314 or 1460182. OLE color: 1460182.
HSL color Cylindrical-coordinate representation of color #D64716: hue angle of 15.31º 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 #D64716 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 22 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.16 |
| HSL | 15.31º | 0.81% | 0.46% | - |
| HSV(B) | 15.31º | 0.9% | 0.84% | - |
| XYZ | 30.13 | 18.86 | 2.81 | - |
| YUV | 108.17 | 79.38 | 203.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 22 | 0 | 0.67 | 0.90 | 0.16 | 15.31 | 0.81 | 0.46 |
| Hex | D6 | 47 | 16 | 0 | 43 | 5A | 10 | F | 51 | 2E |
| Octal | 326 | 107 | 26 | 0 | 103 | 132 | 20 | 17 | 121 | 56 |
| Binary | 11010110 | 1000111 | 10110 | 0 | 1000011 | 1011010 | 10000 | 1111 | 1010001 | 101110 |
Color Harmonies of #D64716
Complementary color
Monochromatic Colors of #D64716
Black with #D64716
Text Example
Text Example
White with #D64716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64716; }
p { color: rgb(214,71,22); }
H1.HeaderClassName
{
color: #D64716;
}
.AnyTagClassName
{
color: #D64716;
}
</style>
background-color css
<style>
a { background-color: #D64716; }
a { background-color: rgb(214,71,22); }
div.DivClassName
{
background-color: #D64716;
}
.BgClassName
{
background-color: #D64716;
}
</style>
border-color css
<style>
span { border-color: #D64716; }
span { border-color: rgb(214,71,22); }
td.TdClassName
{
border-color: #D64716;
}
.TagClassName
{
border-color: #D64716;
}
</style>