Html Css Color HEX #D11F09 Harley Davidson Orange
📋 copy color: '#D11F09'red 209 ◦ green 31 ◦ blue 9
Shades of Harley Davidson Orange #D11F09
Tints of Harley Davidson Orange #D11F09
RGB
CMYK
RGB Variations
Color information
#D11F09 (or 0xD11F09) is known color: Harley Davidson Orange. HEX triplet: D1, 1F and 09. RGB value is (209,31,9). Sum of RGB (Red+Green+Blue) = 209+31+9=249 (32% of max value = 765). Red value is 209 (82.03% from 255 or 83.94% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11F09 is #2EE0F6. Grayscale: #515151. Windows color (decimal): -3072247 or 597969. OLE color: 597969.
HSL color Cylindrical-coordinate representation of color #D11F09: hue angle of 6.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 #D11F09 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.18 |
| HSL | 6.6º | 0.92% | 0.43% | - |
| HSV(B) | 6.6º | 0.96% | 0.82% | - |
| XYZ | 26.83 | 14.56 | 1.65 | - |
| YUV | 81.71 | 86.97 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 9 | 0 | 0.85 | 0.96 | 0.18 | 6.6 | 0.92 | 0.43 |
| Hex | D1 | 1F | 9 | 0 | 55 | 60 | 12 | 7 | 5C | 2B |
| Octal | 321 | 37 | 11 | 0 | 125 | 140 | 22 | 7 | 134 | 53 |
| Binary | 11010001 | 11111 | 1001 | 0 | 1010101 | 1100000 | 10010 | 111 | 1011100 | 101011 |
Color Harmonies of #D11F09
Complementary color
Monochromatic Colors of #D11F09
Black with #D11F09
Text Example
Text Example
White with #D11F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11F09; }
p { color: rgb(209,31,9); }
H1.HeaderClassName
{
color: #D11F09;
}
.AnyTagClassName
{
color: #D11F09;
}
</style>
background-color css
<style>
a { background-color: #D11F09; }
a { background-color: rgb(209,31,9); }
div.DivClassName
{
background-color: #D11F09;
}
.BgClassName
{
background-color: #D11F09;
}
</style>
border-color css
<style>
span { border-color: #D11F09; }
span { border-color: rgb(209,31,9); }
td.TdClassName
{
border-color: #D11F09;
}
.TagClassName
{
border-color: #D11F09;
}
</style>