Html Css Color HEX #D03A0E Harley Davidson Orange
📋 copy color: '#D03A0E'red 208 ◦ green 58 ◦ blue 14
Shades of Harley Davidson Orange #D03A0E
Tints of Harley Davidson Orange #D03A0E
RGB
CMYK
RGB Variations
Color information
#D03A0E (or 0xD03A0E) is known color: Harley Davidson Orange. HEX triplet: D0, 3A and 0E. RGB value is (208,58,14). Sum of RGB (Red+Green+Blue) = 208+58+14=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 58 (23.05% from 255 or 20.71% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D03A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03A0E is #2FC5F1. Grayscale: #626262. Windows color (decimal): -3130866 or 932560. OLE color: 932560.
HSL color Cylindrical-coordinate representation of color #D03A0E: hue angle of 13.61º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D03A0E is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 58 | 14 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.18 |
| HSL | 13.61º | 0.87% | 0.44% | - |
| HSV(B) | 13.61º | 0.93% | 0.82% | - |
| XYZ | 27.6 | 16.47 | 2.14 | - |
| YUV | 97.83 | 80.7 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 58 | 14 | 0 | 0.72 | 0.93 | 0.18 | 13.61 | 0.87 | 0.44 |
| Hex | D0 | 3A | E | 0 | 48 | 5D | 12 | E | 57 | 2C |
| Octal | 320 | 72 | 16 | 0 | 110 | 135 | 22 | 16 | 127 | 54 |
| Binary | 11010000 | 111010 | 1110 | 0 | 1001000 | 1011101 | 10010 | 1110 | 1010111 | 101100 |
Color Harmonies of #D03A0E
Complementary color
Monochromatic Colors of #D03A0E
Black with #D03A0E
Text Example
Text Example
White with #D03A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03A0E; }
p { color: rgb(208,58,14); }
H1.HeaderClassName
{
color: #D03A0E;
}
.AnyTagClassName
{
color: #D03A0E;
}
</style>
background-color css
<style>
a { background-color: #D03A0E; }
a { background-color: rgb(208,58,14); }
div.DivClassName
{
background-color: #D03A0E;
}
.BgClassName
{
background-color: #D03A0E;
}
</style>
border-color css
<style>
span { border-color: #D03A0E; }
span { border-color: rgb(208,58,14); }
td.TdClassName
{
border-color: #D03A0E;
}
.TagClassName
{
border-color: #D03A0E;
}
</style>