Html Css Color HEX #D53717 Harley Davidson Orange
📋 copy color: '#D53717'red 213 ◦ green 55 ◦ blue 23
Shades of Harley Davidson Orange #D53717
Tints of Harley Davidson Orange #D53717
RGB
CMYK
RGB Variations
Color information
#D53717 (or 0xD53717) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 17. RGB value is (213,55,23). Sum of RGB (Red+Green+Blue) = 213+55+23=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D53717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53717 is #2AC8E8. Grayscale: #626262. Windows color (decimal): -2803945 or 1521621. OLE color: 1521621.
HSL color Cylindrical-coordinate representation of color #D53717: hue angle of 10.11º 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 #D53717 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 23 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.16 |
| HSL | 10.11º | 0.81% | 0.46% | - |
| HSV(B) | 10.11º | 0.89% | 0.84% | - |
| XYZ | 28.96 | 16.94 | 2.55 | - |
| YUV | 98.59 | 85.35 | 209.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 23 | 0 | 0.74 | 0.89 | 0.16 | 10.11 | 0.81 | 0.46 |
| Hex | D5 | 37 | 17 | 0 | 4A | 59 | 10 | A | 51 | 2E |
| Octal | 325 | 67 | 27 | 0 | 112 | 131 | 20 | 12 | 121 | 56 |
| Binary | 11010101 | 110111 | 10111 | 0 | 1001010 | 1011001 | 10000 | 1010 | 1010001 | 101110 |
Color Harmonies of #D53717
Complementary color
Monochromatic Colors of #D53717
Black with #D53717
Text Example
Text Example
White with #D53717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53717; }
p { color: rgb(213,55,23); }
H1.HeaderClassName
{
color: #D53717;
}
.AnyTagClassName
{
color: #D53717;
}
</style>
background-color css
<style>
a { background-color: #D53717; }
a { background-color: rgb(213,55,23); }
div.DivClassName
{
background-color: #D53717;
}
.BgClassName
{
background-color: #D53717;
}
</style>
border-color css
<style>
span { border-color: #D53717; }
span { border-color: rgb(213,55,23); }
td.TdClassName
{
border-color: #D53717;
}
.TagClassName
{
border-color: #D53717;
}
</style>