Html Css Color HEX #DC2B11 Harley Davidson Orange
📋 copy color: '#DC2B11'red 220 ◦ green 43 ◦ blue 17
Shades of Harley Davidson Orange #DC2B11
Tints of Harley Davidson Orange #DC2B11
RGB
CMYK
RGB Variations
Color information
#DC2B11 (or 0xDC2B11) is known color: Harley Davidson Orange. HEX triplet: DC, 2B and 11. RGB value is (220,43,17). Sum of RGB (Red+Green+Blue) = 220+43+17=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2B11 is #23D4EE. Grayscale: #5D5D5D. Windows color (decimal): -2348271 or 1125340. OLE color: 1125340.
HSL color Cylindrical-coordinate representation of color #DC2B11: hue angle of 7.68º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC2B11 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 17 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.14 |
| HSL | 7.68º | 0.86% | 0.46% | - |
| HSV(B) | 7.68º | 0.92% | 0.86% | - |
| XYZ | 30.48 | 16.98 | 2.2 | - |
| YUV | 92.96 | 85.14 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 17 | 0 | 0.80 | 0.92 | 0.14 | 7.68 | 0.86 | 0.46 |
| Hex | DC | 2B | 11 | 0 | 50 | 5C | E | 8 | 56 | 2E |
| Octal | 334 | 53 | 21 | 0 | 120 | 134 | 16 | 10 | 126 | 56 |
| Binary | 11011100 | 101011 | 10001 | 0 | 1010000 | 1011100 | 1110 | 1000 | 1010110 | 101110 |
Color Harmonies of #DC2B11
Complementary color
Monochromatic Colors of #DC2B11
Black with #DC2B11
Text Example
Text Example
White with #DC2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B11; }
p { color: rgb(220,43,17); }
H1.HeaderClassName
{
color: #DC2B11;
}
.AnyTagClassName
{
color: #DC2B11;
}
</style>
background-color css
<style>
a { background-color: #DC2B11; }
a { background-color: rgb(220,43,17); }
div.DivClassName
{
background-color: #DC2B11;
}
.BgClassName
{
background-color: #DC2B11;
}
</style>
border-color css
<style>
span { border-color: #DC2B11; }
span { border-color: rgb(220,43,17); }
td.TdClassName
{
border-color: #DC2B11;
}
.TagClassName
{
border-color: #DC2B11;
}
</style>