Html Css Color HEX #D03602 Harley Davidson Orange
📋 copy color: '#D03602'red 208 ◦ green 54 ◦ blue 2
Shades of Harley Davidson Orange #D03602
Tints of Harley Davidson Orange #D03602
RGB
CMYK
RGB Variations
Color information
#D03602 (or 0xD03602) is known color: Harley Davidson Orange. HEX triplet: D0, 36 and 02. RGB value is (208,54,2). Sum of RGB (Red+Green+Blue) = 208+54+2=264 (34% of max value = 765). Red value is 208 (81.64% from 255 or 78.79% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 208 - color contains mainly: red. Hex color #D03602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03602 is #2FC9FD. Grayscale: #5E5E5E. Windows color (decimal): -3131902 or 145104. OLE color: 145104.
HSL color Cylindrical-coordinate representation of color #D03602: hue angle of 15.15º 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 #D03602 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.18 |
| HSL | 15.15º | 0.98% | 0.41% | - |
| HSV(B) | 15.15º | 0.99% | 0.82% | - |
| XYZ | 27.34 | 16.05 | 1.71 | - |
| YUV | 94.12 | 76.02 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 2 | 0 | 0.74 | 0.99 | 0.18 | 15.15 | 0.98 | 0.41 |
| Hex | D0 | 36 | 2 | 0 | 4A | 63 | 12 | F | 62 | 29 |
| Octal | 320 | 66 | 2 | 0 | 112 | 143 | 22 | 17 | 142 | 51 |
| Binary | 11010000 | 110110 | 10 | 0 | 1001010 | 1100011 | 10010 | 1111 | 1100010 | 101001 |
Color Harmonies of #D03602
Complementary color
Monochromatic Colors of #D03602
Black with #D03602
Text Example
Text Example
White with #D03602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03602; }
p { color: rgb(208,54,2); }
H1.HeaderClassName
{
color: #D03602;
}
.AnyTagClassName
{
color: #D03602;
}
</style>
background-color css
<style>
a { background-color: #D03602; }
a { background-color: rgb(208,54,2); }
div.DivClassName
{
background-color: #D03602;
}
.BgClassName
{
background-color: #D03602;
}
</style>
border-color css
<style>
span { border-color: #D03602; }
span { border-color: rgb(208,54,2); }
td.TdClassName
{
border-color: #D03602;
}
.TagClassName
{
border-color: #D03602;
}
</style>