Html Css Color HEX #D03110 Harley Davidson Orange
📋 copy color: '#D03110'red 208 ◦ green 49 ◦ blue 16
Shades of Harley Davidson Orange #D03110
Tints of Harley Davidson Orange #D03110
RGB
CMYK
RGB Variations
Color information
#D03110 (or 0xD03110) is known color: Harley Davidson Orange. HEX triplet: D0, 31 and 10. RGB value is (208,49,16). Sum of RGB (Red+Green+Blue) = 208+49+16=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D03110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03110 is #2FCEEF. Grayscale: #5D5D5D. Windows color (decimal): -3133168 or 1061328. OLE color: 1061328.
HSL color Cylindrical-coordinate representation of color #D03110: hue angle of 10.31º 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 #D03110 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 16 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.18 |
| HSL | 10.31º | 0.86% | 0.44% | - |
| HSV(B) | 10.31º | 0.92% | 0.82% | - |
| XYZ | 27.2 | 15.64 | 2.08 | - |
| YUV | 92.78 | 84.68 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 16 | 0 | 0.76 | 0.92 | 0.18 | 10.31 | 0.86 | 0.44 |
| Hex | D0 | 31 | 10 | 0 | 4C | 5C | 12 | A | 56 | 2C |
| Octal | 320 | 61 | 20 | 0 | 114 | 134 | 22 | 12 | 126 | 54 |
| Binary | 11010000 | 110001 | 10000 | 0 | 1001100 | 1011100 | 10010 | 1010 | 1010110 | 101100 |
Color Harmonies of #D03110
Complementary color
Monochromatic Colors of #D03110
Black with #D03110
Text Example
Text Example
White with #D03110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03110; }
p { color: rgb(208,49,16); }
H1.HeaderClassName
{
color: #D03110;
}
.AnyTagClassName
{
color: #D03110;
}
</style>
background-color css
<style>
a { background-color: #D03110; }
a { background-color: rgb(208,49,16); }
div.DivClassName
{
background-color: #D03110;
}
.BgClassName
{
background-color: #D03110;
}
</style>
border-color css
<style>
span { border-color: #D03110; }
span { border-color: rgb(208,49,16); }
td.TdClassName
{
border-color: #D03110;
}
.TagClassName
{
border-color: #D03110;
}
</style>