Html Css Color HEX #D53B17 Harley Davidson Orange
📋 copy color: '#D53B17'red 213 ◦ green 59 ◦ blue 23
Shades of Harley Davidson Orange #D53B17
Tints of Harley Davidson Orange #D53B17
RGB
CMYK
RGB Variations
Color information
#D53B17 (or 0xD53B17) is known color: Harley Davidson Orange. HEX triplet: D5, 3B and 17. RGB value is (213,59,23). Sum of RGB (Red+Green+Blue) = 213+59+23=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53B17 is #2AC4E8. Grayscale: #656565. Windows color (decimal): -2802921 or 1522645. OLE color: 1522645.
HSL color Cylindrical-coordinate representation of color #D53B17: hue angle of 11.37º 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 #D53B17 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 23 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.16 |
| HSL | 11.37º | 0.81% | 0.46% | - |
| HSV(B) | 11.37º | 0.89% | 0.84% | - |
| XYZ | 29.16 | 17.34 | 2.62 | - |
| YUV | 100.94 | 84.02 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 23 | 0 | 0.72 | 0.89 | 0.16 | 11.37 | 0.81 | 0.46 |
| Hex | D5 | 3B | 17 | 0 | 48 | 59 | 10 | B | 51 | 2E |
| Octal | 325 | 73 | 27 | 0 | 110 | 131 | 20 | 13 | 121 | 56 |
| Binary | 11010101 | 111011 | 10111 | 0 | 1001000 | 1011001 | 10000 | 1011 | 1010001 | 101110 |
Color Harmonies of #D53B17
Complementary color
Monochromatic Colors of #D53B17
Black with #D53B17
Text Example
Text Example
White with #D53B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B17; }
p { color: rgb(213,59,23); }
H1.HeaderClassName
{
color: #D53B17;
}
.AnyTagClassName
{
color: #D53B17;
}
</style>
background-color css
<style>
a { background-color: #D53B17; }
a { background-color: rgb(213,59,23); }
div.DivClassName
{
background-color: #D53B17;
}
.BgClassName
{
background-color: #D53B17;
}
</style>
border-color css
<style>
span { border-color: #D53B17; }
span { border-color: rgb(213,59,23); }
td.TdClassName
{
border-color: #D53B17;
}
.TagClassName
{
border-color: #D53B17;
}
</style>