Html Css Color HEX #DC2006 Harley Davidson Orange
📋 copy color: '#DC2006'red 220 ◦ green 32 ◦ blue 6
Shades of Harley Davidson Orange #DC2006
Tints of Harley Davidson Orange #DC2006
RGB
CMYK
RGB Variations
Color information
#DC2006 (or 0xDC2006) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 06. RGB value is (220,32,6). Sum of RGB (Red+Green+Blue) = 220+32+6=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2006 is #23DFF9. Grayscale: #555555. Windows color (decimal): -2351098 or 401628. OLE color: 401628.
HSL color Cylindrical-coordinate representation of color #DC2006: hue angle of 7.29º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC2006 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 6 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.14 |
| HSL | 7.29º | 0.95% | 0.44% | - |
| HSV(B) | 7.29º | 0.97% | 0.86% | - |
| XYZ | 30.06 | 16.26 | 1.73 | - |
| YUV | 85.25 | 83.28 | 224.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 6 | 0 | 0.85 | 0.97 | 0.14 | 7.29 | 0.95 | 0.44 |
| Hex | DC | 20 | 6 | 0 | 55 | 61 | E | 7 | 5F | 2C |
| Octal | 334 | 40 | 6 | 0 | 125 | 141 | 16 | 7 | 137 | 54 |
| Binary | 11011100 | 100000 | 110 | 0 | 1010101 | 1100001 | 1110 | 111 | 1011111 | 101100 |
Color Harmonies of #DC2006
Complementary color
Monochromatic Colors of #DC2006
Black with #DC2006
Text Example
Text Example
White with #DC2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2006; }
p { color: rgb(220,32,6); }
H1.HeaderClassName
{
color: #DC2006;
}
.AnyTagClassName
{
color: #DC2006;
}
</style>
background-color css
<style>
a { background-color: #DC2006; }
a { background-color: rgb(220,32,6); }
div.DivClassName
{
background-color: #DC2006;
}
.BgClassName
{
background-color: #DC2006;
}
</style>
border-color css
<style>
span { border-color: #DC2006; }
span { border-color: rgb(220,32,6); }
td.TdClassName
{
border-color: #DC2006;
}
.TagClassName
{
border-color: #DC2006;
}
</style>