Html Css Color HEX #D53D17 Harley Davidson Orange
📋 copy color: '#D53D17'red 213 ◦ green 61 ◦ blue 23
Shades of Harley Davidson Orange #D53D17
Tints of Harley Davidson Orange #D53D17
RGB
CMYK
RGB Variations
Color information
#D53D17 (or 0xD53D17) is known color: Harley Davidson Orange. HEX triplet: D5, 3D and 17. RGB value is (213,61,23). Sum of RGB (Red+Green+Blue) = 213+61+23=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53D17 is #2AC2E8. Grayscale: #666666. Windows color (decimal): -2802409 or 1523157. OLE color: 1523157.
HSL color Cylindrical-coordinate representation of color #D53D17: hue angle of 12º 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 #D53D17 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 23 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.16 |
| HSL | 12º | 0.81% | 0.46% | - |
| HSV(B) | 12º | 0.89% | 0.84% | - |
| XYZ | 29.26 | 17.55 | 2.65 | - |
| YUV | 102.12 | 83.36 | 207.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 23 | 0 | 0.71 | 0.89 | 0.16 | 12 | 0.81 | 0.46 |
| Hex | D5 | 3D | 17 | 0 | 47 | 59 | 10 | C | 51 | 2E |
| Octal | 325 | 75 | 27 | 0 | 107 | 131 | 20 | 14 | 121 | 56 |
| Binary | 11010101 | 111101 | 10111 | 0 | 1000111 | 1011001 | 10000 | 1100 | 1010001 | 101110 |
Color Harmonies of #D53D17
Complementary color
Monochromatic Colors of #D53D17
Black with #D53D17
Text Example
Text Example
White with #D53D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D17; }
p { color: rgb(213,61,23); }
H1.HeaderClassName
{
color: #D53D17;
}
.AnyTagClassName
{
color: #D53D17;
}
</style>
background-color css
<style>
a { background-color: #D53D17; }
a { background-color: rgb(213,61,23); }
div.DivClassName
{
background-color: #D53D17;
}
.BgClassName
{
background-color: #D53D17;
}
</style>
border-color css
<style>
span { border-color: #D53D17; }
span { border-color: rgb(213,61,23); }
td.TdClassName
{
border-color: #D53D17;
}
.TagClassName
{
border-color: #D53D17;
}
</style>