Html Css Color HEX #D03716 Harley Davidson Orange
📋 copy color: '#D03716'red 208 ◦ green 55 ◦ blue 22
Shades of Harley Davidson Orange #D03716
Tints of Harley Davidson Orange #D03716
RGB
CMYK
RGB Variations
Color information
#D03716 (or 0xD03716) is known color: Harley Davidson Orange. HEX triplet: D0, 37 and 16. RGB value is (208,55,22). Sum of RGB (Red+Green+Blue) = 208+55+22=285 (37% of max value = 765). Red value is 208 (81.64% from 255 or 72.98% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 208 - color contains mainly: red. Hex color #D03716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03716 is #2FC8E9. Grayscale: #616161. Windows color (decimal): -3131626 or 1456080. OLE color: 1456080.
HSL color Cylindrical-coordinate representation of color #D03716: hue angle of 10.65º 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 #D03716 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 22 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.18 |
| HSL | 10.65º | 0.81% | 0.45% | - |
| HSV(B) | 10.65º | 0.89% | 0.82% | - |
| XYZ | 27.52 | 16.2 | 2.44 | - |
| YUV | 96.99 | 85.69 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 22 | 0 | 0.74 | 0.89 | 0.18 | 10.65 | 0.81 | 0.45 |
| Hex | D0 | 37 | 16 | 0 | 4A | 59 | 12 | B | 51 | 2D |
| Octal | 320 | 67 | 26 | 0 | 112 | 131 | 22 | 13 | 121 | 55 |
| Binary | 11010000 | 110111 | 10110 | 0 | 1001010 | 1011001 | 10010 | 1011 | 1010001 | 101101 |
Color Harmonies of #D03716
Complementary color
Monochromatic Colors of #D03716
Black with #D03716
Text Example
Text Example
White with #D03716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03716; }
p { color: rgb(208,55,22); }
H1.HeaderClassName
{
color: #D03716;
}
.AnyTagClassName
{
color: #D03716;
}
</style>
background-color css
<style>
a { background-color: #D03716; }
a { background-color: rgb(208,55,22); }
div.DivClassName
{
background-color: #D03716;
}
.BgClassName
{
background-color: #D03716;
}
</style>
border-color css
<style>
span { border-color: #D03716; }
span { border-color: rgb(208,55,22); }
td.TdClassName
{
border-color: #D03716;
}
.TagClassName
{
border-color: #D03716;
}
</style>