Html Css Color HEX #D12110 Harley Davidson Orange
📋 copy color: '#D12110'red 209 ◦ green 33 ◦ blue 16
Shades of Harley Davidson Orange #D12110
Tints of Harley Davidson Orange #D12110
RGB
CMYK
RGB Variations
Color information
#D12110 (or 0xD12110) is known color: Harley Davidson Orange. HEX triplet: D1, 21 and 10. RGB value is (209,33,16). Sum of RGB (Red+Green+Blue) = 209+33+16=258 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.01% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 209 - color contains mainly: red. Hex color #D12110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12110 is #2EDEEF. Grayscale: #535353. Windows color (decimal): -3071728 or 1057233. OLE color: 1057233.
HSL color Cylindrical-coordinate representation of color #D12110: hue angle of 5.28º degrees, saturation: 0.86, 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 #D12110 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 33 | 16 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.18 |
| HSL | 5.28º | 0.86% | 0.44% | - |
| HSV(B) | 5.28º | 0.92% | 0.82% | - |
| XYZ | 26.93 | 14.68 | 1.9 | - |
| YUV | 83.69 | 89.81 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 33 | 16 | 0 | 0.84 | 0.92 | 0.18 | 5.28 | 0.86 | 0.44 |
| Hex | D1 | 21 | 10 | 0 | 54 | 5C | 12 | 5 | 56 | 2C |
| Octal | 321 | 41 | 20 | 0 | 124 | 134 | 22 | 5 | 126 | 54 |
| Binary | 11010001 | 100001 | 10000 | 0 | 1010100 | 1011100 | 10010 | 101 | 1010110 | 101100 |
Color Harmonies of #D12110
Complementary color
Monochromatic Colors of #D12110
Black with #D12110
Text Example
Text Example
White with #D12110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12110; }
p { color: rgb(209,33,16); }
H1.HeaderClassName
{
color: #D12110;
}
.AnyTagClassName
{
color: #D12110;
}
</style>
background-color css
<style>
a { background-color: #D12110; }
a { background-color: rgb(209,33,16); }
div.DivClassName
{
background-color: #D12110;
}
.BgClassName
{
background-color: #D12110;
}
</style>
border-color css
<style>
span { border-color: #D12110; }
span { border-color: rgb(209,33,16); }
td.TdClassName
{
border-color: #D12110;
}
.TagClassName
{
border-color: #D12110;
}
</style>