Html Css Color HEX #D03A16 Harley Davidson Orange
📋 copy color: '#D03A16'red 208 ◦ green 58 ◦ blue 22
Shades of Harley Davidson Orange #D03A16
Tints of Harley Davidson Orange #D03A16
RGB
CMYK
RGB Variations
Color information
#D03A16 (or 0xD03A16) is known color: Harley Davidson Orange. HEX triplet: D0, 3A and 16. RGB value is (208,58,22). Sum of RGB (Red+Green+Blue) = 208+58+22=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03A16 is #2FC5E9. Grayscale: #636363. Windows color (decimal): -3130858 or 1456848. OLE color: 1456848.
HSL color Cylindrical-coordinate representation of color #D03A16: hue angle of 11.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D03A16 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 22 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.18 |
| HSL | 11.61º | 0.81% | 0.45% | - |
| HSV(B) | 11.61º | 0.89% | 0.82% | - |
| XYZ | 27.67 | 16.49 | 2.48 | - |
| YUV | 98.75 | 84.7 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 22 | 0 | 0.72 | 0.89 | 0.18 | 11.61 | 0.81 | 0.45 |
| Hex | D0 | 3A | 16 | 0 | 48 | 59 | 12 | C | 51 | 2D |
| Octal | 320 | 72 | 26 | 0 | 110 | 131 | 22 | 14 | 121 | 55 |
| Binary | 11010000 | 111010 | 10110 | 0 | 1001000 | 1011001 | 10010 | 1100 | 1010001 | 101101 |
Color Harmonies of #D03A16
Complementary color
Monochromatic Colors of #D03A16
Black with #D03A16
Text Example
Text Example
White with #D03A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A16; }
p { color: rgb(208,58,22); }
H1.HeaderClassName
{
color: #D03A16;
}
.AnyTagClassName
{
color: #D03A16;
}
</style>
background-color css
<style>
a { background-color: #D03A16; }
a { background-color: rgb(208,58,22); }
div.DivClassName
{
background-color: #D03A16;
}
.BgClassName
{
background-color: #D03A16;
}
</style>
border-color css
<style>
span { border-color: #D03A16; }
span { border-color: rgb(208,58,22); }
td.TdClassName
{
border-color: #D03A16;
}
.TagClassName
{
border-color: #D03A16;
}
</style>