Html Css Color HEX #D64714 Harley Davidson Orange
📋 copy color: '#D64714'red 214 ◦ green 71 ◦ blue 20
Shades of Harley Davidson Orange #D64714
Tints of Harley Davidson Orange #D64714
RGB
CMYK
RGB Variations
Color information
#D64714 (or 0xD64714) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 14. RGB value is (214,71,20). Sum of RGB (Red+Green+Blue) = 214+71+20=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D64714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64714 is #29B8EB. Grayscale: #6C6C6C. Windows color (decimal): -2734316 or 1329110. OLE color: 1329110.
HSL color Cylindrical-coordinate representation of color #D64714: hue angle of 15.77º 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 #D64714 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 20 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.16 |
| HSL | 15.77º | 0.83% | 0.46% | - |
| HSV(B) | 15.77º | 0.91% | 0.84% | - |
| XYZ | 30.11 | 18.85 | 2.71 | - |
| YUV | 107.94 | 78.38 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 20 | 0 | 0.67 | 0.91 | 0.16 | 15.77 | 0.83 | 0.46 |
| Hex | D6 | 47 | 14 | 0 | 43 | 5B | 10 | 10 | 53 | 2E |
| Octal | 326 | 107 | 24 | 0 | 103 | 133 | 20 | 20 | 123 | 56 |
| Binary | 11010110 | 1000111 | 10100 | 0 | 1000011 | 1011011 | 10000 | 10000 | 1010011 | 101110 |
Color Harmonies of #D64714
Complementary color
Monochromatic Colors of #D64714
Black with #D64714
Text Example
Text Example
White with #D64714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64714; }
p { color: rgb(214,71,20); }
H1.HeaderClassName
{
color: #D64714;
}
.AnyTagClassName
{
color: #D64714;
}
</style>
background-color css
<style>
a { background-color: #D64714; }
a { background-color: rgb(214,71,20); }
div.DivClassName
{
background-color: #D64714;
}
.BgClassName
{
background-color: #D64714;
}
</style>
border-color css
<style>
span { border-color: #D64714; }
span { border-color: rgb(214,71,20); }
td.TdClassName
{
border-color: #D64714;
}
.TagClassName
{
border-color: #D64714;
}
</style>