Html Css Color HEX #D74716 Harley Davidson Orange
📋 copy color: '#D74716'red 215 ◦ green 71 ◦ blue 22
Shades of Harley Davidson Orange #D74716
Tints of Harley Davidson Orange #D74716
RGB
CMYK
RGB Variations
Color information
#D74716 (or 0xD74716) is known color: Harley Davidson Orange. HEX triplet: D7, 47 and 16. RGB value is (215,71,22). Sum of RGB (Red+Green+Blue) = 215+71+22=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D74716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74716 is #28B8E9. Grayscale: #6C6C6C. Windows color (decimal): -2668778 or 1460183. OLE color: 1460183.
HSL color Cylindrical-coordinate representation of color #D74716: hue angle of 15.23º 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 #D74716 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 22 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.16 |
| HSL | 15.23º | 0.81% | 0.46% | - |
| HSV(B) | 15.23º | 0.9% | 0.84% | - |
| XYZ | 30.42 | 19.01 | 2.83 | - |
| YUV | 108.47 | 79.21 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 22 | 0 | 0.67 | 0.90 | 0.16 | 15.23 | 0.81 | 0.46 |
| Hex | D7 | 47 | 16 | 0 | 43 | 5A | 10 | F | 51 | 2E |
| Octal | 327 | 107 | 26 | 0 | 103 | 132 | 20 | 17 | 121 | 56 |
| Binary | 11010111 | 1000111 | 10110 | 0 | 1000011 | 1011010 | 10000 | 1111 | 1010001 | 101110 |
Color Harmonies of #D74716
Complementary color
Monochromatic Colors of #D74716
Black with #D74716
Text Example
Text Example
White with #D74716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74716; }
p { color: rgb(215,71,22); }
H1.HeaderClassName
{
color: #D74716;
}
.AnyTagClassName
{
color: #D74716;
}
</style>
background-color css
<style>
a { background-color: #D74716; }
a { background-color: rgb(215,71,22); }
div.DivClassName
{
background-color: #D74716;
}
.BgClassName
{
background-color: #D74716;
}
</style>
border-color css
<style>
span { border-color: #D74716; }
span { border-color: rgb(215,71,22); }
td.TdClassName
{
border-color: #D74716;
}
.TagClassName
{
border-color: #D74716;
}
</style>