Html Css Color HEX #D63A16 Harley Davidson Orange
📋 copy color: '#D63A16'red 214 ◦ green 58 ◦ blue 22
Shades of Harley Davidson Orange #D63A16
Tints of Harley Davidson Orange #D63A16
RGB
CMYK
RGB Variations
Color information
#D63A16 (or 0xD63A16) is known color: Harley Davidson Orange. HEX triplet: D6, 3A and 16. RGB value is (214,58,22). Sum of RGB (Red+Green+Blue) = 214+58+22=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63A16 is #29C5E9. Grayscale: #646464. Windows color (decimal): -2737642 or 1456854. OLE color: 1456854.
HSL color Cylindrical-coordinate representation of color #D63A16: hue angle of 11.25º 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 #D63A16 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 22 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.16 |
| HSL | 11.25º | 0.81% | 0.46% | - |
| HSV(B) | 11.25º | 0.9% | 0.84% | - |
| XYZ | 29.39 | 17.38 | 2.56 | - |
| YUV | 100.54 | 83.68 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 22 | 0 | 0.73 | 0.90 | 0.16 | 11.25 | 0.81 | 0.46 |
| Hex | D6 | 3A | 16 | 0 | 49 | 5A | 10 | B | 51 | 2E |
| Octal | 326 | 72 | 26 | 0 | 111 | 132 | 20 | 13 | 121 | 56 |
| Binary | 11010110 | 111010 | 10110 | 0 | 1001001 | 1011010 | 10000 | 1011 | 1010001 | 101110 |
Color Harmonies of #D63A16
Complementary color
Monochromatic Colors of #D63A16
Black with #D63A16
Text Example
Text Example
White with #D63A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A16; }
p { color: rgb(214,58,22); }
H1.HeaderClassName
{
color: #D63A16;
}
.AnyTagClassName
{
color: #D63A16;
}
</style>
background-color css
<style>
a { background-color: #D63A16; }
a { background-color: rgb(214,58,22); }
div.DivClassName
{
background-color: #D63A16;
}
.BgClassName
{
background-color: #D63A16;
}
</style>
border-color css
<style>
span { border-color: #D63A16; }
span { border-color: rgb(214,58,22); }
td.TdClassName
{
border-color: #D63A16;
}
.TagClassName
{
border-color: #D63A16;
}
</style>