Html Css Color HEX #D2180C Harley Davidson Orange
📋 copy color: '#D2180C'red 210 ◦ green 24 ◦ blue 12
Shades of Harley Davidson Orange #D2180C
Tints of Harley Davidson Orange #D2180C
RGB
CMYK
RGB Variations
Color information
#D2180C (or 0xD2180C) is known color: Harley Davidson Orange. HEX triplet: D2, 18 and 0C. RGB value is (210,24,12). Sum of RGB (Red+Green+Blue) = 210+24+12=246 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.37% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 210 - color contains mainly: red. Hex color #D2180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2180C is #2DE7F3. Grayscale: #4E4E4E. Windows color (decimal): -3008500 or 792786. OLE color: 792786.
HSL color Cylindrical-coordinate representation of color #D2180C: hue angle of 3.64º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2180C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 12 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.18 |
| HSL | 3.64º | 0.89% | 0.44% | - |
| HSV(B) | 3.64º | 0.94% | 0.82% | - |
| XYZ | 26.97 | 14.38 | 1.7 | - |
| YUV | 78.25 | 90.62 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 12 | 0 | 0.89 | 0.94 | 0.18 | 3.64 | 0.89 | 0.44 |
| Hex | D2 | 18 | C | 0 | 59 | 5E | 12 | 4 | 59 | 2C |
| Octal | 322 | 30 | 14 | 0 | 131 | 136 | 22 | 4 | 131 | 54 |
| Binary | 11010010 | 11000 | 1100 | 0 | 1011001 | 1011110 | 10010 | 100 | 1011001 | 101100 |
Color Harmonies of #D2180C
Complementary color
Monochromatic Colors of #D2180C
Black with #D2180C
Text Example
Text Example
White with #D2180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2180C; }
p { color: rgb(210,24,12); }
H1.HeaderClassName
{
color: #D2180C;
}
.AnyTagClassName
{
color: #D2180C;
}
</style>
background-color css
<style>
a { background-color: #D2180C; }
a { background-color: rgb(210,24,12); }
div.DivClassName
{
background-color: #D2180C;
}
.BgClassName
{
background-color: #D2180C;
}
</style>
border-color css
<style>
span { border-color: #D2180C; }
span { border-color: rgb(210,24,12); }
td.TdClassName
{
border-color: #D2180C;
}
.TagClassName
{
border-color: #D2180C;
}
</style>