Html Css Color HEX #D64918 Harley Davidson Orange
📋 copy color: '#D64918'red 214 ◦ green 73 ◦ blue 24
Shades of Harley Davidson Orange #D64918
Tints of Harley Davidson Orange #D64918
RGB
CMYK
RGB Variations
Color information
#D64918 (or 0xD64918) is known color: Harley Davidson Orange. HEX triplet: D6, 49 and 18. RGB value is (214,73,24). Sum of RGB (Red+Green+Blue) = 214+73+24=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D64918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64918 is #29B6E7. Grayscale: #6D6D6D. Windows color (decimal): -2733800 or 1591766. OLE color: 1591766.
HSL color Cylindrical-coordinate representation of color #D64918: hue angle of 15.47º 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 #D64918 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 24 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.16 |
| HSL | 15.47º | 0.8% | 0.47% | - |
| HSV(B) | 15.47º | 0.89% | 0.84% | - |
| XYZ | 30.28 | 19.13 | 2.96 | - |
| YUV | 109.57 | 79.71 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 24 | 0 | 0.66 | 0.89 | 0.16 | 15.47 | 0.8 | 0.47 |
| Hex | D6 | 49 | 18 | 0 | 42 | 59 | 10 | F | 50 | 2F |
| Octal | 326 | 111 | 30 | 0 | 102 | 131 | 20 | 17 | 120 | 57 |
| Binary | 11010110 | 1001001 | 11000 | 0 | 1000010 | 1011001 | 10000 | 1111 | 1010000 | 101111 |
Color Harmonies of #D64918
Complementary color
Monochromatic Colors of #D64918
Black with #D64918
Text Example
Text Example
White with #D64918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64918; }
p { color: rgb(214,73,24); }
H1.HeaderClassName
{
color: #D64918;
}
.AnyTagClassName
{
color: #D64918;
}
</style>
background-color css
<style>
a { background-color: #D64918; }
a { background-color: rgb(214,73,24); }
div.DivClassName
{
background-color: #D64918;
}
.BgClassName
{
background-color: #D64918;
}
</style>
border-color css
<style>
span { border-color: #D64918; }
span { border-color: rgb(214,73,24); }
td.TdClassName
{
border-color: #D64918;
}
.TagClassName
{
border-color: #D64918;
}
</style>