Html Css Color HEX #D74916 Harley Davidson Orange
📋 copy color: '#D74916'red 215 ◦ green 73 ◦ blue 22
Shades of Harley Davidson Orange #D74916
Tints of Harley Davidson Orange #D74916
RGB
CMYK
RGB Variations
Color information
#D74916 (or 0xD74916) is known color: Harley Davidson Orange. HEX triplet: D7, 49 and 16. RGB value is (215,73,22). Sum of RGB (Red+Green+Blue) = 215+73+22=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D74916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74916 is #28B6E9. Grayscale: #6D6D6D. Windows color (decimal): -2668266 or 1460695. OLE color: 1460695.
HSL color Cylindrical-coordinate representation of color #D74916: hue angle of 15.85º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D74916 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 73 | 22 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.16 |
| HSL | 15.85º | 0.81% | 0.46% | - |
| HSV(B) | 15.85º | 0.9% | 0.84% | - |
| XYZ | 30.55 | 19.27 | 2.87 | - |
| YUV | 109.64 | 78.54 | 203.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 73 | 22 | 0 | 0.66 | 0.90 | 0.16 | 15.85 | 0.81 | 0.46 |
| Hex | D7 | 49 | 16 | 0 | 42 | 5A | 10 | 10 | 51 | 2E |
| Octal | 327 | 111 | 26 | 0 | 102 | 132 | 20 | 20 | 121 | 56 |
| Binary | 11010111 | 1001001 | 10110 | 0 | 1000010 | 1011010 | 10000 | 10000 | 1010001 | 101110 |
Color Harmonies of #D74916
Complementary color
Monochromatic Colors of #D74916
Black with #D74916
Text Example
Text Example
White with #D74916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74916; }
p { color: rgb(215,73,22); }
H1.HeaderClassName
{
color: #D74916;
}
.AnyTagClassName
{
color: #D74916;
}
</style>
background-color css
<style>
a { background-color: #D74916; }
a { background-color: rgb(215,73,22); }
div.DivClassName
{
background-color: #D74916;
}
.BgClassName
{
background-color: #D74916;
}
</style>
border-color css
<style>
span { border-color: #D74916; }
span { border-color: rgb(215,73,22); }
td.TdClassName
{
border-color: #D74916;
}
.TagClassName
{
border-color: #D74916;
}
</style>