Html Css Color HEX #D03A10 Harley Davidson Orange
📋 copy color: '#D03A10'red 208 ◦ green 58 ◦ blue 16
Shades of Harley Davidson Orange #D03A10
Tints of Harley Davidson Orange #D03A10
RGB
CMYK
RGB Variations
Color information
#D03A10 (or 0xD03A10) is known color: Harley Davidson Orange. HEX triplet: D0, 3A and 10. RGB value is (208,58,16). Sum of RGB (Red+Green+Blue) = 208+58+16=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03A10 is #2FC5EF. Grayscale: #626262. Windows color (decimal): -3130864 or 1063632. OLE color: 1063632.
HSL color Cylindrical-coordinate representation of color #D03A10: hue angle of 13.12º 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 #D03A10 is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 16 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.18 |
| HSL | 13.13º | 0.86% | 0.44% | - |
| HSV(B) | 13.13º | 0.92% | 0.82% | - |
| XYZ | 27.62 | 16.47 | 2.21 | - |
| YUV | 98.06 | 81.7 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 16 | 0 | 0.72 | 0.92 | 0.18 | 13.13 | 0.86 | 0.44 |
| Hex | D0 | 3A | 10 | 0 | 48 | 5C | 12 | D | 56 | 2C |
| Octal | 320 | 72 | 20 | 0 | 110 | 134 | 22 | 15 | 126 | 54 |
| Binary | 11010000 | 111010 | 10000 | 0 | 1001000 | 1011100 | 10010 | 1101 | 1010110 | 101100 |
Color Harmonies of #D03A10
Complementary color
Monochromatic Colors of #D03A10
Black with #D03A10
Text Example
Text Example
White with #D03A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A10; }
p { color: rgb(208,58,16); }
H1.HeaderClassName
{
color: #D03A10;
}
.AnyTagClassName
{
color: #D03A10;
}
</style>
background-color css
<style>
a { background-color: #D03A10; }
a { background-color: rgb(208,58,16); }
div.DivClassName
{
background-color: #D03A10;
}
.BgClassName
{
background-color: #D03A10;
}
</style>
border-color css
<style>
span { border-color: #D03A10; }
span { border-color: rgb(208,58,16); }
td.TdClassName
{
border-color: #D03A10;
}
.TagClassName
{
border-color: #D03A10;
}
</style>