Html Css Color HEX #D03700 Harley Davidson Orange
📋 copy color: '#D03700'red 208 ◦ green 55 ◦ blue 0
Shades of Harley Davidson Orange #D03700
Tints of Harley Davidson Orange #D03700
RGB
CMYK
RGB Variations
Color information
#D03700 (or 0xD03700) is known color: Harley Davidson Orange. HEX triplet: D0, 37 and 00. RGB value is (208,55,0). Sum of RGB (Red+Green+Blue) = 208+55+0=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D03700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03700 is #2FC8FF. Grayscale: #5E5E5E. Windows color (decimal): -3131648 or 14288. OLE color: 14288.
HSL color Cylindrical-coordinate representation of color #D03700: hue angle of 15.87º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D03700 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.18 |
| HSL | 15.87º | 1% | 0.41% | - |
| HSV(B) | 15.87º | 1% | 0.82% | - |
| XYZ | 27.38 | 16.14 | 1.67 | - |
| YUV | 94.48 | 74.69 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 0 | 0 | 0.74 | 1 | 0.18 | 15.87 | 1 | 0.41 |
| Hex | D0 | 37 | 0 | 0 | 4A | 64 | 12 | 10 | 64 | 29 |
| Octal | 320 | 67 | 0 | 0 | 112 | 144 | 22 | 20 | 144 | 51 |
| Binary | 11010000 | 110111 | 0 | 0 | 1001010 | 1100100 | 10010 | 10000 | 1100100 | 101001 |
Color Harmonies of #D03700
Complementary color
Monochromatic Colors of #D03700
Black with #D03700
Text Example
Text Example
White with #D03700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03700; }
p { color: rgb(208,55,0); }
H1.HeaderClassName
{
color: #D03700;
}
.AnyTagClassName
{
color: #D03700;
}
</style>
background-color css
<style>
a { background-color: #D03700; }
a { background-color: rgb(208,55,0); }
div.DivClassName
{
background-color: #D03700;
}
.BgClassName
{
background-color: #D03700;
}
</style>
border-color css
<style>
span { border-color: #D03700; }
span { border-color: rgb(208,55,0); }
td.TdClassName
{
border-color: #D03700;
}
.TagClassName
{
border-color: #D03700;
}
</style>