Html Css Color HEX #D64112 Harley Davidson Orange
📋 copy color: '#D64112'red 214 ◦ green 65 ◦ blue 18
Shades of Harley Davidson Orange #D64112
Tints of Harley Davidson Orange #D64112
RGB
CMYK
RGB Variations
Color information
#D64112 (or 0xD64112) is known color: Harley Davidson Orange. HEX triplet: D6, 41 and 12. RGB value is (214,65,18). Sum of RGB (Red+Green+Blue) = 214+65+18=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D64112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D64112 is #29BEED. Grayscale: #686868. Windows color (decimal): -2735854 or 1196502. OLE color: 1196502.
HSL color Cylindrical-coordinate representation of color #D64112: hue angle of 14.39º 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 #D64112 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 65 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.16 |
| HSL | 14.39º | 0.84% | 0.45% | - |
| HSV(B) | 14.39º | 0.92% | 0.84% | - |
| XYZ | 29.73 | 18.12 | 2.5 | - |
| YUV | 104.19 | 79.36 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 65 | 18 | 0 | 0.70 | 0.92 | 0.16 | 14.39 | 0.84 | 0.45 |
| Hex | D6 | 41 | 12 | 0 | 46 | 5C | 10 | E | 54 | 2D |
| Octal | 326 | 101 | 22 | 0 | 106 | 134 | 20 | 16 | 124 | 55 |
| Binary | 11010110 | 1000001 | 10010 | 0 | 1000110 | 1011100 | 10000 | 1110 | 1010100 | 101101 |
Color Harmonies of #D64112
Complementary color
Monochromatic Colors of #D64112
Black with #D64112
Text Example
Text Example
White with #D64112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64112; }
p { color: rgb(214,65,18); }
H1.HeaderClassName
{
color: #D64112;
}
.AnyTagClassName
{
color: #D64112;
}
</style>
background-color css
<style>
a { background-color: #D64112; }
a { background-color: rgb(214,65,18); }
div.DivClassName
{
background-color: #D64112;
}
.BgClassName
{
background-color: #D64112;
}
</style>
border-color css
<style>
span { border-color: #D64112; }
span { border-color: rgb(214,65,18); }
td.TdClassName
{
border-color: #D64112;
}
.TagClassName
{
border-color: #D64112;
}
</style>