Html Css Color HEX #D53716 Harley Davidson Orange
📋 copy color: '#D53716'red 213 ◦ green 55 ◦ blue 22
Shades of Harley Davidson Orange #D53716
Tints of Harley Davidson Orange #D53716
RGB
CMYK
RGB Variations
Color information
#D53716 (or 0xD53716) is known color: Harley Davidson Orange. HEX triplet: D5, 37 and 16. RGB value is (213,55,22). Sum of RGB (Red+Green+Blue) = 213+55+22=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D53716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53716 is #2AC8E9. Grayscale: #626262. Windows color (decimal): -2803946 or 1456085. OLE color: 1456085.
HSL color Cylindrical-coordinate representation of color #D53716: hue angle of 10.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D53716 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 22 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.16 |
| HSL | 10.37º | 0.81% | 0.46% | - |
| HSV(B) | 10.37º | 0.9% | 0.84% | - |
| XYZ | 28.95 | 16.94 | 2.5 | - |
| YUV | 98.48 | 84.85 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 22 | 0 | 0.74 | 0.90 | 0.16 | 10.37 | 0.81 | 0.46 |
| Hex | D5 | 37 | 16 | 0 | 4A | 5A | 10 | A | 51 | 2E |
| Octal | 325 | 67 | 26 | 0 | 112 | 132 | 20 | 12 | 121 | 56 |
| Binary | 11010101 | 110111 | 10110 | 0 | 1001010 | 1011010 | 10000 | 1010 | 1010001 | 101110 |
Color Harmonies of #D53716
Complementary color
Monochromatic Colors of #D53716
Black with #D53716
Text Example
Text Example
White with #D53716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53716; }
p { color: rgb(213,55,22); }
H1.HeaderClassName
{
color: #D53716;
}
.AnyTagClassName
{
color: #D53716;
}
</style>
background-color css
<style>
a { background-color: #D53716; }
a { background-color: rgb(213,55,22); }
div.DivClassName
{
background-color: #D53716;
}
.BgClassName
{
background-color: #D53716;
}
</style>
border-color css
<style>
span { border-color: #D53716; }
span { border-color: rgb(213,55,22); }
td.TdClassName
{
border-color: #D53716;
}
.TagClassName
{
border-color: #D53716;
}
</style>