Html Css Color HEX #DC3510 Harley Davidson Orange
📋 copy color: '#DC3510'red 220 ◦ green 53 ◦ blue 16
Shades of Harley Davidson Orange #DC3510
Tints of Harley Davidson Orange #DC3510
RGB
CMYK
RGB Variations
Color information
#DC3510 (or 0xDC3510) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 10. RGB value is (220,53,16). Sum of RGB (Red+Green+Blue) = 220+53+16=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3510 is #23CAEF. Grayscale: #636363. Windows color (decimal): -2345712 or 1062364. OLE color: 1062364.
HSL color Cylindrical-coordinate representation of color #DC3510: hue angle of 10.88º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC3510 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 16 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.14 |
| HSL | 10.88º | 0.86% | 0.46% | - |
| HSV(B) | 10.88º | 0.93% | 0.86% | - |
| XYZ | 30.88 | 17.8 | 2.3 | - |
| YUV | 98.72 | 81.33 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 16 | 0 | 0.76 | 0.93 | 0.14 | 10.88 | 0.86 | 0.46 |
| Hex | DC | 35 | 10 | 0 | 4C | 5D | E | B | 56 | 2E |
| Octal | 334 | 65 | 20 | 0 | 114 | 135 | 16 | 13 | 126 | 56 |
| Binary | 11011100 | 110101 | 10000 | 0 | 1001100 | 1011101 | 1110 | 1011 | 1010110 | 101110 |
Color Harmonies of #DC3510
Complementary color
Monochromatic Colors of #DC3510
Black with #DC3510
Text Example
Text Example
White with #DC3510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3510; }
p { color: rgb(220,53,16); }
H1.HeaderClassName
{
color: #DC3510;
}
.AnyTagClassName
{
color: #DC3510;
}
</style>
background-color css
<style>
a { background-color: #DC3510; }
a { background-color: rgb(220,53,16); }
div.DivClassName
{
background-color: #DC3510;
}
.BgClassName
{
background-color: #DC3510;
}
</style>
border-color css
<style>
span { border-color: #DC3510; }
span { border-color: rgb(220,53,16); }
td.TdClassName
{
border-color: #DC3510;
}
.TagClassName
{
border-color: #DC3510;
}
</style>