Html Css Color HEX #D64114 Harley Davidson Orange
📋 copy color: '#D64114'red 214 ◦ green 65 ◦ blue 20
Shades of Harley Davidson Orange #D64114
Tints of Harley Davidson Orange #D64114
RGB
CMYK
RGB Variations
Color information
#D64114 (or 0xD64114) is known color: Harley Davidson Orange. HEX triplet: D6, 41 and 14. RGB value is (214,65,20). Sum of RGB (Red+Green+Blue) = 214+65+20=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D64114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64114 is #29BEEB. Grayscale: #686868. Windows color (decimal): -2735852 or 1327574. OLE color: 1327574.
HSL color Cylindrical-coordinate representation of color #D64114: hue angle of 13.92º 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 #D64114 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 20 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.16 |
| HSL | 13.92º | 0.83% | 0.46% | - |
| HSV(B) | 13.92º | 0.91% | 0.84% | - |
| XYZ | 29.75 | 18.13 | 2.59 | - |
| YUV | 104.42 | 80.36 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 20 | 0 | 0.70 | 0.91 | 0.16 | 13.92 | 0.83 | 0.46 |
| Hex | D6 | 41 | 14 | 0 | 46 | 5B | 10 | E | 53 | 2E |
| Octal | 326 | 101 | 24 | 0 | 106 | 133 | 20 | 16 | 123 | 56 |
| Binary | 11010110 | 1000001 | 10100 | 0 | 1000110 | 1011011 | 10000 | 1110 | 1010011 | 101110 |
Color Harmonies of #D64114
Complementary color
Monochromatic Colors of #D64114
Black with #D64114
Text Example
Text Example
White with #D64114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64114; }
p { color: rgb(214,65,20); }
H1.HeaderClassName
{
color: #D64114;
}
.AnyTagClassName
{
color: #D64114;
}
</style>
background-color css
<style>
a { background-color: #D64114; }
a { background-color: rgb(214,65,20); }
div.DivClassName
{
background-color: #D64114;
}
.BgClassName
{
background-color: #D64114;
}
</style>
border-color css
<style>
span { border-color: #D64114; }
span { border-color: rgb(214,65,20); }
td.TdClassName
{
border-color: #D64114;
}
.TagClassName
{
border-color: #D64114;
}
</style>