Html Css Color HEX #DC2109 Harley Davidson Orange
📋 copy color: '#DC2109'red 220 ◦ green 33 ◦ blue 9
Shades of Harley Davidson Orange #DC2109
Tints of Harley Davidson Orange #DC2109
RGB
CMYK
RGB Variations
Color information
#DC2109 (or 0xDC2109) is known color: Harley Davidson Orange. HEX triplet: DC, 21 and 09. RGB value is (220,33,9). Sum of RGB (Red+Green+Blue) = 220+33+9=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2109 is #23DEF6. Grayscale: #565656. Windows color (decimal): -2350839 or 598492. OLE color: 598492.
HSL color Cylindrical-coordinate representation of color #DC2109: hue angle of 6.82º 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 #DC2109 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 9 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.14 |
| HSL | 6.82º | 0.92% | 0.45% | - |
| HSV(B) | 6.82º | 0.96% | 0.86% | - |
| XYZ | 30.11 | 16.32 | 1.82 | - |
| YUV | 86.18 | 84.45 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 9 | 0 | 0.85 | 0.96 | 0.14 | 6.82 | 0.92 | 0.45 |
| Hex | DC | 21 | 9 | 0 | 55 | 60 | E | 7 | 5C | 2D |
| Octal | 334 | 41 | 11 | 0 | 125 | 140 | 16 | 7 | 134 | 55 |
| Binary | 11011100 | 100001 | 1001 | 0 | 1010101 | 1100000 | 1110 | 111 | 1011100 | 101101 |
Color Harmonies of #DC2109
Complementary color
Monochromatic Colors of #DC2109
Black with #DC2109
Text Example
Text Example
White with #DC2109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2109; }
p { color: rgb(220,33,9); }
H1.HeaderClassName
{
color: #DC2109;
}
.AnyTagClassName
{
color: #DC2109;
}
</style>
background-color css
<style>
a { background-color: #DC2109; }
a { background-color: rgb(220,33,9); }
div.DivClassName
{
background-color: #DC2109;
}
.BgClassName
{
background-color: #DC2109;
}
</style>
border-color css
<style>
span { border-color: #DC2109; }
span { border-color: rgb(220,33,9); }
td.TdClassName
{
border-color: #DC2109;
}
.TagClassName
{
border-color: #DC2109;
}
</style>