Html Css Color HEX #D52017 Harley Davidson Orange
📋 copy color: '#D52017'red 213 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #D52017
Tints of Harley Davidson Orange #D52017
RGB
CMYK
RGB Variations
Color information
#D52017 (or 0xD52017) is known color: Harley Davidson Orange. HEX triplet: D5, 20 and 17. RGB value is (213,32,23). Sum of RGB (Red+Green+Blue) = 213+32+23=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D52017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52017 is #2ADFE8. Grayscale: #555555. Windows color (decimal): -2809833 or 1515733. OLE color: 1515733.
HSL color Cylindrical-coordinate representation of color #D52017: hue angle of 2.84º 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 #D52017 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 23 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.16 |
| HSL | 2.84º | 0.81% | 0.46% | - |
| HSV(B) | 2.84º | 0.89% | 0.84% | - |
| XYZ | 28.11 | 15.24 | 2.27 | - |
| YUV | 85.09 | 92.97 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 23 | 0 | 0.85 | 0.89 | 0.16 | 2.84 | 0.81 | 0.46 |
| Hex | D5 | 20 | 17 | 0 | 55 | 59 | 10 | 3 | 51 | 2E |
| Octal | 325 | 40 | 27 | 0 | 125 | 131 | 20 | 3 | 121 | 56 |
| Binary | 11010101 | 100000 | 10111 | 0 | 1010101 | 1011001 | 10000 | 11 | 1010001 | 101110 |
Color Harmonies of #D52017
Complementary color
Monochromatic Colors of #D52017
Black with #D52017
Text Example
Text Example
White with #D52017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52017; }
p { color: rgb(213,32,23); }
H1.HeaderClassName
{
color: #D52017;
}
.AnyTagClassName
{
color: #D52017;
}
</style>
background-color css
<style>
a { background-color: #D52017; }
a { background-color: rgb(213,32,23); }
div.DivClassName
{
background-color: #D52017;
}
.BgClassName
{
background-color: #D52017;
}
</style>
border-color css
<style>
span { border-color: #D52017; }
span { border-color: rgb(213,32,23); }
td.TdClassName
{
border-color: #D52017;
}
.TagClassName
{
border-color: #D52017;
}
</style>