Html Css Color HEX #D03120 Harley Davidson Orange
📋 copy color: '#D03120'red 208 ◦ green 49 ◦ blue 32
Shades of Harley Davidson Orange #D03120
Tints of Harley Davidson Orange #D03120
RGB
CMYK
RGB Variations
Color information
#D03120 (or 0xD03120) is known color: Harley Davidson Orange. HEX triplet: D0, 31 and 20. RGB value is (208,49,32). Sum of RGB (Red+Green+Blue) = 208+49+32=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D03120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03120 is #2FCEDF. Grayscale: #5E5E5E. Windows color (decimal): -3133152 or 2109904. OLE color: 2109904.
HSL color Cylindrical-coordinate representation of color #D03120: hue angle of 5.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D03120 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 32 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.18 |
| HSL | 5.8º | 0.73% | 0.47% | - |
| HSV(B) | 5.8º | 0.85% | 0.82% | - |
| XYZ | 27.37 | 15.71 | 2.96 | - |
| YUV | 94.6 | 92.68 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 32 | 0 | 0.76 | 0.85 | 0.18 | 5.8 | 0.73 | 0.47 |
| Hex | D0 | 31 | 20 | 0 | 4C | 55 | 12 | 6 | 49 | 2F |
| Octal | 320 | 61 | 40 | 0 | 114 | 125 | 22 | 6 | 111 | 57 |
| Binary | 11010000 | 110001 | 100000 | 0 | 1001100 | 1010101 | 10010 | 110 | 1001001 | 101111 |
Color Harmonies of #D03120
Complementary color
Monochromatic Colors of #D03120
Black with #D03120
Text Example
Text Example
White with #D03120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03120; }
p { color: rgb(208,49,32); }
H1.HeaderClassName
{
color: #D03120;
}
.AnyTagClassName
{
color: #D03120;
}
</style>
background-color css
<style>
a { background-color: #D03120; }
a { background-color: rgb(208,49,32); }
div.DivClassName
{
background-color: #D03120;
}
.BgClassName
{
background-color: #D03120;
}
</style>
border-color css
<style>
span { border-color: #D03120; }
span { border-color: rgb(208,49,32); }
td.TdClassName
{
border-color: #D03120;
}
.TagClassName
{
border-color: #D03120;
}
</style>