Html Css Color HEX #D21C17 Harley Davidson Orange
📋 copy color: '#D21C17'red 210 ◦ green 28 ◦ blue 23
Shades of Harley Davidson Orange #D21C17
Tints of Harley Davidson Orange #D21C17
RGB
CMYK
RGB Variations
Color information
#D21C17 (or 0xD21C17) is known color: Harley Davidson Orange. HEX triplet: D2, 1C and 17. RGB value is (210,28,23). Sum of RGB (Red+Green+Blue) = 210+28+23=261 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.46% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21C17 is #2DE3E8. Grayscale: #525252. Windows color (decimal): -3007465 or 1514706. OLE color: 1514706.
HSL color Cylindrical-coordinate representation of color #D21C17: hue angle of 1.6º 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 #D21C17 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 28 | 23 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.18 |
| HSL | 1.6º | 0.8% | 0.46% | - |
| HSV(B) | 1.6º | 0.89% | 0.82% | - |
| XYZ | 27.15 | 14.59 | 2.2 | - |
| YUV | 81.85 | 94.8 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 28 | 23 | 0 | 0.87 | 0.89 | 0.18 | 1.6 | 0.8 | 0.46 |
| Hex | D2 | 1C | 17 | 0 | 57 | 59 | 12 | 2 | 50 | 2E |
| Octal | 322 | 34 | 27 | 0 | 127 | 131 | 22 | 2 | 120 | 56 |
| Binary | 11010010 | 11100 | 10111 | 0 | 1010111 | 1011001 | 10010 | 10 | 1010000 | 101110 |
Color Harmonies of #D21C17
Complementary color
Monochromatic Colors of #D21C17
Black with #D21C17
Text Example
Text Example
White with #D21C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21C17; }
p { color: rgb(210,28,23); }
H1.HeaderClassName
{
color: #D21C17;
}
.AnyTagClassName
{
color: #D21C17;
}
</style>
background-color css
<style>
a { background-color: #D21C17; }
a { background-color: rgb(210,28,23); }
div.DivClassName
{
background-color: #D21C17;
}
.BgClassName
{
background-color: #D21C17;
}
</style>
border-color css
<style>
span { border-color: #D21C17; }
span { border-color: rgb(210,28,23); }
td.TdClassName
{
border-color: #D21C17;
}
.TagClassName
{
border-color: #D21C17;
}
</style>