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