Html Css Color HEX #DC2011 Harley Davidson Orange
📋 copy color: '#DC2011'red 220 ◦ green 32 ◦ blue 17
Shades of Harley Davidson Orange #DC2011
Tints of Harley Davidson Orange #DC2011
RGB
CMYK
RGB Variations
Color information
#DC2011 (or 0xDC2011) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 11. RGB value is (220,32,17). Sum of RGB (Red+Green+Blue) = 220+32+17=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2011 is #23DFEE. Grayscale: #565656. Windows color (decimal): -2351087 or 1122524. OLE color: 1122524.
HSL color Cylindrical-coordinate representation of color #DC2011: hue angle of 4.43º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC2011 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 17 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.14 |
| HSL | 4.43º | 0.86% | 0.46% | - |
| HSV(B) | 4.43º | 0.92% | 0.86% | - |
| XYZ | 30.13 | 16.29 | 2.09 | - |
| YUV | 86.5 | 88.78 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 17 | 0 | 0.85 | 0.92 | 0.14 | 4.43 | 0.86 | 0.46 |
| Hex | DC | 20 | 11 | 0 | 55 | 5C | E | 4 | 56 | 2E |
| Octal | 334 | 40 | 21 | 0 | 125 | 134 | 16 | 4 | 126 | 56 |
| Binary | 11011100 | 100000 | 10001 | 0 | 1010101 | 1011100 | 1110 | 100 | 1010110 | 101110 |
Color Harmonies of #DC2011
Complementary color
Monochromatic Colors of #DC2011
Black with #DC2011
Text Example
Text Example
White with #DC2011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2011; }
p { color: rgb(220,32,17); }
H1.HeaderClassName
{
color: #DC2011;
}
.AnyTagClassName
{
color: #DC2011;
}
</style>
background-color css
<style>
a { background-color: #DC2011; }
a { background-color: rgb(220,32,17); }
div.DivClassName
{
background-color: #DC2011;
}
.BgClassName
{
background-color: #DC2011;
}
</style>
border-color css
<style>
span { border-color: #DC2011; }
span { border-color: rgb(220,32,17); }
td.TdClassName
{
border-color: #DC2011;
}
.TagClassName
{
border-color: #DC2011;
}
</style>