Html Css Color HEX #D64510 Harley Davidson Orange
📋 copy color: '#D64510'red 214 ◦ green 69 ◦ blue 16
Shades of Harley Davidson Orange #D64510
Tints of Harley Davidson Orange #D64510
RGB
CMYK
RGB Variations
Color information
#D64510 (or 0xD64510) is known color: Harley Davidson Orange. HEX triplet: D6, 45 and 10. RGB value is (214,69,16). Sum of RGB (Red+Green+Blue) = 214+69+16=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D64510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64510 is #29BAEF. Grayscale: #6A6A6A. Windows color (decimal): -2734832 or 1066454. OLE color: 1066454.
HSL color Cylindrical-coordinate representation of color #D64510: hue angle of 16.06º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D64510 is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 16 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.16 |
| HSL | 16.06º | 0.86% | 0.45% | - |
| HSV(B) | 16.06º | 0.93% | 0.84% | - |
| XYZ | 29.95 | 18.59 | 2.5 | - |
| YUV | 106.31 | 77.04 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 16 | 0 | 0.68 | 0.93 | 0.16 | 16.06 | 0.86 | 0.45 |
| Hex | D6 | 45 | 10 | 0 | 44 | 5D | 10 | 10 | 56 | 2D |
| Octal | 326 | 105 | 20 | 0 | 104 | 135 | 20 | 20 | 126 | 55 |
| Binary | 11010110 | 1000101 | 10000 | 0 | 1000100 | 1011101 | 10000 | 10000 | 1010110 | 101101 |
Color Harmonies of #D64510
Complementary color
Monochromatic Colors of #D64510
Black with #D64510
Text Example
Text Example
White with #D64510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64510; }
p { color: rgb(214,69,16); }
H1.HeaderClassName
{
color: #D64510;
}
.AnyTagClassName
{
color: #D64510;
}
</style>
background-color css
<style>
a { background-color: #D64510; }
a { background-color: rgb(214,69,16); }
div.DivClassName
{
background-color: #D64510;
}
.BgClassName
{
background-color: #D64510;
}
</style>
border-color css
<style>
span { border-color: #D64510; }
span { border-color: rgb(214,69,16); }
td.TdClassName
{
border-color: #D64510;
}
.TagClassName
{
border-color: #D64510;
}
</style>