Html Css Color HEX #D81D11 Harley Davidson Orange
📋 copy color: '#D81D11'red 216 ◦ green 29 ◦ blue 17
Shades of Harley Davidson Orange #D81D11
Tints of Harley Davidson Orange #D81D11
RGB
CMYK
RGB Variations
Color information
#D81D11 (or 0xD81D11) is known color: Harley Davidson Orange. HEX triplet: D8, 1D and 11. RGB value is (216,29,17). Sum of RGB (Red+Green+Blue) = 216+29+17=262 (34% of max value = 765). Red value is 216 (84.77% from 255 or 82.44% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81D11 is #27E2EE. Grayscale: #535353. Windows color (decimal): -2613999 or 1121752. OLE color: 1121752.
HSL color Cylindrical-coordinate representation of color #D81D11: hue angle of 3.62º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81D11 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 17 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.15 |
| HSL | 3.62º | 0.85% | 0.46% | - |
| HSV(B) | 3.62º | 0.92% | 0.85% | - |
| XYZ | 28.86 | 15.52 | 2 | - |
| YUV | 83.55 | 90.45 | 222.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 17 | 0 | 0.87 | 0.92 | 0.15 | 3.62 | 0.85 | 0.46 |
| Hex | D8 | 1D | 11 | 0 | 57 | 5C | F | 4 | 55 | 2E |
| Octal | 330 | 35 | 21 | 0 | 127 | 134 | 17 | 4 | 125 | 56 |
| Binary | 11011000 | 11101 | 10001 | 0 | 1010111 | 1011100 | 1111 | 100 | 1010101 | 101110 |
Color Harmonies of #D81D11
Complementary color
Monochromatic Colors of #D81D11
Black with #D81D11
Text Example
Text Example
White with #D81D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D11; }
p { color: rgb(216,29,17); }
H1.HeaderClassName
{
color: #D81D11;
}
.AnyTagClassName
{
color: #D81D11;
}
</style>
background-color css
<style>
a { background-color: #D81D11; }
a { background-color: rgb(216,29,17); }
div.DivClassName
{
background-color: #D81D11;
}
.BgClassName
{
background-color: #D81D11;
}
</style>
border-color css
<style>
span { border-color: #D81D11; }
span { border-color: rgb(216,29,17); }
td.TdClassName
{
border-color: #D81D11;
}
.TagClassName
{
border-color: #D81D11;
}
</style>