Html Css Color HEX #D64610 Harley Davidson Orange
📋 copy color: '#D64610'red 214 ◦ green 70 ◦ blue 16
Shades of Harley Davidson Orange #D64610
Tints of Harley Davidson Orange #D64610
RGB
CMYK
RGB Variations
Color information
#D64610 (or 0xD64610) is known color: Harley Davidson Orange. HEX triplet: D6, 46 and 10. RGB value is (214,70,16). Sum of RGB (Red+Green+Blue) = 214+70+16=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D64610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64610 is #29B9EF. Grayscale: #6B6B6B. Windows color (decimal): -2734576 or 1066710. OLE color: 1066710.
HSL color Cylindrical-coordinate representation of color #D64610: hue angle of 16.36º 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 #D64610 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 16 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.16 |
| HSL | 16.36º | 0.86% | 0.45% | - |
| HSV(B) | 16.36º | 0.93% | 0.84% | - |
| XYZ | 30.02 | 18.71 | 2.52 | - |
| YUV | 106.9 | 76.71 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 16 | 0 | 0.67 | 0.93 | 0.16 | 16.36 | 0.86 | 0.45 |
| Hex | D6 | 46 | 10 | 0 | 43 | 5D | 10 | 10 | 56 | 2D |
| Octal | 326 | 106 | 20 | 0 | 103 | 135 | 20 | 20 | 126 | 55 |
| Binary | 11010110 | 1000110 | 10000 | 0 | 1000011 | 1011101 | 10000 | 10000 | 1010110 | 101101 |
Color Harmonies of #D64610
Complementary color
Monochromatic Colors of #D64610
Black with #D64610
Text Example
Text Example
White with #D64610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64610; }
p { color: rgb(214,70,16); }
H1.HeaderClassName
{
color: #D64610;
}
.AnyTagClassName
{
color: #D64610;
}
</style>
background-color css
<style>
a { background-color: #D64610; }
a { background-color: rgb(214,70,16); }
div.DivClassName
{
background-color: #D64610;
}
.BgClassName
{
background-color: #D64610;
}
</style>
border-color css
<style>
span { border-color: #D64610; }
span { border-color: rgb(214,70,16); }
td.TdClassName
{
border-color: #D64610;
}
.TagClassName
{
border-color: #D64610;
}
</style>