Html Css Color HEX #D64812 Harley Davidson Orange
📋 copy color: '#D64812'red 214 ◦ green 72 ◦ blue 18
Shades of Harley Davidson Orange #D64812
Tints of Harley Davidson Orange #D64812
RGB
CMYK
RGB Variations
Color information
#D64812 (or 0xD64812) is known color: Harley Davidson Orange. HEX triplet: D6, 48 and 12. RGB value is (214,72,18). Sum of RGB (Red+Green+Blue) = 214+72+18=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D64812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64812 is #29B7ED. Grayscale: #6C6C6C. Windows color (decimal): -2734062 or 1198294. OLE color: 1198294.
HSL color Cylindrical-coordinate representation of color #D64812: hue angle of 16.53º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D64812 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 18 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.16 |
| HSL | 16.53º | 0.84% | 0.45% | - |
| HSV(B) | 16.53º | 0.92% | 0.84% | - |
| XYZ | 30.16 | 18.97 | 2.65 | - |
| YUV | 108.3 | 77.04 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 18 | 0 | 0.66 | 0.92 | 0.16 | 16.53 | 0.84 | 0.45 |
| Hex | D6 | 48 | 12 | 0 | 42 | 5C | 10 | 11 | 54 | 2D |
| Octal | 326 | 110 | 22 | 0 | 102 | 134 | 20 | 21 | 124 | 55 |
| Binary | 11010110 | 1001000 | 10010 | 0 | 1000010 | 1011100 | 10000 | 10001 | 1010100 | 101101 |
Color Harmonies of #D64812
Complementary color
Monochromatic Colors of #D64812
Black with #D64812
Text Example
Text Example
White with #D64812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64812; }
p { color: rgb(214,72,18); }
H1.HeaderClassName
{
color: #D64812;
}
.AnyTagClassName
{
color: #D64812;
}
</style>
background-color css
<style>
a { background-color: #D64812; }
a { background-color: rgb(214,72,18); }
div.DivClassName
{
background-color: #D64812;
}
.BgClassName
{
background-color: #D64812;
}
</style>
border-color css
<style>
span { border-color: #D64812; }
span { border-color: rgb(214,72,18); }
td.TdClassName
{
border-color: #D64812;
}
.TagClassName
{
border-color: #D64812;
}
</style>