Html Css Color HEX #D51717 Harley Davidson Orange
📋 copy color: '#D51717'red 213 ◦ green 23 ◦ blue 23
Shades of Harley Davidson Orange #D51717
Tints of Harley Davidson Orange #D51717
RGB
CMYK
RGB Variations
Color information
#D51717 (or 0xD51717) is known color: Harley Davidson Orange. HEX triplet: D5, 17 and 17. RGB value is (213,23,23). Sum of RGB (Red+Green+Blue) = 213+23+23=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 23 (9.38% from 255 or 8.88% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D51717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51717 is #2AE8E8. Grayscale: #505050. Windows color (decimal): -2812137 or 1513429. OLE color: 1513429.
HSL color Cylindrical-coordinate representation of color #D51717: hue angle of 0º 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 #D51717 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 23 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.16 |
| HSL | 0º | 0.81% | 0.46% | - |
| HSV(B) | 0º | 0.89% | 0.84% | - |
| XYZ | 27.9 | 14.82 | 2.2 | - |
| YUV | 79.81 | 95.95 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 23 | 0 | 0.89 | 0.89 | 0.16 | 0 | 0.81 | 0.46 |
| Hex | D5 | 17 | 17 | 0 | 59 | 59 | 10 | 0 | 51 | 2E |
| Octal | 325 | 27 | 27 | 0 | 131 | 131 | 20 | 0 | 121 | 56 |
| Binary | 11010101 | 10111 | 10111 | 0 | 1011001 | 1011001 | 10000 | 0 | 1010001 | 101110 |
Color Harmonies of #D51717
Complementary color
Monochromatic Colors of #D51717
Black with #D51717
Text Example
Text Example
White with #D51717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51717; }
p { color: rgb(213,23,23); }
H1.HeaderClassName
{
color: #D51717;
}
.AnyTagClassName
{
color: #D51717;
}
</style>
background-color css
<style>
a { background-color: #D51717; }
a { background-color: rgb(213,23,23); }
div.DivClassName
{
background-color: #D51717;
}
.BgClassName
{
background-color: #D51717;
}
</style>
border-color css
<style>
span { border-color: #D51717; }
span { border-color: rgb(213,23,23); }
td.TdClassName
{
border-color: #D51717;
}
.TagClassName
{
border-color: #D51717;
}
</style>