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