Html Css Color HEX #D74711 Harley Davidson Orange
📋 copy color: '#D74711'red 215 ◦ green 71 ◦ blue 17
Shades of Harley Davidson Orange #D74711
Tints of Harley Davidson Orange #D74711
RGB
CMYK
RGB Variations
Color information
#D74711 (or 0xD74711) is known color: Harley Davidson Orange. HEX triplet: D7, 47 and 11. RGB value is (215,71,17). Sum of RGB (Red+Green+Blue) = 215+71+17=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D74711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74711 is #28B8EE. Grayscale: #6C6C6C. Windows color (decimal): -2668783 or 1132503. OLE color: 1132503.
HSL color Cylindrical-coordinate representation of color #D74711: hue angle of 16.36º degrees, saturation: 0.85, 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 #D74711 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 17 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.16 |
| HSL | 16.36º | 0.85% | 0.45% | - |
| HSV(B) | 16.36º | 0.92% | 0.84% | - |
| XYZ | 30.38 | 18.99 | 2.6 | - |
| YUV | 107.9 | 76.71 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 17 | 0 | 0.67 | 0.92 | 0.16 | 16.36 | 0.85 | 0.45 |
| Hex | D7 | 47 | 11 | 0 | 43 | 5C | 10 | 10 | 55 | 2D |
| Octal | 327 | 107 | 21 | 0 | 103 | 134 | 20 | 20 | 125 | 55 |
| Binary | 11010111 | 1000111 | 10001 | 0 | 1000011 | 1011100 | 10000 | 10000 | 1010101 | 101101 |
Color Harmonies of #D74711
Complementary color
Monochromatic Colors of #D74711
Black with #D74711
Text Example
Text Example
White with #D74711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74711; }
p { color: rgb(215,71,17); }
H1.HeaderClassName
{
color: #D74711;
}
.AnyTagClassName
{
color: #D74711;
}
</style>
background-color css
<style>
a { background-color: #D74711; }
a { background-color: rgb(215,71,17); }
div.DivClassName
{
background-color: #D74711;
}
.BgClassName
{
background-color: #D74711;
}
</style>
border-color css
<style>
span { border-color: #D74711; }
span { border-color: rgb(215,71,17); }
td.TdClassName
{
border-color: #D74711;
}
.TagClassName
{
border-color: #D74711;
}
</style>