Html Css Color HEX #D62017 Harley Davidson Orange
📋 copy color: '#D62017'red 214 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #D62017
Tints of Harley Davidson Orange #D62017
RGB
CMYK
RGB Variations
Color information
#D62017 (or 0xD62017) is known color: Harley Davidson Orange. HEX triplet: D6, 20 and 17. RGB value is (214,32,23). Sum of RGB (Red+Green+Blue) = 214+32+23=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D62017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62017 is #29DFE8. Grayscale: #555555. Windows color (decimal): -2744297 or 1515734. OLE color: 1515734.
HSL color Cylindrical-coordinate representation of color #D62017: hue angle of 2.83º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D62017 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 32 | 23 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.16 |
| HSL | 2.83º | 0.81% | 0.46% | - |
| HSV(B) | 2.83º | 0.89% | 0.84% | - |
| XYZ | 28.4 | 15.39 | 2.28 | - |
| YUV | 85.39 | 92.8 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 32 | 23 | 0 | 0.85 | 0.89 | 0.16 | 2.83 | 0.81 | 0.46 |
| Hex | D6 | 20 | 17 | 0 | 55 | 59 | 10 | 3 | 51 | 2E |
| Octal | 326 | 40 | 27 | 0 | 125 | 131 | 20 | 3 | 121 | 56 |
| Binary | 11010110 | 100000 | 10111 | 0 | 1010101 | 1011001 | 10000 | 11 | 1010001 | 101110 |
Color Harmonies of #D62017
Complementary color
Monochromatic Colors of #D62017
Black with #D62017
Text Example
Text Example
White with #D62017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62017; }
p { color: rgb(214,32,23); }
H1.HeaderClassName
{
color: #D62017;
}
.AnyTagClassName
{
color: #D62017;
}
</style>
background-color css
<style>
a { background-color: #D62017; }
a { background-color: rgb(214,32,23); }
div.DivClassName
{
background-color: #D62017;
}
.BgClassName
{
background-color: #D62017;
}
</style>
border-color css
<style>
span { border-color: #D62017; }
span { border-color: rgb(214,32,23); }
td.TdClassName
{
border-color: #D62017;
}
.TagClassName
{
border-color: #D62017;
}
</style>