Html Css Color HEX #DC2012 Harley Davidson Orange
📋 copy color: '#DC2012'red 220 ◦ green 32 ◦ blue 18
Shades of Harley Davidson Orange #DC2012
Tints of Harley Davidson Orange #DC2012
RGB
CMYK
RGB Variations
Color information
#DC2012 (or 0xDC2012) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 12. RGB value is (220,32,18). Sum of RGB (Red+Green+Blue) = 220+32+18=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2012 is #23DFED. Grayscale: #565656. Windows color (decimal): -2351086 or 1188060. OLE color: 1188060.
HSL color Cylindrical-coordinate representation of color #DC2012: hue angle of 4.16º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC2012 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 18 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.14 |
| HSL | 4.16º | 0.85% | 0.47% | - |
| HSV(B) | 4.16º | 0.92% | 0.86% | - |
| XYZ | 30.14 | 16.29 | 2.13 | - |
| YUV | 86.62 | 89.28 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 18 | 0 | 0.85 | 0.92 | 0.14 | 4.16 | 0.85 | 0.47 |
| Hex | DC | 20 | 12 | 0 | 55 | 5C | E | 4 | 55 | 2F |
| Octal | 334 | 40 | 22 | 0 | 125 | 134 | 16 | 4 | 125 | 57 |
| Binary | 11011100 | 100000 | 10010 | 0 | 1010101 | 1011100 | 1110 | 100 | 1010101 | 101111 |
Color Harmonies of #DC2012
Complementary color
Monochromatic Colors of #DC2012
Black with #DC2012
Text Example
Text Example
White with #DC2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2012; }
p { color: rgb(220,32,18); }
H1.HeaderClassName
{
color: #DC2012;
}
.AnyTagClassName
{
color: #DC2012;
}
</style>
background-color css
<style>
a { background-color: #DC2012; }
a { background-color: rgb(220,32,18); }
div.DivClassName
{
background-color: #DC2012;
}
.BgClassName
{
background-color: #DC2012;
}
</style>
border-color css
<style>
span { border-color: #DC2012; }
span { border-color: rgb(220,32,18); }
td.TdClassName
{
border-color: #DC2012;
}
.TagClassName
{
border-color: #DC2012;
}
</style>