Html Css Color HEX #D62516 Harley Davidson Orange
📋 copy color: '#D62516'red 214 ◦ green 37 ◦ blue 22
Shades of Harley Davidson Orange #D62516
Tints of Harley Davidson Orange #D62516
RGB
CMYK
RGB Variations
Color information
#D62516 (or 0xD62516) is known color: Harley Davidson Orange. HEX triplet: D6, 25 and 16. RGB value is (214,37,22). Sum of RGB (Red+Green+Blue) = 214+37+22=273 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.39% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 214 - color contains mainly: red. Hex color #D62516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62516 is #29DAE9. Grayscale: #585858. Windows color (decimal): -2743018 or 1451478. OLE color: 1451478.
HSL color Cylindrical-coordinate representation of color #D62516: hue angle of 4.69º 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 #D62516 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 37 | 22 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.16 |
| HSL | 4.69º | 0.81% | 0.46% | - |
| HSV(B) | 4.69º | 0.9% | 0.84% | - |
| XYZ | 28.54 | 15.68 | 2.28 | - |
| YUV | 88.21 | 90.64 | 217.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 37 | 22 | 0 | 0.83 | 0.90 | 0.16 | 4.69 | 0.81 | 0.46 |
| Hex | D6 | 25 | 16 | 0 | 53 | 5A | 10 | 5 | 51 | 2E |
| Octal | 326 | 45 | 26 | 0 | 123 | 132 | 20 | 5 | 121 | 56 |
| Binary | 11010110 | 100101 | 10110 | 0 | 1010011 | 1011010 | 10000 | 101 | 1010001 | 101110 |
Color Harmonies of #D62516
Complementary color
Monochromatic Colors of #D62516
Black with #D62516
Text Example
Text Example
White with #D62516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62516; }
p { color: rgb(214,37,22); }
H1.HeaderClassName
{
color: #D62516;
}
.AnyTagClassName
{
color: #D62516;
}
</style>
background-color css
<style>
a { background-color: #D62516; }
a { background-color: rgb(214,37,22); }
div.DivClassName
{
background-color: #D62516;
}
.BgClassName
{
background-color: #D62516;
}
</style>
border-color css
<style>
span { border-color: #D62516; }
span { border-color: rgb(214,37,22); }
td.TdClassName
{
border-color: #D62516;
}
.TagClassName
{
border-color: #D62516;
}
</style>