Html Css Color HEX #D11D09 Harley Davidson Orange
📋 copy color: '#D11D09'red 209 ◦ green 29 ◦ blue 9
Shades of Harley Davidson Orange #D11D09
Tints of Harley Davidson Orange #D11D09
RGB
CMYK
RGB Variations
Color information
#D11D09 (or 0xD11D09) is known color: Harley Davidson Orange. HEX triplet: D1, 1D and 09. RGB value is (209,29,9). Sum of RGB (Red+Green+Blue) = 209+29+9=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11D09 is #2EE2F6. Grayscale: #505050. Windows color (decimal): -3072759 or 597457. OLE color: 597457.
HSL color Cylindrical-coordinate representation of color #D11D09: hue angle of 6º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D11D09 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 9 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.18 |
| HSL | 6º | 0.92% | 0.43% | - |
| HSV(B) | 6º | 0.96% | 0.82% | - |
| XYZ | 26.78 | 14.45 | 1.64 | - |
| YUV | 80.54 | 87.63 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 9 | 0 | 0.86 | 0.96 | 0.18 | 6 | 0.92 | 0.43 |
| Hex | D1 | 1D | 9 | 0 | 56 | 60 | 12 | 6 | 5C | 2B |
| Octal | 321 | 35 | 11 | 0 | 126 | 140 | 22 | 6 | 134 | 53 |
| Binary | 11010001 | 11101 | 1001 | 0 | 1010110 | 1100000 | 10010 | 110 | 1011100 | 101011 |
Color Harmonies of #D11D09
Complementary color
Monochromatic Colors of #D11D09
Black with #D11D09
Text Example
Text Example
White with #D11D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D09; }
p { color: rgb(209,29,9); }
H1.HeaderClassName
{
color: #D11D09;
}
.AnyTagClassName
{
color: #D11D09;
}
</style>
background-color css
<style>
a { background-color: #D11D09; }
a { background-color: rgb(209,29,9); }
div.DivClassName
{
background-color: #D11D09;
}
.BgClassName
{
background-color: #D11D09;
}
</style>
border-color css
<style>
span { border-color: #D11D09; }
span { border-color: rgb(209,29,9); }
td.TdClassName
{
border-color: #D11D09;
}
.TagClassName
{
border-color: #D11D09;
}
</style>