Html Css Color HEX #D2180B Harley Davidson Orange
📋 copy color: '#D2180B'red 210 ◦ green 24 ◦ blue 11
Shades of Harley Davidson Orange #D2180B
Tints of Harley Davidson Orange #D2180B
RGB
CMYK
RGB Variations
Color information
#D2180B (or 0xD2180B) is known color: Harley Davidson Orange. HEX triplet: D2, 18 and 0B. RGB value is (210,24,11). Sum of RGB (Red+Green+Blue) = 210+24+11=245 (32% of max value = 765). Red value is 210 (82.42% from 255 or 85.71% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 11 (4.69% from 255 or 4.49% from 245); Max value from RGB is 210 - color contains mainly: red. Hex color #D2180B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D2180B is #2DE7F4. Grayscale: #4E4E4E. Windows color (decimal): -3008501 or 727250. OLE color: 727250.
HSL color Cylindrical-coordinate representation of color #D2180B: hue angle of 3.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2180B is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 24 | 11 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.18 |
| HSL | 3.92º | 0.9% | 0.43% | - |
| HSV(B) | 3.92º | 0.95% | 0.82% | - |
| XYZ | 26.97 | 14.38 | 1.67 | - |
| YUV | 78.13 | 90.12 | 222.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 24 | 11 | 0 | 0.89 | 0.95 | 0.18 | 3.92 | 0.9 | 0.43 |
| Hex | D2 | 18 | B | 0 | 59 | 5F | 12 | 4 | 5A | 2B |
| Octal | 322 | 30 | 13 | 0 | 131 | 137 | 22 | 4 | 132 | 53 |
| Binary | 11010010 | 11000 | 1011 | 0 | 1011001 | 1011111 | 10010 | 100 | 1011010 | 101011 |
Color Harmonies of #D2180B
Complementary color
Monochromatic Colors of #D2180B
Black with #D2180B
Text Example
Text Example
White with #D2180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2180B; }
p { color: rgb(210,24,11); }
H1.HeaderClassName
{
color: #D2180B;
}
.AnyTagClassName
{
color: #D2180B;
}
</style>
background-color css
<style>
a { background-color: #D2180B; }
a { background-color: rgb(210,24,11); }
div.DivClassName
{
background-color: #D2180B;
}
.BgClassName
{
background-color: #D2180B;
}
</style>
border-color css
<style>
span { border-color: #D2180B; }
span { border-color: rgb(210,24,11); }
td.TdClassName
{
border-color: #D2180B;
}
.TagClassName
{
border-color: #D2180B;
}
</style>