Html Css Color HEX #D03707 Harley Davidson Orange
📋 copy color: '#D03707'red 208 ◦ green 55 ◦ blue 7
Shades of Harley Davidson Orange #D03707
Tints of Harley Davidson Orange #D03707
RGB
CMYK
RGB Variations
Color information
#D03707 (or 0xD03707) is known color: Harley Davidson Orange. HEX triplet: D0, 37 and 07. RGB value is (208,55,7). Sum of RGB (Red+Green+Blue) = 208+55+7=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D03707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03707 is #2FC8F8. Grayscale: #5F5F5F. Windows color (decimal): -3131641 or 473040. OLE color: 473040.
HSL color Cylindrical-coordinate representation of color #D03707: hue angle of 14.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D03707 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 7 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.18 |
| HSL | 14.33º | 0.93% | 0.42% | - |
| HSV(B) | 14.33º | 0.97% | 0.82% | - |
| XYZ | 27.42 | 16.16 | 1.87 | - |
| YUV | 95.28 | 78.19 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 7 | 0 | 0.74 | 0.97 | 0.18 | 14.33 | 0.93 | 0.42 |
| Hex | D0 | 37 | 7 | 0 | 4A | 61 | 12 | E | 5D | 2A |
| Octal | 320 | 67 | 7 | 0 | 112 | 141 | 22 | 16 | 135 | 52 |
| Binary | 11010000 | 110111 | 111 | 0 | 1001010 | 1100001 | 10010 | 1110 | 1011101 | 101010 |
Color Harmonies of #D03707
Complementary color
Monochromatic Colors of #D03707
Black with #D03707
Text Example
Text Example
White with #D03707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03707; }
p { color: rgb(208,55,7); }
H1.HeaderClassName
{
color: #D03707;
}
.AnyTagClassName
{
color: #D03707;
}
</style>
background-color css
<style>
a { background-color: #D03707; }
a { background-color: rgb(208,55,7); }
div.DivClassName
{
background-color: #D03707;
}
.BgClassName
{
background-color: #D03707;
}
</style>
border-color css
<style>
span { border-color: #D03707; }
span { border-color: rgb(208,55,7); }
td.TdClassName
{
border-color: #D03707;
}
.TagClassName
{
border-color: #D03707;
}
</style>