Html Css Color HEX #DC3511 Harley Davidson Orange
📋 copy color: '#DC3511'red 220 ◦ green 53 ◦ blue 17
Shades of Harley Davidson Orange #DC3511
Tints of Harley Davidson Orange #DC3511
RGB
CMYK
RGB Variations
Color information
#DC3511 (or 0xDC3511) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 11. RGB value is (220,53,17). Sum of RGB (Red+Green+Blue) = 220+53+17=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3511 is #23CAEE. Grayscale: #636363. Windows color (decimal): -2345711 or 1127900. OLE color: 1127900.
HSL color Cylindrical-coordinate representation of color #DC3511: hue angle of 10.64º 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 #DC3511 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 17 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.14 |
| HSL | 10.64º | 0.86% | 0.46% | - |
| HSV(B) | 10.64º | 0.92% | 0.86% | - |
| XYZ | 30.89 | 17.8 | 2.34 | - |
| YUV | 98.83 | 81.83 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 17 | 0 | 0.76 | 0.92 | 0.14 | 10.64 | 0.86 | 0.46 |
| Hex | DC | 35 | 11 | 0 | 4C | 5C | E | B | 56 | 2E |
| Octal | 334 | 65 | 21 | 0 | 114 | 134 | 16 | 13 | 126 | 56 |
| Binary | 11011100 | 110101 | 10001 | 0 | 1001100 | 1011100 | 1110 | 1011 | 1010110 | 101110 |
Color Harmonies of #DC3511
Complementary color
Monochromatic Colors of #DC3511
Black with #DC3511
Text Example
Text Example
White with #DC3511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3511; }
p { color: rgb(220,53,17); }
H1.HeaderClassName
{
color: #DC3511;
}
.AnyTagClassName
{
color: #DC3511;
}
</style>
background-color css
<style>
a { background-color: #DC3511; }
a { background-color: rgb(220,53,17); }
div.DivClassName
{
background-color: #DC3511;
}
.BgClassName
{
background-color: #DC3511;
}
</style>
border-color css
<style>
span { border-color: #DC3511; }
span { border-color: rgb(220,53,17); }
td.TdClassName
{
border-color: #DC3511;
}
.TagClassName
{
border-color: #DC3511;
}
</style>