Html Css Color HEX #D64713 Harley Davidson Orange
📋 copy color: '#D64713'red 214 ◦ green 71 ◦ blue 19
Shades of Harley Davidson Orange #D64713
Tints of Harley Davidson Orange #D64713
RGB
CMYK
RGB Variations
Color information
#D64713 (or 0xD64713) is known color: Harley Davidson Orange. HEX triplet: D6, 47 and 13. RGB value is (214,71,19). Sum of RGB (Red+Green+Blue) = 214+71+19=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D64713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64713 is #29B8EC. Grayscale: #6C6C6C. Windows color (decimal): -2734317 or 1263574. OLE color: 1263574.
HSL color Cylindrical-coordinate representation of color #D64713: hue angle of 16º degrees, saturation: 0.84, 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 #D64713 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 19 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.16 |
| HSL | 16º | 0.84% | 0.46% | - |
| HSV(B) | 16º | 0.91% | 0.84% | - |
| XYZ | 30.1 | 18.85 | 2.67 | - |
| YUV | 107.83 | 77.88 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 19 | 0 | 0.67 | 0.91 | 0.16 | 16 | 0.84 | 0.46 |
| Hex | D6 | 47 | 13 | 0 | 43 | 5B | 10 | 10 | 54 | 2E |
| Octal | 326 | 107 | 23 | 0 | 103 | 133 | 20 | 20 | 124 | 56 |
| Binary | 11010110 | 1000111 | 10011 | 0 | 1000011 | 1011011 | 10000 | 10000 | 1010100 | 101110 |
Color Harmonies of #D64713
Complementary color
Monochromatic Colors of #D64713
Black with #D64713
Text Example
Text Example
White with #D64713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64713; }
p { color: rgb(214,71,19); }
H1.HeaderClassName
{
color: #D64713;
}
.AnyTagClassName
{
color: #D64713;
}
</style>
background-color css
<style>
a { background-color: #D64713; }
a { background-color: rgb(214,71,19); }
div.DivClassName
{
background-color: #D64713;
}
.BgClassName
{
background-color: #D64713;
}
</style>
border-color css
<style>
span { border-color: #D64713; }
span { border-color: rgb(214,71,19); }
td.TdClassName
{
border-color: #D64713;
}
.TagClassName
{
border-color: #D64713;
}
</style>