Html Css Color HEX #D21D16 Harley Davidson Orange
📋 copy color: '#D21D16'red 210 ◦ green 29 ◦ blue 22
Shades of Harley Davidson Orange #D21D16
Tints of Harley Davidson Orange #D21D16
RGB
CMYK
RGB Variations
Color information
#D21D16 (or 0xD21D16) is known color: Harley Davidson Orange. HEX triplet: D2, 1D and 16. RGB value is (210,29,22). Sum of RGB (Red+Green+Blue) = 210+29+22=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21D16 is #2DE2E9. Grayscale: #525252. Windows color (decimal): -3007210 or 1449426. OLE color: 1449426.
HSL color Cylindrical-coordinate representation of color #D21D16: hue angle of 2.23º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21D16 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 29 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.18 |
| HSL | 2.23º | 0.81% | 0.45% | - |
| HSV(B) | 2.23º | 0.9% | 0.82% | - |
| XYZ | 27.16 | 14.64 | 2.15 | - |
| YUV | 82.32 | 93.97 | 219.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 29 | 22 | 0 | 0.86 | 0.90 | 0.18 | 2.23 | 0.81 | 0.45 |
| Hex | D2 | 1D | 16 | 0 | 56 | 5A | 12 | 2 | 51 | 2D |
| Octal | 322 | 35 | 26 | 0 | 126 | 132 | 22 | 2 | 121 | 55 |
| Binary | 11010010 | 11101 | 10110 | 0 | 1010110 | 1011010 | 10010 | 10 | 1010001 | 101101 |
Color Harmonies of #D21D16
Complementary color
Monochromatic Colors of #D21D16
Black with #D21D16
Text Example
Text Example
White with #D21D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21D16; }
p { color: rgb(210,29,22); }
H1.HeaderClassName
{
color: #D21D16;
}
.AnyTagClassName
{
color: #D21D16;
}
</style>
background-color css
<style>
a { background-color: #D21D16; }
a { background-color: rgb(210,29,22); }
div.DivClassName
{
background-color: #D21D16;
}
.BgClassName
{
background-color: #D21D16;
}
</style>
border-color css
<style>
span { border-color: #D21D16; }
span { border-color: rgb(210,29,22); }
td.TdClassName
{
border-color: #D21D16;
}
.TagClassName
{
border-color: #D21D16;
}
</style>