Html Css Color HEX #D21716 Harley Davidson Orange
📋 copy color: '#D21716'red 210 ◦ green 23 ◦ blue 22
Shades of Harley Davidson Orange #D21716
Tints of Harley Davidson Orange #D21716
RGB
CMYK
RGB Variations
Color information
#D21716 (or 0xD21716) is known color: Harley Davidson Orange. HEX triplet: D2, 17 and 16. RGB value is (210,23,22). Sum of RGB (Red+Green+Blue) = 210+23+22=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D21716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21716 is #2DE8E9. Grayscale: #4E4E4E. Windows color (decimal): -3008746 or 1447890. OLE color: 1447890.
HSL color Cylindrical-coordinate representation of color #D21716: hue angle of 0.32º 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 #D21716 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 23 | 22 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.18 |
| HSL | 0.32º | 0.81% | 0.45% | - |
| HSV(B) | 0.32º | 0.9% | 0.82% | - |
| XYZ | 27.03 | 14.37 | 2.11 | - |
| YUV | 78.8 | 95.95 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 23 | 22 | 0 | 0.89 | 0.90 | 0.18 | 0.32 | 0.81 | 0.45 |
| Hex | D2 | 17 | 16 | 0 | 59 | 5A | 12 | 0 | 51 | 2D |
| Octal | 322 | 27 | 26 | 0 | 131 | 132 | 22 | 0 | 121 | 55 |
| Binary | 11010010 | 10111 | 10110 | 0 | 1011001 | 1011010 | 10010 | 0 | 1010001 | 101101 |
Color Harmonies of #D21716
Complementary color
Monochromatic Colors of #D21716
Black with #D21716
Text Example
Text Example
White with #D21716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21716; }
p { color: rgb(210,23,22); }
H1.HeaderClassName
{
color: #D21716;
}
.AnyTagClassName
{
color: #D21716;
}
</style>
background-color css
<style>
a { background-color: #D21716; }
a { background-color: rgb(210,23,22); }
div.DivClassName
{
background-color: #D21716;
}
.BgClassName
{
background-color: #D21716;
}
</style>
border-color css
<style>
span { border-color: #D21716; }
span { border-color: rgb(210,23,22); }
td.TdClassName
{
border-color: #D21716;
}
.TagClassName
{
border-color: #D21716;
}
</style>