Html Css Color HEX #D03D1E Harley Davidson Orange
📋 copy color: '#D03D1E'red 208 ◦ green 61 ◦ blue 30
Shades of Harley Davidson Orange #D03D1E
Tints of Harley Davidson Orange #D03D1E
RGB
CMYK
RGB Variations
Color information
#D03D1E (or 0xD03D1E) is known color: Harley Davidson Orange. HEX triplet: D0, 3D and 1E. RGB value is (208,61,30). Sum of RGB (Red+Green+Blue) = 208+61+30=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D1E is #2FC2E1. Grayscale: #656565. Windows color (decimal): -3130082 or 1981904. OLE color: 1981904.
HSL color Cylindrical-coordinate representation of color #D03D1E: hue angle of 10.45º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D03D1E is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 30 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.18 |
| HSL | 10.45º | 0.75% | 0.47% | - |
| HSV(B) | 10.45º | 0.86% | 0.82% | - |
| XYZ | 27.92 | 16.84 | 3.01 | - |
| YUV | 101.42 | 87.7 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 30 | 0 | 0.71 | 0.86 | 0.18 | 10.45 | 0.75 | 0.47 |
| Hex | D0 | 3D | 1E | 0 | 47 | 56 | 12 | A | 4B | 2F |
| Octal | 320 | 75 | 36 | 0 | 107 | 126 | 22 | 12 | 113 | 57 |
| Binary | 11010000 | 111101 | 11110 | 0 | 1000111 | 1010110 | 10010 | 1010 | 1001011 | 101111 |
Color Harmonies of #D03D1E
Complementary color
Monochromatic Colors of #D03D1E
Black with #D03D1E
Text Example
Text Example
White with #D03D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D1E; }
p { color: rgb(208,61,30); }
H1.HeaderClassName
{
color: #D03D1E;
}
.AnyTagClassName
{
color: #D03D1E;
}
</style>
background-color css
<style>
a { background-color: #D03D1E; }
a { background-color: rgb(208,61,30); }
div.DivClassName
{
background-color: #D03D1E;
}
.BgClassName
{
background-color: #D03D1E;
}
</style>
border-color css
<style>
span { border-color: #D03D1E; }
span { border-color: rgb(208,61,30); }
td.TdClassName
{
border-color: #D03D1E;
}
.TagClassName
{
border-color: #D03D1E;
}
</style>