Html Css Color HEX #D21917 Harley Davidson Orange
📋 copy color: '#D21917'red 210 ◦ green 25 ◦ blue 23
Shades of Harley Davidson Orange #D21917
Tints of Harley Davidson Orange #D21917
RGB
CMYK
RGB Variations
Color information
#D21917 (or 0xD21917) is known color: Harley Davidson Orange. HEX triplet: D2, 19 and 17. RGB value is (210,25,23). Sum of RGB (Red+Green+Blue) = 210+25+23=258 (34% of max value = 765). Red value is 210 (82.42% from 255 or 81.40% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 210 - color contains mainly: red. Hex color #D21917 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21917 is #2DE6E8. Grayscale: #505050. Windows color (decimal): -3008233 or 1513938. OLE color: 1513938.
HSL color Cylindrical-coordinate representation of color #D21917: hue angle of 0.64º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D21917 is Cyan = 0, Magento = 0.88, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 25 | 23 | - |
| CMYK | 0 | 0.88 | 0.89 | 0.18 |
| HSL | 0.64º | 0.8% | 0.46% | - |
| HSV(B) | 0.64º | 0.89% | 0.82% | - |
| XYZ | 27.08 | 14.46 | 2.17 | - |
| YUV | 80.09 | 95.79 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 25 | 23 | 0 | 0.88 | 0.89 | 0.18 | 0.64 | 0.8 | 0.46 |
| Hex | D2 | 19 | 17 | 0 | 58 | 59 | 12 | 1 | 50 | 2E |
| Octal | 322 | 31 | 27 | 0 | 130 | 131 | 22 | 1 | 120 | 56 |
| Binary | 11010010 | 11001 | 10111 | 0 | 1011000 | 1011001 | 10010 | 1 | 1010000 | 101110 |
Color Harmonies of #D21917
Complementary color
Monochromatic Colors of #D21917
Black with #D21917
Text Example
Text Example
White with #D21917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21917; }
p { color: rgb(210,25,23); }
H1.HeaderClassName
{
color: #D21917;
}
.AnyTagClassName
{
color: #D21917;
}
</style>
background-color css
<style>
a { background-color: #D21917; }
a { background-color: rgb(210,25,23); }
div.DivClassName
{
background-color: #D21917;
}
.BgClassName
{
background-color: #D21917;
}
</style>
border-color css
<style>
span { border-color: #D21917; }
span { border-color: rgb(210,25,23); }
td.TdClassName
{
border-color: #D21917;
}
.TagClassName
{
border-color: #D21917;
}
</style>