Html Css Color HEX #D64015 Harley Davidson Orange
📋 copy color: '#D64015'red 214 ◦ green 64 ◦ blue 21
Shades of Harley Davidson Orange #D64015
Tints of Harley Davidson Orange #D64015
RGB
CMYK
RGB Variations
Color information
#D64015 (or 0xD64015) is known color: Harley Davidson Orange. HEX triplet: D6, 40 and 15. RGB value is (214,64,21). Sum of RGB (Red+Green+Blue) = 214+64+21=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D64015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64015 is #29BFEA. Grayscale: #686868. Windows color (decimal): -2736107 or 1392854. OLE color: 1392854.
HSL color Cylindrical-coordinate representation of color #D64015: hue angle of 13.37º degrees, saturation: 0.82, 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 #D64015 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 21 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.16 |
| HSL | 13.37º | 0.82% | 0.46% | - |
| HSV(B) | 13.37º | 0.9% | 0.84% | - |
| XYZ | 29.7 | 18.02 | 2.62 | - |
| YUV | 103.95 | 81.2 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 21 | 0 | 0.70 | 0.90 | 0.16 | 13.37 | 0.82 | 0.46 |
| Hex | D6 | 40 | 15 | 0 | 46 | 5A | 10 | D | 52 | 2E |
| Octal | 326 | 100 | 25 | 0 | 106 | 132 | 20 | 15 | 122 | 56 |
| Binary | 11010110 | 1000000 | 10101 | 0 | 1000110 | 1011010 | 10000 | 1101 | 1010010 | 101110 |
Color Harmonies of #D64015
Complementary color
Monochromatic Colors of #D64015
Black with #D64015
Text Example
Text Example
White with #D64015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64015; }
p { color: rgb(214,64,21); }
H1.HeaderClassName
{
color: #D64015;
}
.AnyTagClassName
{
color: #D64015;
}
</style>
background-color css
<style>
a { background-color: #D64015; }
a { background-color: rgb(214,64,21); }
div.DivClassName
{
background-color: #D64015;
}
.BgClassName
{
background-color: #D64015;
}
</style>
border-color css
<style>
span { border-color: #D64015; }
span { border-color: rgb(214,64,21); }
td.TdClassName
{
border-color: #D64015;
}
.TagClassName
{
border-color: #D64015;
}
</style>