Html Css Color HEX #D03802 Harley Davidson Orange
📋 copy color: '#D03802'red 208 ◦ green 56 ◦ blue 2
Shades of Harley Davidson Orange #D03802
Tints of Harley Davidson Orange #D03802
RGB
CMYK
RGB Variations
Color information
#D03802 (or 0xD03802) is known color: Harley Davidson Orange. HEX triplet: D0, 38 and 02. RGB value is (208,56,2). Sum of RGB (Red+Green+Blue) = 208+56+2=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 2 (1.17% from 255 or 0.75% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D03802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03802 is #2FC7FD. Grayscale: #5F5F5F. Windows color (decimal): -3131390 or 145616. OLE color: 145616.
HSL color Cylindrical-coordinate representation of color #D03802: hue angle of 15.73º 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 #D03802 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.18 |
| HSL | 15.73º | 0.98% | 0.41% | - |
| HSV(B) | 15.73º | 0.99% | 0.82% | - |
| XYZ | 27.44 | 16.24 | 1.75 | - |
| YUV | 95.29 | 75.36 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 2 | 0 | 0.73 | 0.99 | 0.18 | 15.73 | 0.98 | 0.41 |
| Hex | D0 | 38 | 2 | 0 | 49 | 63 | 12 | 10 | 62 | 29 |
| Octal | 320 | 70 | 2 | 0 | 111 | 143 | 22 | 20 | 142 | 51 |
| Binary | 11010000 | 111000 | 10 | 0 | 1001001 | 1100011 | 10010 | 10000 | 1100010 | 101001 |
Color Harmonies of #D03802
Complementary color
Monochromatic Colors of #D03802
Black with #D03802
Text Example
Text Example
White with #D03802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03802; }
p { color: rgb(208,56,2); }
H1.HeaderClassName
{
color: #D03802;
}
.AnyTagClassName
{
color: #D03802;
}
</style>
background-color css
<style>
a { background-color: #D03802; }
a { background-color: rgb(208,56,2); }
div.DivClassName
{
background-color: #D03802;
}
.BgClassName
{
background-color: #D03802;
}
</style>
border-color css
<style>
span { border-color: #D03802; }
span { border-color: rgb(208,56,2); }
td.TdClassName
{
border-color: #D03802;
}
.TagClassName
{
border-color: #D03802;
}
</style>