Html Css Color HEX #D74A16 Harley Davidson Orange
📋 copy color: '#D74A16'red 215 ◦ green 74 ◦ blue 22
Shades of Harley Davidson Orange #D74A16
Tints of Harley Davidson Orange #D74A16
RGB
CMYK
RGB Variations
Color information
#D74A16 (or 0xD74A16) is known color: Harley Davidson Orange. HEX triplet: D7, 4A and 16. RGB value is (215,74,22). Sum of RGB (Red+Green+Blue) = 215+74+22=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D74A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74A16 is #28B5E9. Grayscale: #6E6E6E. Windows color (decimal): -2668010 or 1460951. OLE color: 1460951.
HSL color Cylindrical-coordinate representation of color #D74A16: hue angle of 16.17º 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 #D74A16 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 74 | 22 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.16 |
| HSL | 16.17º | 0.81% | 0.46% | - |
| HSV(B) | 16.17º | 0.9% | 0.84% | - |
| XYZ | 30.62 | 19.4 | 2.89 | - |
| YUV | 110.23 | 78.21 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 74 | 22 | 0 | 0.66 | 0.90 | 0.16 | 16.17 | 0.81 | 0.46 |
| Hex | D7 | 4A | 16 | 0 | 42 | 5A | 10 | 10 | 51 | 2E |
| Octal | 327 | 112 | 26 | 0 | 102 | 132 | 20 | 20 | 121 | 56 |
| Binary | 11010111 | 1001010 | 10110 | 0 | 1000010 | 1011010 | 10000 | 10000 | 1010001 | 101110 |
Color Harmonies of #D74A16
Complementary color
Monochromatic Colors of #D74A16
Black with #D74A16
Text Example
Text Example
White with #D74A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74A16; }
p { color: rgb(215,74,22); }
H1.HeaderClassName
{
color: #D74A16;
}
.AnyTagClassName
{
color: #D74A16;
}
</style>
background-color css
<style>
a { background-color: #D74A16; }
a { background-color: rgb(215,74,22); }
div.DivClassName
{
background-color: #D74A16;
}
.BgClassName
{
background-color: #D74A16;
}
</style>
border-color css
<style>
span { border-color: #D74A16; }
span { border-color: rgb(215,74,22); }
td.TdClassName
{
border-color: #D74A16;
}
.TagClassName
{
border-color: #D74A16;
}
</style>