Html Css Color HEX #D64218 Harley Davidson Orange
📋 copy color: '#D64218'red 214 ◦ green 66 ◦ blue 24
Shades of Harley Davidson Orange #D64218
Tints of Harley Davidson Orange #D64218
RGB
CMYK
RGB Variations
Color information
#D64218 (or 0xD64218) is known color: Harley Davidson Orange. HEX triplet: D6, 42 and 18. RGB value is (214,66,24). Sum of RGB (Red+Green+Blue) = 214+66+24=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 24 (9.77% from 255 or 7.89% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D64218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64218 is #29BDE7. Grayscale: #696969. Windows color (decimal): -2735592 or 1589974. OLE color: 1589974.
HSL color Cylindrical-coordinate representation of color #D64218: hue angle of 13.26º 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 #D64218 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 24 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.16 |
| HSL | 13.26º | 0.8% | 0.47% | - |
| HSV(B) | 13.26º | 0.89% | 0.84% | - |
| XYZ | 29.84 | 18.26 | 2.82 | - |
| YUV | 105.46 | 82.03 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 24 | 0 | 0.69 | 0.89 | 0.16 | 13.26 | 0.8 | 0.47 |
| Hex | D6 | 42 | 18 | 0 | 45 | 59 | 10 | D | 50 | 2F |
| Octal | 326 | 102 | 30 | 0 | 105 | 131 | 20 | 15 | 120 | 57 |
| Binary | 11010110 | 1000010 | 11000 | 0 | 1000101 | 1011001 | 10000 | 1101 | 1010000 | 101111 |
Color Harmonies of #D64218
Complementary color
Monochromatic Colors of #D64218
Black with #D64218
Text Example
Text Example
White with #D64218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64218; }
p { color: rgb(214,66,24); }
H1.HeaderClassName
{
color: #D64218;
}
.AnyTagClassName
{
color: #D64218;
}
</style>
background-color css
<style>
a { background-color: #D64218; }
a { background-color: rgb(214,66,24); }
div.DivClassName
{
background-color: #D64218;
}
.BgClassName
{
background-color: #D64218;
}
</style>
border-color css
<style>
span { border-color: #D64218; }
span { border-color: rgb(214,66,24); }
td.TdClassName
{
border-color: #D64218;
}
.TagClassName
{
border-color: #D64218;
}
</style>