Html Css Color HEX #D64614 Harley Davidson Orange
📋 copy color: '#D64614'red 214 ◦ green 70 ◦ blue 20
Shades of Harley Davidson Orange #D64614
Tints of Harley Davidson Orange #D64614
RGB
CMYK
RGB Variations
Color information
#D64614 (or 0xD64614) is known color: Harley Davidson Orange. HEX triplet: D6, 46 and 14. RGB value is (214,70,20). Sum of RGB (Red+Green+Blue) = 214+70+20=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D64614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64614 is #29B9EB. Grayscale: #6B6B6B. Windows color (decimal): -2734572 or 1328854. OLE color: 1328854.
HSL color Cylindrical-coordinate representation of color #D64614: hue angle of 15.46º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D64614 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 20 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.16 |
| HSL | 15.46º | 0.83% | 0.46% | - |
| HSV(B) | 15.46º | 0.91% | 0.84% | - |
| XYZ | 30.05 | 18.73 | 2.69 | - |
| YUV | 107.36 | 78.71 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 20 | 0 | 0.67 | 0.91 | 0.16 | 15.46 | 0.83 | 0.46 |
| Hex | D6 | 46 | 14 | 0 | 43 | 5B | 10 | F | 53 | 2E |
| Octal | 326 | 106 | 24 | 0 | 103 | 133 | 20 | 17 | 123 | 56 |
| Binary | 11010110 | 1000110 | 10100 | 0 | 1000011 | 1011011 | 10000 | 1111 | 1010011 | 101110 |
Color Harmonies of #D64614
Complementary color
Monochromatic Colors of #D64614
Black with #D64614
Text Example
Text Example
White with #D64614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64614; }
p { color: rgb(214,70,20); }
H1.HeaderClassName
{
color: #D64614;
}
.AnyTagClassName
{
color: #D64614;
}
</style>
background-color css
<style>
a { background-color: #D64614; }
a { background-color: rgb(214,70,20); }
div.DivClassName
{
background-color: #D64614;
}
.BgClassName
{
background-color: #D64614;
}
</style>
border-color css
<style>
span { border-color: #D64614; }
span { border-color: rgb(214,70,20); }
td.TdClassName
{
border-color: #D64614;
}
.TagClassName
{
border-color: #D64614;
}
</style>