Html Css Color HEX #D03502 Harley Davidson Orange
📋 copy color: '#D03502'red 208 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #D03502
Tints of Harley Davidson Orange #D03502
RGB
CMYK
RGB Variations
Color information
#D03502 (or 0xD03502) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 02. RGB value is (208,53,2). Sum of RGB (Red+Green+Blue) = 208+53+2=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D03502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03502 is #2FCAFD. Grayscale: #5D5D5D. Windows color (decimal): -3132158 or 144848. OLE color: 144848.
HSL color Cylindrical-coordinate representation of color #D03502: hue angle of 14.85º 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 #D03502 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.18 |
| HSL | 14.85º | 0.98% | 0.41% | - |
| HSV(B) | 14.85º | 0.99% | 0.82% | - |
| XYZ | 27.3 | 15.96 | 1.7 | - |
| YUV | 93.53 | 76.35 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 2 | 0 | 0.75 | 0.99 | 0.18 | 14.85 | 0.98 | 0.41 |
| Hex | D0 | 35 | 2 | 0 | 4B | 63 | 12 | F | 62 | 29 |
| Octal | 320 | 65 | 2 | 0 | 113 | 143 | 22 | 17 | 142 | 51 |
| Binary | 11010000 | 110101 | 10 | 0 | 1001011 | 1100011 | 10010 | 1111 | 1100010 | 101001 |
Color Harmonies of #D03502
Complementary color
Monochromatic Colors of #D03502
Black with #D03502
Text Example
Text Example
White with #D03502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03502; }
p { color: rgb(208,53,2); }
H1.HeaderClassName
{
color: #D03502;
}
.AnyTagClassName
{
color: #D03502;
}
</style>
background-color css
<style>
a { background-color: #D03502; }
a { background-color: rgb(208,53,2); }
div.DivClassName
{
background-color: #D03502;
}
.BgClassName
{
background-color: #D03502;
}
</style>
border-color css
<style>
span { border-color: #D03502; }
span { border-color: rgb(208,53,2); }
td.TdClassName
{
border-color: #D03502;
}
.TagClassName
{
border-color: #D03502;
}
</style>