Html Css Color HEX #D52617 Harley Davidson Orange
📋 copy color: '#D52617'red 213 ◦ green 38 ◦ blue 23
Shades of Harley Davidson Orange #D52617
Tints of Harley Davidson Orange #D52617
RGB
CMYK
RGB Variations
Color information
#D52617 (or 0xD52617) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 17. RGB value is (213,38,23). Sum of RGB (Red+Green+Blue) = 213+38+23=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D52617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52617 is #2AD9E8. Grayscale: #585858. Windows color (decimal): -2808297 or 1517269. OLE color: 1517269.
HSL color Cylindrical-coordinate representation of color #D52617: hue angle of 4.74º 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 #D52617 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 38 | 23 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.16 |
| HSL | 4.74º | 0.81% | 0.46% | - |
| HSV(B) | 4.74º | 0.89% | 0.84% | - |
| XYZ | 28.29 | 15.59 | 2.33 | - |
| YUV | 88.62 | 90.98 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 38 | 23 | 0 | 0.82 | 0.89 | 0.16 | 4.74 | 0.81 | 0.46 |
| Hex | D5 | 26 | 17 | 0 | 52 | 59 | 10 | 5 | 51 | 2E |
| Octal | 325 | 46 | 27 | 0 | 122 | 131 | 20 | 5 | 121 | 56 |
| Binary | 11010101 | 100110 | 10111 | 0 | 1010010 | 1011001 | 10000 | 101 | 1010001 | 101110 |
Color Harmonies of #D52617
Complementary color
Monochromatic Colors of #D52617
Black with #D52617
Text Example
Text Example
White with #D52617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52617; }
p { color: rgb(213,38,23); }
H1.HeaderClassName
{
color: #D52617;
}
.AnyTagClassName
{
color: #D52617;
}
</style>
background-color css
<style>
a { background-color: #D52617; }
a { background-color: rgb(213,38,23); }
div.DivClassName
{
background-color: #D52617;
}
.BgClassName
{
background-color: #D52617;
}
</style>
border-color css
<style>
span { border-color: #D52617; }
span { border-color: rgb(213,38,23); }
td.TdClassName
{
border-color: #D52617;
}
.TagClassName
{
border-color: #D52617;
}
</style>