Html Css Color HEX #D03702 Harley Davidson Orange
📋 copy color: '#D03702'red 208 ◦ green 55 ◦ blue 2
Shades of Harley Davidson Orange #D03702
Tints of Harley Davidson Orange #D03702
RGB
CMYK
RGB Variations
Color information
#D03702 (or 0xD03702) is known color: Harley Davidson Orange. HEX triplet: D0, 37 and 02. RGB value is (208,55,2). Sum of RGB (Red+Green+Blue) = 208+55+2=265 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.49% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 208 - color contains mainly: red. Hex color #D03702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03702 is #2FC8FD. Grayscale: #5F5F5F. Windows color (decimal): -3131646 or 145360. OLE color: 145360.
HSL color Cylindrical-coordinate representation of color #D03702: hue angle of 15.44º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D03702 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 55 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.18 |
| HSL | 15.44º | 0.98% | 0.41% | - |
| HSV(B) | 15.44º | 0.99% | 0.82% | - |
| XYZ | 27.39 | 16.15 | 1.73 | - |
| YUV | 94.71 | 75.69 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 55 | 2 | 0 | 0.74 | 0.99 | 0.18 | 15.44 | 0.98 | 0.41 |
| Hex | D0 | 37 | 2 | 0 | 4A | 63 | 12 | F | 62 | 29 |
| Octal | 320 | 67 | 2 | 0 | 112 | 143 | 22 | 17 | 142 | 51 |
| Binary | 11010000 | 110111 | 10 | 0 | 1001010 | 1100011 | 10010 | 1111 | 1100010 | 101001 |
Color Harmonies of #D03702
Complementary color
Monochromatic Colors of #D03702
Black with #D03702
Text Example
Text Example
White with #D03702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03702; }
p { color: rgb(208,55,2); }
H1.HeaderClassName
{
color: #D03702;
}
.AnyTagClassName
{
color: #D03702;
}
</style>
background-color css
<style>
a { background-color: #D03702; }
a { background-color: rgb(208,55,2); }
div.DivClassName
{
background-color: #D03702;
}
.BgClassName
{
background-color: #D03702;
}
</style>
border-color css
<style>
span { border-color: #D03702; }
span { border-color: rgb(208,55,2); }
td.TdClassName
{
border-color: #D03702;
}
.TagClassName
{
border-color: #D03702;
}
</style>