Html Css Color HEX #DC2013 Harley Davidson Orange
📋 copy color: '#DC2013'red 220 ◦ green 32 ◦ blue 19
Shades of Harley Davidson Orange #DC2013
Tints of Harley Davidson Orange #DC2013
RGB
CMYK
RGB Variations
Color information
#DC2013 (or 0xDC2013) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 13. RGB value is (220,32,19). Sum of RGB (Red+Green+Blue) = 220+32+19=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2013 is #23DFEC. Grayscale: #565656. Windows color (decimal): -2351085 or 1253596. OLE color: 1253596.
HSL color Cylindrical-coordinate representation of color #DC2013: hue angle of 3.88º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC2013 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.14 |
| HSL | 3.88º | 0.84% | 0.47% | - |
| HSV(B) | 3.88º | 0.91% | 0.86% | - |
| XYZ | 30.15 | 16.3 | 2.17 | - |
| YUV | 86.73 | 89.78 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 19 | 0 | 0.85 | 0.91 | 0.14 | 3.88 | 0.84 | 0.47 |
| Hex | DC | 20 | 13 | 0 | 55 | 5B | E | 4 | 54 | 2F |
| Octal | 334 | 40 | 23 | 0 | 125 | 133 | 16 | 4 | 124 | 57 |
| Binary | 11011100 | 100000 | 10011 | 0 | 1010101 | 1011011 | 1110 | 100 | 1010100 | 101111 |
Color Harmonies of #DC2013
Complementary color
Monochromatic Colors of #DC2013
Black with #DC2013
Text Example
Text Example
White with #DC2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2013; }
p { color: rgb(220,32,19); }
H1.HeaderClassName
{
color: #DC2013;
}
.AnyTagClassName
{
color: #DC2013;
}
</style>
background-color css
<style>
a { background-color: #DC2013; }
a { background-color: rgb(220,32,19); }
div.DivClassName
{
background-color: #DC2013;
}
.BgClassName
{
background-color: #DC2013;
}
</style>
border-color css
<style>
span { border-color: #DC2013; }
span { border-color: rgb(220,32,19); }
td.TdClassName
{
border-color: #DC2013;
}
.TagClassName
{
border-color: #DC2013;
}
</style>