Html Css Color HEX #D64D18 Harley Davidson Orange
📋 copy color: '#D64D18'red 214 ◦ green 77 ◦ blue 24
Shades of Harley Davidson Orange #D64D18
Tints of Harley Davidson Orange #D64D18
RGB
CMYK
RGB Variations
Color information
#D64D18 (or 0xD64D18) is known color: Harley Davidson Orange. HEX triplet: D6, 4D and 18. RGB value is (214,77,24). Sum of RGB (Red+Green+Blue) = 214+77+24=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D64D18 is #29B2E7. Grayscale: #707070. Windows color (decimal): -2732776 or 1592790. OLE color: 1592790.
HSL color Cylindrical-coordinate representation of color #D64D18: hue angle of 16.74º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D64D18 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 77 | 24 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.16 |
| HSL | 16.74º | 0.8% | 0.47% | - |
| HSV(B) | 16.74º | 0.89% | 0.84% | - |
| XYZ | 30.55 | 19.67 | 3.05 | - |
| YUV | 111.92 | 78.39 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 77 | 24 | 0 | 0.64 | 0.89 | 0.16 | 16.74 | 0.8 | 0.47 |
| Hex | D6 | 4D | 18 | 0 | 40 | 59 | 10 | 11 | 50 | 2F |
| Octal | 326 | 115 | 30 | 0 | 100 | 131 | 20 | 21 | 120 | 57 |
| Binary | 11010110 | 1001101 | 11000 | 0 | 1000000 | 1011001 | 10000 | 10001 | 1010000 | 101111 |
Color Harmonies of #D64D18
Complementary color
Monochromatic Colors of #D64D18
Black with #D64D18
Text Example
Text Example
White with #D64D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64D18; }
p { color: rgb(214,77,24); }
H1.HeaderClassName
{
color: #D64D18;
}
.AnyTagClassName
{
color: #D64D18;
}
</style>
background-color css
<style>
a { background-color: #D64D18; }
a { background-color: rgb(214,77,24); }
div.DivClassName
{
background-color: #D64D18;
}
.BgClassName
{
background-color: #D64D18;
}
</style>
border-color css
<style>
span { border-color: #D64D18; }
span { border-color: rgb(214,77,24); }
td.TdClassName
{
border-color: #D64D18;
}
.TagClassName
{
border-color: #D64D18;
}
</style>