Html Css Color HEX #D11710 Harley Davidson Orange
📋 copy color: '#D11710'red 209 ◦ green 23 ◦ blue 16
Shades of Harley Davidson Orange #D11710
Tints of Harley Davidson Orange #D11710
RGB
CMYK
RGB Variations
Color information
#D11710 (or 0xD11710) is known color: Harley Davidson Orange. HEX triplet: D1, 17 and 10. RGB value is (209,23,16). Sum of RGB (Red+Green+Blue) = 209+23+16=248 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.27% from 248); Green value is 23 (9.38% from 255 or 9.27% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 209 - color contains mainly: red. Hex color #D11710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D11710 is #2EE8EF. Grayscale: #4E4E4E. Windows color (decimal): -3074288 or 1054673. OLE color: 1054673.
HSL color Cylindrical-coordinate representation of color #D11710: hue angle of 2.18º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11710 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 16 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.18 |
| HSL | 2.18º | 0.86% | 0.44% | - |
| HSV(B) | 2.18º | 0.92% | 0.82% | - |
| XYZ | 26.69 | 14.21 | 1.83 | - |
| YUV | 77.82 | 93.12 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 16 | 0 | 0.89 | 0.92 | 0.18 | 2.18 | 0.86 | 0.44 |
| Hex | D1 | 17 | 10 | 0 | 59 | 5C | 12 | 2 | 56 | 2C |
| Octal | 321 | 27 | 20 | 0 | 131 | 134 | 22 | 2 | 126 | 54 |
| Binary | 11010001 | 10111 | 10000 | 0 | 1011001 | 1011100 | 10010 | 10 | 1010110 | 101100 |
Color Harmonies of #D11710
Complementary color
Monochromatic Colors of #D11710
Black with #D11710
Text Example
Text Example
White with #D11710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11710; }
p { color: rgb(209,23,16); }
H1.HeaderClassName
{
color: #D11710;
}
.AnyTagClassName
{
color: #D11710;
}
</style>
background-color css
<style>
a { background-color: #D11710; }
a { background-color: rgb(209,23,16); }
div.DivClassName
{
background-color: #D11710;
}
.BgClassName
{
background-color: #D11710;
}
</style>
border-color css
<style>
span { border-color: #D11710; }
span { border-color: rgb(209,23,16); }
td.TdClassName
{
border-color: #D11710;
}
.TagClassName
{
border-color: #D11710;
}
</style>