Html Css Color HEX #D03510 Harley Davidson Orange
📋 copy color: '#D03510'red 208 ◦ green 53 ◦ blue 16
Shades of Harley Davidson Orange #D03510
Tints of Harley Davidson Orange #D03510
RGB
CMYK
RGB Variations
Color information
#D03510 (or 0xD03510) is known color: Harley Davidson Orange. HEX triplet: D0, 35 and 10. RGB value is (208,53,16). Sum of RGB (Red+Green+Blue) = 208+53+16=277 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.09% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 208 - color contains mainly: red. Hex color #D03510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03510 is #2FCAEF. Grayscale: #5F5F5F. Windows color (decimal): -3132144 or 1062352. OLE color: 1062352.
HSL color Cylindrical-coordinate representation of color #D03510: hue angle of 11.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D03510 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.18 |
| HSL | 11.56º | 0.86% | 0.44% | - |
| HSV(B) | 11.56º | 0.92% | 0.82% | - |
| XYZ | 27.38 | 15.99 | 2.13 | - |
| YUV | 95.13 | 83.35 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 16 | 0 | 0.75 | 0.92 | 0.18 | 11.56 | 0.86 | 0.44 |
| Hex | D0 | 35 | 10 | 0 | 4B | 5C | 12 | C | 56 | 2C |
| Octal | 320 | 65 | 20 | 0 | 113 | 134 | 22 | 14 | 126 | 54 |
| Binary | 11010000 | 110101 | 10000 | 0 | 1001011 | 1011100 | 10010 | 1100 | 1010110 | 101100 |
Color Harmonies of #D03510
Complementary color
Monochromatic Colors of #D03510
Black with #D03510
Text Example
Text Example
White with #D03510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03510; }
p { color: rgb(208,53,16); }
H1.HeaderClassName
{
color: #D03510;
}
.AnyTagClassName
{
color: #D03510;
}
</style>
background-color css
<style>
a { background-color: #D03510; }
a { background-color: rgb(208,53,16); }
div.DivClassName
{
background-color: #D03510;
}
.BgClassName
{
background-color: #D03510;
}
</style>
border-color css
<style>
span { border-color: #D03510; }
span { border-color: rgb(208,53,16); }
td.TdClassName
{
border-color: #D03510;
}
.TagClassName
{
border-color: #D03510;
}
</style>