Html Css Color HEX #D74012 Harley Davidson Orange
📋 copy color: '#D74012'red 215 ◦ green 64 ◦ blue 18
Shades of Harley Davidson Orange #D74012
Tints of Harley Davidson Orange #D74012
RGB
CMYK
RGB Variations
Color information
#D74012 (or 0xD74012) is known color: Harley Davidson Orange. HEX triplet: D7, 40 and 12. RGB value is (215,64,18). Sum of RGB (Red+Green+Blue) = 215+64+18=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D74012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74012 is #28BFED. Grayscale: #686868. Windows color (decimal): -2670574 or 1196247. OLE color: 1196247.
HSL color Cylindrical-coordinate representation of color #D74012: hue angle of 14.01º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D74012 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 64 | 18 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.16 |
| HSL | 14.01º | 0.85% | 0.46% | - |
| HSV(B) | 14.01º | 0.92% | 0.84% | - |
| XYZ | 29.97 | 18.16 | 2.5 | - |
| YUV | 103.91 | 79.53 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 64 | 18 | 0 | 0.70 | 0.92 | 0.16 | 14.01 | 0.85 | 0.46 |
| Hex | D7 | 40 | 12 | 0 | 46 | 5C | 10 | E | 55 | 2E |
| Octal | 327 | 100 | 22 | 0 | 106 | 134 | 20 | 16 | 125 | 56 |
| Binary | 11010111 | 1000000 | 10010 | 0 | 1000110 | 1011100 | 10000 | 1110 | 1010101 | 101110 |
Color Harmonies of #D74012
Complementary color
Monochromatic Colors of #D74012
Black with #D74012
Text Example
Text Example
White with #D74012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74012; }
p { color: rgb(215,64,18); }
H1.HeaderClassName
{
color: #D74012;
}
.AnyTagClassName
{
color: #D74012;
}
</style>
background-color css
<style>
a { background-color: #D74012; }
a { background-color: rgb(215,64,18); }
div.DivClassName
{
background-color: #D74012;
}
.BgClassName
{
background-color: #D74012;
}
</style>
border-color css
<style>
span { border-color: #D74012; }
span { border-color: rgb(215,64,18); }
td.TdClassName
{
border-color: #D74012;
}
.TagClassName
{
border-color: #D74012;
}
</style>