Html Css Color HEX #D53116 Harley Davidson Orange
📋 copy color: '#D53116'red 213 ◦ green 49 ◦ blue 22
Shades of Harley Davidson Orange #D53116
Tints of Harley Davidson Orange #D53116
RGB
CMYK
RGB Variations
Color information
#D53116 (or 0xD53116) is known color: Harley Davidson Orange. HEX triplet: D5, 31 and 16. RGB value is (213,49,22). Sum of RGB (Red+Green+Blue) = 213+49+22=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D53116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53116 is #2ACEE9. Grayscale: #5F5F5F. Windows color (decimal): -2805482 or 1454549. OLE color: 1454549.
HSL color Cylindrical-coordinate representation of color #D53116: hue angle of 8.48º 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 #D53116 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 22 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.16 |
| HSL | 8.48º | 0.81% | 0.46% | - |
| HSV(B) | 8.48º | 0.9% | 0.84% | - |
| XYZ | 28.68 | 16.4 | 2.41 | - |
| YUV | 94.96 | 86.83 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 22 | 0 | 0.77 | 0.90 | 0.16 | 8.48 | 0.81 | 0.46 |
| Hex | D5 | 31 | 16 | 0 | 4D | 5A | 10 | 8 | 51 | 2E |
| Octal | 325 | 61 | 26 | 0 | 115 | 132 | 20 | 10 | 121 | 56 |
| Binary | 11010101 | 110001 | 10110 | 0 | 1001101 | 1011010 | 10000 | 1000 | 1010001 | 101110 |
Color Harmonies of #D53116
Complementary color
Monochromatic Colors of #D53116
Black with #D53116
Text Example
Text Example
White with #D53116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53116; }
p { color: rgb(213,49,22); }
H1.HeaderClassName
{
color: #D53116;
}
.AnyTagClassName
{
color: #D53116;
}
</style>
background-color css
<style>
a { background-color: #D53116; }
a { background-color: rgb(213,49,22); }
div.DivClassName
{
background-color: #D53116;
}
.BgClassName
{
background-color: #D53116;
}
</style>
border-color css
<style>
span { border-color: #D53116; }
span { border-color: rgb(213,49,22); }
td.TdClassName
{
border-color: #D53116;
}
.TagClassName
{
border-color: #D53116;
}
</style>