Html Css Color HEX #D03616 Harley Davidson Orange
📋 copy color: '#D03616'red 208 ◦ green 54 ◦ blue 22
Shades of Harley Davidson Orange #D03616
Tints of Harley Davidson Orange #D03616
RGB
CMYK
RGB Variations
Color information
#D03616 (or 0xD03616) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 16. RGB value is (208,54,22). Sum of RGB (Red+Green+Blue) = 208+54+22=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D03616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03616 is #2FC9E9. Grayscale: #606060. Windows color (decimal): -3131882 or 1455824. OLE color: 1455824.
HSL color Cylindrical-coordinate representation of color #D03616: hue angle of 10.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D03616 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 22 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.18 |
| HSL | 10.32º | 0.81% | 0.45% | - |
| HSV(B) | 10.32º | 0.89% | 0.82% | - |
| XYZ | 27.48 | 16.11 | 2.42 | - |
| YUV | 96.4 | 86.02 | 207.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 22 | 0 | 0.74 | 0.89 | 0.18 | 10.32 | 0.81 | 0.45 |
| Hex | D0 | 36 | 16 | 0 | 4A | 59 | 12 | A | 51 | 2D |
| Octal | 320 | 66 | 26 | 0 | 112 | 131 | 22 | 12 | 121 | 55 |
| Binary | 11010000 | 110110 | 10110 | 0 | 1001010 | 1011001 | 10010 | 1010 | 1010001 | 101101 |
Color Harmonies of #D03616
Complementary color
Monochromatic Colors of #D03616
Black with #D03616
Text Example
Text Example
White with #D03616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03616; }
p { color: rgb(208,54,22); }
H1.HeaderClassName
{
color: #D03616;
}
.AnyTagClassName
{
color: #D03616;
}
</style>
background-color css
<style>
a { background-color: #D03616; }
a { background-color: rgb(208,54,22); }
div.DivClassName
{
background-color: #D03616;
}
.BgClassName
{
background-color: #D03616;
}
</style>
border-color css
<style>
span { border-color: #D03616; }
span { border-color: rgb(208,54,22); }
td.TdClassName
{
border-color: #D03616;
}
.TagClassName
{
border-color: #D03616;
}
</style>