Html Css Color HEX #D03020 Harley Davidson Orange
📋 copy color: '#D03020'red 208 ◦ green 48 ◦ blue 32
Shades of Harley Davidson Orange #D03020
Tints of Harley Davidson Orange #D03020
RGB
CMYK
RGB Variations
Color information
#D03020 (or 0xD03020) is known color: Harley Davidson Orange. HEX triplet: D0, 30 and 20. RGB value is (208,48,32). Sum of RGB (Red+Green+Blue) = 208+48+32=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D03020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03020 is #2FCFDF. Grayscale: #5E5E5E. Windows color (decimal): -3133408 or 2109648. OLE color: 2109648.
HSL color Cylindrical-coordinate representation of color #D03020: hue angle of 5.45º 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 #D03020 is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 32 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.18 |
| HSL | 5.45º | 0.73% | 0.47% | - |
| HSV(B) | 5.45º | 0.85% | 0.82% | - |
| XYZ | 27.33 | 15.63 | 2.94 | - |
| YUV | 94.02 | 93.01 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 32 | 0 | 0.77 | 0.85 | 0.18 | 5.45 | 0.73 | 0.47 |
| Hex | D0 | 30 | 20 | 0 | 4D | 55 | 12 | 5 | 49 | 2F |
| Octal | 320 | 60 | 40 | 0 | 115 | 125 | 22 | 5 | 111 | 57 |
| Binary | 11010000 | 110000 | 100000 | 0 | 1001101 | 1010101 | 10010 | 101 | 1001001 | 101111 |
Color Harmonies of #D03020
Complementary color
Monochromatic Colors of #D03020
Black with #D03020
Text Example
Text Example
White with #D03020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03020; }
p { color: rgb(208,48,32); }
H1.HeaderClassName
{
color: #D03020;
}
.AnyTagClassName
{
color: #D03020;
}
</style>
background-color css
<style>
a { background-color: #D03020; }
a { background-color: rgb(208,48,32); }
div.DivClassName
{
background-color: #D03020;
}
.BgClassName
{
background-color: #D03020;
}
</style>
border-color css
<style>
span { border-color: #D03020; }
span { border-color: rgb(208,48,32); }
td.TdClassName
{
border-color: #D03020;
}
.TagClassName
{
border-color: #D03020;
}
</style>