Html Css Color HEX #D12911 Harley Davidson Orange
📋 copy color: '#D12911'red 209 ◦ green 41 ◦ blue 17
Shades of Harley Davidson Orange #D12911
Tints of Harley Davidson Orange #D12911
RGB
CMYK
RGB Variations
Color information
#D12911 (or 0xD12911) is known color: Harley Davidson Orange. HEX triplet: D1, 29 and 11. RGB value is (209,41,17). Sum of RGB (Red+Green+Blue) = 209+41+17=267 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.28% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 209 - color contains mainly: red. Hex color #D12911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12911 is #2ED6EE. Grayscale: #585858. Windows color (decimal): -3069679 or 1124817. OLE color: 1124817.
HSL color Cylindrical-coordinate representation of color #D12911: hue angle of 7.5º 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 #D12911 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 17 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.18 |
| HSL | 7.5º | 0.85% | 0.44% | - |
| HSV(B) | 7.5º | 0.92% | 0.82% | - |
| XYZ | 27.19 | 15.18 | 2.03 | - |
| YUV | 88.5 | 87.66 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 17 | 0 | 0.80 | 0.92 | 0.18 | 7.5 | 0.85 | 0.44 |
| Hex | D1 | 29 | 11 | 0 | 50 | 5C | 12 | 8 | 55 | 2C |
| Octal | 321 | 51 | 21 | 0 | 120 | 134 | 22 | 10 | 125 | 54 |
| Binary | 11010001 | 101001 | 10001 | 0 | 1010000 | 1011100 | 10010 | 1000 | 1010101 | 101100 |
Color Harmonies of #D12911
Complementary color
Monochromatic Colors of #D12911
Black with #D12911
Text Example
Text Example
White with #D12911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12911; }
p { color: rgb(209,41,17); }
H1.HeaderClassName
{
color: #D12911;
}
.AnyTagClassName
{
color: #D12911;
}
</style>
background-color css
<style>
a { background-color: #D12911; }
a { background-color: rgb(209,41,17); }
div.DivClassName
{
background-color: #D12911;
}
.BgClassName
{
background-color: #D12911;
}
</style>
border-color css
<style>
span { border-color: #D12911; }
span { border-color: rgb(209,41,17); }
td.TdClassName
{
border-color: #D12911;
}
.TagClassName
{
border-color: #D12911;
}
</style>