Html Css Color HEX #D64814 Harley Davidson Orange
📋 copy color: '#D64814'red 214 ◦ green 72 ◦ blue 20
Shades of Harley Davidson Orange #D64814
Tints of Harley Davidson Orange #D64814
RGB
CMYK
RGB Variations
Color information
#D64814 (or 0xD64814) is known color: Harley Davidson Orange. HEX triplet: D6, 48 and 14. RGB value is (214,72,20). Sum of RGB (Red+Green+Blue) = 214+72+20=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D64814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64814 is #29B7EB. Grayscale: #6C6C6C. Windows color (decimal): -2734060 or 1329366. OLE color: 1329366.
HSL color Cylindrical-coordinate representation of color #D64814: hue angle of 16.08º 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 #D64814 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 20 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.16 |
| HSL | 16.08º | 0.83% | 0.46% | - |
| HSV(B) | 16.08º | 0.91% | 0.84% | - |
| XYZ | 30.18 | 18.98 | 2.74 | - |
| YUV | 108.53 | 78.04 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 20 | 0 | 0.66 | 0.91 | 0.16 | 16.08 | 0.83 | 0.46 |
| Hex | D6 | 48 | 14 | 0 | 42 | 5B | 10 | 10 | 53 | 2E |
| Octal | 326 | 110 | 24 | 0 | 102 | 133 | 20 | 20 | 123 | 56 |
| Binary | 11010110 | 1001000 | 10100 | 0 | 1000010 | 1011011 | 10000 | 10000 | 1010011 | 101110 |
Color Harmonies of #D64814
Complementary color
Monochromatic Colors of #D64814
Black with #D64814
Text Example
Text Example
White with #D64814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64814; }
p { color: rgb(214,72,20); }
H1.HeaderClassName
{
color: #D64814;
}
.AnyTagClassName
{
color: #D64814;
}
</style>
background-color css
<style>
a { background-color: #D64814; }
a { background-color: rgb(214,72,20); }
div.DivClassName
{
background-color: #D64814;
}
.BgClassName
{
background-color: #D64814;
}
</style>
border-color css
<style>
span { border-color: #D64814; }
span { border-color: rgb(214,72,20); }
td.TdClassName
{
border-color: #D64814;
}
.TagClassName
{
border-color: #D64814;
}
</style>