Html Css Color HEX #D63116 Harley Davidson Orange
📋 copy color: '#D63116'red 214 ◦ green 49 ◦ blue 22
Shades of Harley Davidson Orange #D63116
Tints of Harley Davidson Orange #D63116
RGB
CMYK
RGB Variations
Color information
#D63116 (or 0xD63116) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 16. RGB value is (214,49,22). Sum of RGB (Red+Green+Blue) = 214+49+22=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D63116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63116 is #29CEE9. Grayscale: #5F5F5F. Windows color (decimal): -2739946 or 1454550. OLE color: 1454550.
HSL color Cylindrical-coordinate representation of color #D63116: hue angle of 8.44º 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 #D63116 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 49 | 22 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.16 |
| HSL | 8.44º | 0.81% | 0.46% | - |
| HSV(B) | 8.44º | 0.9% | 0.84% | - |
| XYZ | 28.97 | 16.55 | 2.43 | - |
| YUV | 95.26 | 86.66 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 49 | 22 | 0 | 0.77 | 0.90 | 0.16 | 8.44 | 0.81 | 0.46 |
| Hex | D6 | 31 | 16 | 0 | 4D | 5A | 10 | 8 | 51 | 2E |
| Octal | 326 | 61 | 26 | 0 | 115 | 132 | 20 | 10 | 121 | 56 |
| Binary | 11010110 | 110001 | 10110 | 0 | 1001101 | 1011010 | 10000 | 1000 | 1010001 | 101110 |
Color Harmonies of #D63116
Complementary color
Monochromatic Colors of #D63116
Black with #D63116
Text Example
Text Example
White with #D63116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63116; }
p { color: rgb(214,49,22); }
H1.HeaderClassName
{
color: #D63116;
}
.AnyTagClassName
{
color: #D63116;
}
</style>
background-color css
<style>
a { background-color: #D63116; }
a { background-color: rgb(214,49,22); }
div.DivClassName
{
background-color: #D63116;
}
.BgClassName
{
background-color: #D63116;
}
</style>
border-color css
<style>
span { border-color: #D63116; }
span { border-color: rgb(214,49,22); }
td.TdClassName
{
border-color: #D63116;
}
.TagClassName
{
border-color: #D63116;
}
</style>