Html Css Color HEX #D12B11 Harley Davidson Orange
📋 copy color: '#D12B11'red 209 ◦ green 43 ◦ blue 17
Shades of Harley Davidson Orange #D12B11
Tints of Harley Davidson Orange #D12B11
RGB
CMYK
RGB Variations
Color information
#D12B11 (or 0xD12B11) is known color: Harley Davidson Orange. HEX triplet: D1, 2B and 11. RGB value is (209,43,17). Sum of RGB (Red+Green+Blue) = 209+43+17=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12B11 is #2ED4EE. Grayscale: #595959. Windows color (decimal): -3069167 or 1125329. OLE color: 1125329.
HSL color Cylindrical-coordinate representation of color #D12B11: hue angle of 8.12º 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 #D12B11 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 17 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.18 |
| HSL | 8.13º | 0.85% | 0.44% | - |
| HSV(B) | 8.13º | 0.92% | 0.82% | - |
| XYZ | 27.26 | 15.32 | 2.05 | - |
| YUV | 89.67 | 87 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 17 | 0 | 0.79 | 0.92 | 0.18 | 8.13 | 0.85 | 0.44 |
| Hex | D1 | 2B | 11 | 0 | 4F | 5C | 12 | 8 | 55 | 2C |
| Octal | 321 | 53 | 21 | 0 | 117 | 134 | 22 | 10 | 125 | 54 |
| Binary | 11010001 | 101011 | 10001 | 0 | 1001111 | 1011100 | 10010 | 1000 | 1010101 | 101100 |
Color Harmonies of #D12B11
Complementary color
Monochromatic Colors of #D12B11
Black with #D12B11
Text Example
Text Example
White with #D12B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B11; }
p { color: rgb(209,43,17); }
H1.HeaderClassName
{
color: #D12B11;
}
.AnyTagClassName
{
color: #D12B11;
}
</style>
background-color css
<style>
a { background-color: #D12B11; }
a { background-color: rgb(209,43,17); }
div.DivClassName
{
background-color: #D12B11;
}
.BgClassName
{
background-color: #D12B11;
}
</style>
border-color css
<style>
span { border-color: #D12B11; }
span { border-color: rgb(209,43,17); }
td.TdClassName
{
border-color: #D12B11;
}
.TagClassName
{
border-color: #D12B11;
}
</style>