Html Css Color HEX #D21E11 Harley Davidson Orange
📋 copy color: '#D21E11'red 210 ◦ green 30 ◦ blue 17
Shades of Harley Davidson Orange #D21E11
Tints of Harley Davidson Orange #D21E11
RGB
CMYK
RGB Variations
Color information
#D21E11 (or 0xD21E11) is known color: Harley Davidson Orange. HEX triplet: D2, 1E and 11. RGB value is (210,30,17). Sum of RGB (Red+Green+Blue) = 210+30+17=257 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.71% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21E11 is #2DE1EE. Grayscale: #525252. Windows color (decimal): -3006959 or 1122002. OLE color: 1122002.
HSL color Cylindrical-coordinate representation of color #D21E11: hue angle of 4.04º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21E11 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 30 | 17 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.18 |
| HSL | 4.04º | 0.85% | 0.45% | - |
| HSV(B) | 4.04º | 0.92% | 0.82% | - |
| XYZ | 27.14 | 14.67 | 1.93 | - |
| YUV | 82.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 30 | 17 | 0 | 0.86 | 0.92 | 0.18 | 4.04 | 0.85 | 0.45 |
| Hex | D2 | 1E | 11 | 0 | 56 | 5C | 12 | 4 | 55 | 2D |
| Octal | 322 | 36 | 21 | 0 | 126 | 134 | 22 | 4 | 125 | 55 |
| Binary | 11010010 | 11110 | 10001 | 0 | 1010110 | 1011100 | 10010 | 100 | 1010101 | 101101 |
Color Harmonies of #D21E11
Complementary color
Monochromatic Colors of #D21E11
Black with #D21E11
Text Example
Text Example
White with #D21E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21E11; }
p { color: rgb(210,30,17); }
H1.HeaderClassName
{
color: #D21E11;
}
.AnyTagClassName
{
color: #D21E11;
}
</style>
background-color css
<style>
a { background-color: #D21E11; }
a { background-color: rgb(210,30,17); }
div.DivClassName
{
background-color: #D21E11;
}
.BgClassName
{
background-color: #D21E11;
}
</style>
border-color css
<style>
span { border-color: #D21E11; }
span { border-color: rgb(210,30,17); }
td.TdClassName
{
border-color: #D21E11;
}
.TagClassName
{
border-color: #D21E11;
}
</style>