Html Css Color HEX #D53F17 Harley Davidson Orange
📋 copy color: '#D53F17'red 213 ◦ green 63 ◦ blue 23
Shades of Harley Davidson Orange #D53F17
Tints of Harley Davidson Orange #D53F17
RGB
CMYK
RGB Variations
Color information
#D53F17 (or 0xD53F17) is known color: Harley Davidson Orange. HEX triplet: D5, 3F and 17. RGB value is (213,63,23). Sum of RGB (Red+Green+Blue) = 213+63+23=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 23 (9.38% from 255 or 7.69% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53F17 is #2AC0E8. Grayscale: #676767. Windows color (decimal): -2801897 or 1523669. OLE color: 1523669.
HSL color Cylindrical-coordinate representation of color #D53F17: hue angle of 12.63º 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 #D53F17 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 23 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.16 |
| HSL | 12.63º | 0.81% | 0.46% | - |
| HSV(B) | 12.63º | 0.89% | 0.84% | - |
| XYZ | 29.37 | 17.76 | 2.69 | - |
| YUV | 103.29 | 82.7 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 23 | 0 | 0.70 | 0.89 | 0.16 | 12.63 | 0.81 | 0.46 |
| Hex | D5 | 3F | 17 | 0 | 46 | 59 | 10 | D | 51 | 2E |
| Octal | 325 | 77 | 27 | 0 | 106 | 131 | 20 | 15 | 121 | 56 |
| Binary | 11010101 | 111111 | 10111 | 0 | 1000110 | 1011001 | 10000 | 1101 | 1010001 | 101110 |
Color Harmonies of #D53F17
Complementary color
Monochromatic Colors of #D53F17
Black with #D53F17
Text Example
Text Example
White with #D53F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F17; }
p { color: rgb(213,63,23); }
H1.HeaderClassName
{
color: #D53F17;
}
.AnyTagClassName
{
color: #D53F17;
}
</style>
background-color css
<style>
a { background-color: #D53F17; }
a { background-color: rgb(213,63,23); }
div.DivClassName
{
background-color: #D53F17;
}
.BgClassName
{
background-color: #D53F17;
}
</style>
border-color css
<style>
span { border-color: #D53F17; }
span { border-color: rgb(213,63,23); }
td.TdClassName
{
border-color: #D53F17;
}
.TagClassName
{
border-color: #D53F17;
}
</style>