Html Css Color HEX #D12811 Harley Davidson Orange
📋 copy color: '#D12811'red 209 ◦ green 40 ◦ blue 17
Shades of Harley Davidson Orange #D12811
Tints of Harley Davidson Orange #D12811
RGB
CMYK
RGB Variations
Color information
#D12811 (or 0xD12811) is known color: Harley Davidson Orange. HEX triplet: D1, 28 and 11. RGB value is (209,40,17). Sum of RGB (Red+Green+Blue) = 209+40+17=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D12811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12811 is #2ED7EE. Grayscale: #585858. Windows color (decimal): -3069935 or 1124561. OLE color: 1124561.
HSL color Cylindrical-coordinate representation of color #D12811: hue angle of 7.19º 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 #D12811 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 17 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.18 |
| HSL | 7.19º | 0.85% | 0.44% | - |
| HSV(B) | 7.19º | 0.92% | 0.82% | - |
| XYZ | 27.15 | 15.11 | 2.02 | - |
| YUV | 87.91 | 87.99 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 17 | 0 | 0.81 | 0.92 | 0.18 | 7.19 | 0.85 | 0.44 |
| Hex | D1 | 28 | 11 | 0 | 51 | 5C | 12 | 7 | 55 | 2C |
| Octal | 321 | 50 | 21 | 0 | 121 | 134 | 22 | 7 | 125 | 54 |
| Binary | 11010001 | 101000 | 10001 | 0 | 1010001 | 1011100 | 10010 | 111 | 1010101 | 101100 |
Color Harmonies of #D12811
Complementary color
Monochromatic Colors of #D12811
Black with #D12811
Text Example
Text Example
White with #D12811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12811; }
p { color: rgb(209,40,17); }
H1.HeaderClassName
{
color: #D12811;
}
.AnyTagClassName
{
color: #D12811;
}
</style>
background-color css
<style>
a { background-color: #D12811; }
a { background-color: rgb(209,40,17); }
div.DivClassName
{
background-color: #D12811;
}
.BgClassName
{
background-color: #D12811;
}
</style>
border-color css
<style>
span { border-color: #D12811; }
span { border-color: rgb(209,40,17); }
td.TdClassName
{
border-color: #D12811;
}
.TagClassName
{
border-color: #D12811;
}
</style>