Html Css Color HEX #D53416 Harley Davidson Orange
📋 copy color: '#D53416'red 213 ◦ green 52 ◦ blue 22
Shades of Harley Davidson Orange #D53416
Tints of Harley Davidson Orange #D53416
RGB
CMYK
RGB Variations
Color information
#D53416 (or 0xD53416) is known color: Harley Davidson Orange. HEX triplet: D5, 34 and 16. RGB value is (213,52,22). Sum of RGB (Red+Green+Blue) = 213+52+22=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D53416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53416 is #2ACBE9. Grayscale: #616161. Windows color (decimal): -2804714 or 1455317. OLE color: 1455317.
HSL color Cylindrical-coordinate representation of color #D53416: hue angle of 9.42º 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 #D53416 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 22 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.16 |
| HSL | 9.42º | 0.81% | 0.46% | - |
| HSV(B) | 9.42º | 0.9% | 0.84% | - |
| XYZ | 28.81 | 16.66 | 2.46 | - |
| YUV | 96.72 | 85.84 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 22 | 0 | 0.76 | 0.90 | 0.16 | 9.42 | 0.81 | 0.46 |
| Hex | D5 | 34 | 16 | 0 | 4C | 5A | 10 | 9 | 51 | 2E |
| Octal | 325 | 64 | 26 | 0 | 114 | 132 | 20 | 11 | 121 | 56 |
| Binary | 11010101 | 110100 | 10110 | 0 | 1001100 | 1011010 | 10000 | 1001 | 1010001 | 101110 |
Color Harmonies of #D53416
Complementary color
Monochromatic Colors of #D53416
Black with #D53416
Text Example
Text Example
White with #D53416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53416; }
p { color: rgb(213,52,22); }
H1.HeaderClassName
{
color: #D53416;
}
.AnyTagClassName
{
color: #D53416;
}
</style>
background-color css
<style>
a { background-color: #D53416; }
a { background-color: rgb(213,52,22); }
div.DivClassName
{
background-color: #D53416;
}
.BgClassName
{
background-color: #D53416;
}
</style>
border-color css
<style>
span { border-color: #D53416; }
span { border-color: rgb(213,52,22); }
td.TdClassName
{
border-color: #D53416;
}
.TagClassName
{
border-color: #D53416;
}
</style>