Html Css Color HEX #D64912 Harley Davidson Orange
📋 copy color: '#D64912'red 214 ◦ green 73 ◦ blue 18
Shades of Harley Davidson Orange #D64912
Tints of Harley Davidson Orange #D64912
RGB
CMYK
RGB Variations
Color information
#D64912 (or 0xD64912) is known color: Harley Davidson Orange. HEX triplet: D6, 49 and 12. RGB value is (214,73,18). Sum of RGB (Red+Green+Blue) = 214+73+18=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D64912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64912 is #29B6ED. Grayscale: #6D6D6D. Windows color (decimal): -2733806 or 1198550. OLE color: 1198550.
HSL color Cylindrical-coordinate representation of color #D64912: hue angle of 16.84º 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 #D64912 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 73 | 18 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.16 |
| HSL | 16.84º | 0.84% | 0.45% | - |
| HSV(B) | 16.84º | 0.92% | 0.84% | - |
| XYZ | 30.22 | 19.1 | 2.67 | - |
| YUV | 108.89 | 76.71 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 73 | 18 | 0 | 0.66 | 0.92 | 0.16 | 16.84 | 0.84 | 0.45 |
| Hex | D6 | 49 | 12 | 0 | 42 | 5C | 10 | 11 | 54 | 2D |
| Octal | 326 | 111 | 22 | 0 | 102 | 134 | 20 | 21 | 124 | 55 |
| Binary | 11010110 | 1001001 | 10010 | 0 | 1000010 | 1011100 | 10000 | 10001 | 1010100 | 101101 |
Color Harmonies of #D64912
Complementary color
Monochromatic Colors of #D64912
Black with #D64912
Text Example
Text Example
White with #D64912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64912; }
p { color: rgb(214,73,18); }
H1.HeaderClassName
{
color: #D64912;
}
.AnyTagClassName
{
color: #D64912;
}
</style>
background-color css
<style>
a { background-color: #D64912; }
a { background-color: rgb(214,73,18); }
div.DivClassName
{
background-color: #D64912;
}
.BgClassName
{
background-color: #D64912;
}
</style>
border-color css
<style>
span { border-color: #D64912; }
span { border-color: rgb(214,73,18); }
td.TdClassName
{
border-color: #D64912;
}
.TagClassName
{
border-color: #D64912;
}
</style>