Html Css Color HEX #DC2009 Harley Davidson Orange
📋 copy color: '#DC2009'red 220 ◦ green 32 ◦ blue 9
Shades of Harley Davidson Orange #DC2009
Tints of Harley Davidson Orange #DC2009
RGB
CMYK
RGB Variations
Color information
#DC2009 (or 0xDC2009) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 09. RGB value is (220,32,9). Sum of RGB (Red+Green+Blue) = 220+32+9=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2009 is #23DFF6. Grayscale: #555555. Windows color (decimal): -2351095 or 598236. OLE color: 598236.
HSL color Cylindrical-coordinate representation of color #DC2009: hue angle of 6.54º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC2009 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.14 |
| HSL | 6.54º | 0.92% | 0.45% | - |
| HSV(B) | 6.54º | 0.96% | 0.86% | - |
| XYZ | 30.08 | 16.27 | 1.81 | - |
| YUV | 85.59 | 84.78 | 223.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 9 | 0 | 0.85 | 0.96 | 0.14 | 6.54 | 0.92 | 0.45 |
| Hex | DC | 20 | 9 | 0 | 55 | 60 | E | 7 | 5C | 2D |
| Octal | 334 | 40 | 11 | 0 | 125 | 140 | 16 | 7 | 134 | 55 |
| Binary | 11011100 | 100000 | 1001 | 0 | 1010101 | 1100000 | 1110 | 111 | 1011100 | 101101 |
Color Harmonies of #DC2009
Complementary color
Monochromatic Colors of #DC2009
Black with #DC2009
Text Example
Text Example
White with #DC2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2009; }
p { color: rgb(220,32,9); }
H1.HeaderClassName
{
color: #DC2009;
}
.AnyTagClassName
{
color: #DC2009;
}
</style>
background-color css
<style>
a { background-color: #DC2009; }
a { background-color: rgb(220,32,9); }
div.DivClassName
{
background-color: #DC2009;
}
.BgClassName
{
background-color: #DC2009;
}
</style>
border-color css
<style>
span { border-color: #DC2009; }
span { border-color: rgb(220,32,9); }
td.TdClassName
{
border-color: #DC2009;
}
.TagClassName
{
border-color: #DC2009;
}
</style>