Html Css Color HEX #D64002 Harley Davidson Orange
📋 copy color: '#D64002'red 214 ◦ green 64 ◦ blue 2
Shades of Harley Davidson Orange #D64002
Tints of Harley Davidson Orange #D64002
RGB
CMYK
RGB Variations
Color information
#D64002 (or 0xD64002) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 02. RGB value is (214,64,2). Sum of RGB (Red+Green+Blue) = 214+64+2=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D64002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64002 is #29BFFD. Grayscale: #666666. Windows color (decimal): -2736126 or 147670. OLE color: 147670.
HSL color Cylindrical-coordinate representation of color #D64002: hue angle of 17.55º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D64002 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.16 |
| HSL | 17.55º | 0.98% | 0.42% | - |
| HSV(B) | 17.55º | 0.99% | 0.84% | - |
| XYZ | 29.58 | 17.97 | 1.97 | - |
| YUV | 101.78 | 71.7 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 2 | 0 | 0.70 | 0.99 | 0.16 | 17.55 | 0.98 | 0.42 |
| Hex | D6 | 40 | 2 | 0 | 46 | 63 | 10 | 12 | 62 | 2A |
| Octal | 326 | 100 | 2 | 0 | 106 | 143 | 20 | 22 | 142 | 52 |
| Binary | 11010110 | 1000000 | 10 | 0 | 1000110 | 1100011 | 10000 | 10010 | 1100010 | 101010 |
Color Harmonies of #D64002
Complementary color
Monochromatic Colors of #D64002
Black with #D64002
Text Example
Text Example
White with #D64002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64002; }
p { color: rgb(214,64,2); }
H1.HeaderClassName
{
color: #D64002;
}
.AnyTagClassName
{
color: #D64002;
}
</style>
background-color css
<style>
a { background-color: #D64002; }
a { background-color: rgb(214,64,2); }
div.DivClassName
{
background-color: #D64002;
}
.BgClassName
{
background-color: #D64002;
}
</style>
border-color css
<style>
span { border-color: #D64002; }
span { border-color: rgb(214,64,2); }
td.TdClassName
{
border-color: #D64002;
}
.TagClassName
{
border-color: #D64002;
}
</style>