Html Css Color HEX #D03D1D Harley Davidson Orange
📋 copy color: '#D03D1D'red 208 ◦ green 61 ◦ blue 29
Shades of Harley Davidson Orange #D03D1D
Tints of Harley Davidson Orange #D03D1D
RGB
CMYK
RGB Variations
Color information
#D03D1D (or 0xD03D1D) is known color: Harley Davidson Orange. HEX triplet: D0, 3D and 1D. RGB value is (208,61,29). Sum of RGB (Red+Green+Blue) = 208+61+29=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 61 (24.22% from 255 or 20.47% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D1D is #2FC2E2. Grayscale: #656565. Windows color (decimal): -3130083 or 1916368. OLE color: 1916368.
HSL color Cylindrical-coordinate representation of color #D03D1D: hue angle of 10.73º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D03D1D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 29 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.18 |
| HSL | 10.73º | 0.76% | 0.46% | - |
| HSV(B) | 10.73º | 0.86% | 0.82% | - |
| XYZ | 27.9 | 16.84 | 2.94 | - |
| YUV | 101.31 | 87.2 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 29 | 0 | 0.71 | 0.86 | 0.18 | 10.73 | 0.76 | 0.46 |
| Hex | D0 | 3D | 1D | 0 | 47 | 56 | 12 | B | 4C | 2E |
| Octal | 320 | 75 | 35 | 0 | 107 | 126 | 22 | 13 | 114 | 56 |
| Binary | 11010000 | 111101 | 11101 | 0 | 1000111 | 1010110 | 10010 | 1011 | 1001100 | 101110 |
Color Harmonies of #D03D1D
Complementary color
Monochromatic Colors of #D03D1D
Black with #D03D1D
Text Example
Text Example
White with #D03D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D1D; }
p { color: rgb(208,61,29); }
H1.HeaderClassName
{
color: #D03D1D;
}
.AnyTagClassName
{
color: #D03D1D;
}
</style>
background-color css
<style>
a { background-color: #D03D1D; }
a { background-color: rgb(208,61,29); }
div.DivClassName
{
background-color: #D03D1D;
}
.BgClassName
{
background-color: #D03D1D;
}
</style>
border-color css
<style>
span { border-color: #D03D1D; }
span { border-color: rgb(208,61,29); }
td.TdClassName
{
border-color: #D03D1D;
}
.TagClassName
{
border-color: #D03D1D;
}
</style>