Html Css Color HEX #D03D00 Harley Davidson Orange
📋 copy color: '#D03D00'red 208 ◦ green 61 ◦ blue 0
Shades of Harley Davidson Orange #D03D00
Tints of Harley Davidson Orange #D03D00
RGB
CMYK
RGB Variations
Color information
#D03D00 (or 0xD03D00) is known color: Harley Davidson Orange. HEX triplet: D0, 3D and 00. RGB value is (208,61,0). Sum of RGB (Red+Green+Blue) = 208+61+0=269 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.32% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03D00 is #2FC2FF. Grayscale: #626262. Windows color (decimal): -3130112 or 15824. OLE color: 15824.
HSL color Cylindrical-coordinate representation of color #D03D00: hue angle of 17.6º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D03D00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.18 |
| HSL | 17.6º | 1% | 0.41% | - |
| HSV(B) | 17.6º | 1% | 0.82% | - |
| XYZ | 27.68 | 16.75 | 1.77 | - |
| YUV | 98 | 72.7 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 0 | 0 | 0.71 | 1 | 0.18 | 17.6 | 1 | 0.41 |
| Hex | D0 | 3D | 0 | 0 | 47 | 64 | 12 | 12 | 64 | 29 |
| Octal | 320 | 75 | 0 | 0 | 107 | 144 | 22 | 22 | 144 | 51 |
| Binary | 11010000 | 111101 | 0 | 0 | 1000111 | 1100100 | 10010 | 10010 | 1100100 | 101001 |
Color Harmonies of #D03D00
Complementary color
Monochromatic Colors of #D03D00
Black with #D03D00
Text Example
Text Example
White with #D03D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D00; }
p { color: rgb(208,61,0); }
H1.HeaderClassName
{
color: #D03D00;
}
.AnyTagClassName
{
color: #D03D00;
}
</style>
background-color css
<style>
a { background-color: #D03D00; }
a { background-color: rgb(208,61,0); }
div.DivClassName
{
background-color: #D03D00;
}
.BgClassName
{
background-color: #D03D00;
}
</style>
border-color css
<style>
span { border-color: #D03D00; }
span { border-color: rgb(208,61,0); }
td.TdClassName
{
border-color: #D03D00;
}
.TagClassName
{
border-color: #D03D00;
}
</style>