Html Css Color HEX #D11C11 Harley Davidson Orange
📋 copy color: '#D11C11'red 209 ◦ green 28 ◦ blue 17
Shades of Harley Davidson Orange #D11C11
Tints of Harley Davidson Orange #D11C11
RGB
CMYK
RGB Variations
Color information
#D11C11 (or 0xD11C11) is known color: Harley Davidson Orange. HEX triplet: D1, 1C and 11. RGB value is (209,28,17). Sum of RGB (Red+Green+Blue) = 209+28+17=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 17 (7.03% from 255 or 6.69% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11C11 is #2EE3EE. Grayscale: #515151. Windows color (decimal): -3073007 or 1121489. OLE color: 1121489.
HSL color Cylindrical-coordinate representation of color #D11C11: hue angle of 3.44º degrees, saturation: 0.85, 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 #D11C11 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 17 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.18 |
| HSL | 3.44º | 0.85% | 0.44% | - |
| HSV(B) | 3.44º | 0.92% | 0.82% | - |
| XYZ | 26.81 | 14.43 | 1.9 | - |
| YUV | 80.87 | 91.97 | 219.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 17 | 0 | 0.87 | 0.92 | 0.18 | 3.44 | 0.85 | 0.44 |
| Hex | D1 | 1C | 11 | 0 | 57 | 5C | 12 | 3 | 55 | 2C |
| Octal | 321 | 34 | 21 | 0 | 127 | 134 | 22 | 3 | 125 | 54 |
| Binary | 11010001 | 11100 | 10001 | 0 | 1010111 | 1011100 | 10010 | 11 | 1010101 | 101100 |
Color Harmonies of #D11C11
Complementary color
Monochromatic Colors of #D11C11
Black with #D11C11
Text Example
Text Example
White with #D11C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C11; }
p { color: rgb(209,28,17); }
H1.HeaderClassName
{
color: #D11C11;
}
.AnyTagClassName
{
color: #D11C11;
}
</style>
background-color css
<style>
a { background-color: #D11C11; }
a { background-color: rgb(209,28,17); }
div.DivClassName
{
background-color: #D11C11;
}
.BgClassName
{
background-color: #D11C11;
}
</style>
border-color css
<style>
span { border-color: #D11C11; }
span { border-color: rgb(209,28,17); }
td.TdClassName
{
border-color: #D11C11;
}
.TagClassName
{
border-color: #D11C11;
}
</style>