Html Css Color HEX #D81B11 Harley Davidson Orange
📋 copy color: '#D81B11'red 216 ◦ green 27 ◦ blue 17
Shades of Harley Davidson Orange #D81B11
Tints of Harley Davidson Orange #D81B11
RGB
CMYK
RGB Variations
Color information
#D81B11 (or 0xD81B11) is known color: Harley Davidson Orange. HEX triplet: D8, 1B and 11. RGB value is (216,27,17). Sum of RGB (Red+Green+Blue) = 216+27+17=260 (34% of max value = 765). Red value is 216 (84.77% from 255 or 83.08% from 260); Green value is 27 (10.94% from 255 or 10.38% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D81B11 is #27E4EE. Grayscale: #525252. Windows color (decimal): -2614511 or 1121240. OLE color: 1121240.
HSL color Cylindrical-coordinate representation of color #D81B11: hue angle of 3.02º 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 #D81B11 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.15 |
| HSL | 3.02º | 0.85% | 0.46% | - |
| HSV(B) | 3.02º | 0.92% | 0.85% | - |
| XYZ | 28.81 | 15.42 | 1.99 | - |
| YUV | 82.37 | 91.12 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 17 | 0 | 0.88 | 0.92 | 0.15 | 3.02 | 0.85 | 0.46 |
| Hex | D8 | 1B | 11 | 0 | 58 | 5C | F | 3 | 55 | 2E |
| Octal | 330 | 33 | 21 | 0 | 130 | 134 | 17 | 3 | 125 | 56 |
| Binary | 11011000 | 11011 | 10001 | 0 | 1011000 | 1011100 | 1111 | 11 | 1010101 | 101110 |
Color Harmonies of #D81B11
Complementary color
Monochromatic Colors of #D81B11
Black with #D81B11
Text Example
Text Example
White with #D81B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B11; }
p { color: rgb(216,27,17); }
H1.HeaderClassName
{
color: #D81B11;
}
.AnyTagClassName
{
color: #D81B11;
}
</style>
background-color css
<style>
a { background-color: #D81B11; }
a { background-color: rgb(216,27,17); }
div.DivClassName
{
background-color: #D81B11;
}
.BgClassName
{
background-color: #D81B11;
}
</style>
border-color css
<style>
span { border-color: #D81B11; }
span { border-color: rgb(216,27,17); }
td.TdClassName
{
border-color: #D81B11;
}
.TagClassName
{
border-color: #D81B11;
}
</style>