Html Css Color HEX #D03D19 Harley Davidson Orange
📋 copy color: '#D03D19'red 208 ◦ green 61 ◦ blue 25
Shades of Harley Davidson Orange #D03D19
Tints of Harley Davidson Orange #D03D19
RGB
CMYK
RGB Variations
Color information
#D03D19 (or 0xD03D19) is known color: Harley Davidson Orange. HEX triplet: D0, 3D and 19. RGB value is (208,61,25). Sum of RGB (Red+Green+Blue) = 208+61+25=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03D19 is #2FC2E6. Grayscale: #656565. Windows color (decimal): -3130087 or 1654224. OLE color: 1654224.
HSL color Cylindrical-coordinate representation of color #D03D19: hue angle of 11.8º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D03D19 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 25 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.18 |
| HSL | 11.8º | 0.79% | 0.46% | - |
| HSV(B) | 11.8º | 0.88% | 0.82% | - |
| XYZ | 27.86 | 16.82 | 2.7 | - |
| YUV | 100.85 | 85.2 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 25 | 0 | 0.71 | 0.88 | 0.18 | 11.8 | 0.79 | 0.46 |
| Hex | D0 | 3D | 19 | 0 | 47 | 58 | 12 | C | 4F | 2E |
| Octal | 320 | 75 | 31 | 0 | 107 | 130 | 22 | 14 | 117 | 56 |
| Binary | 11010000 | 111101 | 11001 | 0 | 1000111 | 1011000 | 10010 | 1100 | 1001111 | 101110 |
Color Harmonies of #D03D19
Complementary color
Monochromatic Colors of #D03D19
Black with #D03D19
Text Example
Text Example
White with #D03D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D19; }
p { color: rgb(208,61,25); }
H1.HeaderClassName
{
color: #D03D19;
}
.AnyTagClassName
{
color: #D03D19;
}
</style>
background-color css
<style>
a { background-color: #D03D19; }
a { background-color: rgb(208,61,25); }
div.DivClassName
{
background-color: #D03D19;
}
.BgClassName
{
background-color: #D03D19;
}
</style>
border-color css
<style>
span { border-color: #D03D19; }
span { border-color: rgb(208,61,25); }
td.TdClassName
{
border-color: #D03D19;
}
.TagClassName
{
border-color: #D03D19;
}
</style>