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