Html Css Color HEX #DC3520 Harley Davidson Orange
📋 copy color: '#DC3520'red 220 ◦ green 53 ◦ blue 32
Shades of Harley Davidson Orange #DC3520
Tints of Harley Davidson Orange #DC3520
RGB
CMYK
RGB Variations
Color information
#DC3520 (or 0xDC3520) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 20. RGB value is (220,53,32). Sum of RGB (Red+Green+Blue) = 220+53+32=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3520 is #23CADF. Grayscale: #646464. Windows color (decimal): -2345696 or 2110940. OLE color: 2110940.
HSL color Cylindrical-coordinate representation of color #DC3520: hue angle of 6.7º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC3520 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 32 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.14 |
| HSL | 6.7º | 0.75% | 0.49% | - |
| HSV(B) | 6.7º | 0.85% | 0.86% | - |
| XYZ | 31.05 | 17.87 | 3.18 | - |
| YUV | 100.54 | 89.33 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 32 | 0 | 0.76 | 0.85 | 0.14 | 6.7 | 0.75 | 0.49 |
| Hex | DC | 35 | 20 | 0 | 4C | 55 | E | 7 | 4B | 31 |
| Octal | 334 | 65 | 40 | 0 | 114 | 125 | 16 | 7 | 113 | 61 |
| Binary | 11011100 | 110101 | 100000 | 0 | 1001100 | 1010101 | 1110 | 111 | 1001011 | 110001 |
Color Harmonies of #DC3520
Complementary color
Monochromatic Colors of #DC3520
Black with #DC3520
Text Example
Text Example
White with #DC3520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3520; }
p { color: rgb(220,53,32); }
H1.HeaderClassName
{
color: #DC3520;
}
.AnyTagClassName
{
color: #DC3520;
}
</style>
background-color css
<style>
a { background-color: #DC3520; }
a { background-color: rgb(220,53,32); }
div.DivClassName
{
background-color: #DC3520;
}
.BgClassName
{
background-color: #DC3520;
}
</style>
border-color css
<style>
span { border-color: #DC3520; }
span { border-color: rgb(220,53,32); }
td.TdClassName
{
border-color: #DC3520;
}
.TagClassName
{
border-color: #DC3520;
}
</style>