Html Css Color HEX #D64618 Harley Davidson Orange
📋 copy color: '#D64618'red 214 ◦ green 70 ◦ blue 24
Shades of Harley Davidson Orange #D64618
Tints of Harley Davidson Orange #D64618
RGB
CMYK
RGB Variations
Color information
#D64618 (or 0xD64618) is known color: Harley Davidson Orange. HEX triplet: D6, 46 and 18. RGB value is (214,70,24). Sum of RGB (Red+Green+Blue) = 214+70+24=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 24 (9.77% from 255 or 7.79% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D64618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64618 is #29B9E7. Grayscale: #6C6C6C. Windows color (decimal): -2734568 or 1590998. OLE color: 1590998.
HSL color Cylindrical-coordinate representation of color #D64618: hue angle of 14.53º 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 #D64618 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 24 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.16 |
| HSL | 14.53º | 0.8% | 0.47% | - |
| HSV(B) | 14.53º | 0.89% | 0.84% | - |
| XYZ | 30.09 | 18.74 | 2.9 | - |
| YUV | 107.81 | 80.71 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 24 | 0 | 0.67 | 0.89 | 0.16 | 14.53 | 0.8 | 0.47 |
| Hex | D6 | 46 | 18 | 0 | 43 | 59 | 10 | F | 50 | 2F |
| Octal | 326 | 106 | 30 | 0 | 103 | 131 | 20 | 17 | 120 | 57 |
| Binary | 11010110 | 1000110 | 11000 | 0 | 1000011 | 1011001 | 10000 | 1111 | 1010000 | 101111 |
Color Harmonies of #D64618
Complementary color
Monochromatic Colors of #D64618
Black with #D64618
Text Example
Text Example
White with #D64618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64618; }
p { color: rgb(214,70,24); }
H1.HeaderClassName
{
color: #D64618;
}
.AnyTagClassName
{
color: #D64618;
}
</style>
background-color css
<style>
a { background-color: #D64618; }
a { background-color: rgb(214,70,24); }
div.DivClassName
{
background-color: #D64618;
}
.BgClassName
{
background-color: #D64618;
}
</style>
border-color css
<style>
span { border-color: #D64618; }
span { border-color: rgb(214,70,24); }
td.TdClassName
{
border-color: #D64618;
}
.TagClassName
{
border-color: #D64618;
}
</style>