Html Css Color HEX #D12016 Harley Davidson Orange
📋 copy color: '#D12016'red 209 ◦ green 32 ◦ blue 22
Shades of Harley Davidson Orange #D12016
Tints of Harley Davidson Orange #D12016
RGB
CMYK
RGB Variations
Color information
#D12016 (or 0xD12016) is known color: Harley Davidson Orange. HEX triplet: D1, 20 and 16. RGB value is (209,32,22). Sum of RGB (Red+Green+Blue) = 209+32+22=263 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.47% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 209 - color contains mainly: red. Hex color #D12016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12016 is #2EDFE9. Grayscale: #545454. Windows color (decimal): -3071978 or 1450193. OLE color: 1450193.
HSL color Cylindrical-coordinate representation of color #D12016: hue angle of 3.21º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D12016 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 22 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.18 |
| HSL | 3.21º | 0.81% | 0.45% | - |
| HSV(B) | 3.21º | 0.89% | 0.82% | - |
| XYZ | 26.96 | 14.65 | 2.17 | - |
| YUV | 83.78 | 93.14 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 22 | 0 | 0.85 | 0.89 | 0.18 | 3.21 | 0.81 | 0.45 |
| Hex | D1 | 20 | 16 | 0 | 55 | 59 | 12 | 3 | 51 | 2D |
| Octal | 321 | 40 | 26 | 0 | 125 | 131 | 22 | 3 | 121 | 55 |
| Binary | 11010001 | 100000 | 10110 | 0 | 1010101 | 1011001 | 10010 | 11 | 1010001 | 101101 |
Color Harmonies of #D12016
Complementary color
Monochromatic Colors of #D12016
Black with #D12016
Text Example
Text Example
White with #D12016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12016; }
p { color: rgb(209,32,22); }
H1.HeaderClassName
{
color: #D12016;
}
.AnyTagClassName
{
color: #D12016;
}
</style>
background-color css
<style>
a { background-color: #D12016; }
a { background-color: rgb(209,32,22); }
div.DivClassName
{
background-color: #D12016;
}
.BgClassName
{
background-color: #D12016;
}
</style>
border-color css
<style>
span { border-color: #D12016; }
span { border-color: rgb(209,32,22); }
td.TdClassName
{
border-color: #D12016;
}
.TagClassName
{
border-color: #D12016;
}
</style>