Html Css Color HEX #DC2611 Harley Davidson Orange
📋 copy color: '#DC2611'red 220 ◦ green 38 ◦ blue 17
Shades of Harley Davidson Orange #DC2611
Tints of Harley Davidson Orange #DC2611
RGB
CMYK
RGB Variations
Color information
#DC2611 (or 0xDC2611) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 11. RGB value is (220,38,17). Sum of RGB (Red+Green+Blue) = 220+38+17=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2611 is #23D9EE. Grayscale: #5A5A5A. Windows color (decimal): -2349551 or 1124060. OLE color: 1124060.
HSL color Cylindrical-coordinate representation of color #DC2611: hue angle of 6.21º 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 #DC2611 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 17 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.14 |
| HSL | 6.21º | 0.86% | 0.46% | - |
| HSV(B) | 6.21º | 0.92% | 0.86% | - |
| XYZ | 30.31 | 16.64 | 2.15 | - |
| YUV | 90.02 | 86.8 | 220.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 17 | 0 | 0.83 | 0.92 | 0.14 | 6.21 | 0.86 | 0.46 |
| Hex | DC | 26 | 11 | 0 | 53 | 5C | E | 6 | 56 | 2E |
| Octal | 334 | 46 | 21 | 0 | 123 | 134 | 16 | 6 | 126 | 56 |
| Binary | 11011100 | 100110 | 10001 | 0 | 1010011 | 1011100 | 1110 | 110 | 1010110 | 101110 |
Color Harmonies of #DC2611
Complementary color
Monochromatic Colors of #DC2611
Black with #DC2611
Text Example
Text Example
White with #DC2611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2611; }
p { color: rgb(220,38,17); }
H1.HeaderClassName
{
color: #DC2611;
}
.AnyTagClassName
{
color: #DC2611;
}
</style>
background-color css
<style>
a { background-color: #DC2611; }
a { background-color: rgb(220,38,17); }
div.DivClassName
{
background-color: #DC2611;
}
.BgClassName
{
background-color: #DC2611;
}
</style>
border-color css
<style>
span { border-color: #DC2611; }
span { border-color: rgb(220,38,17); }
td.TdClassName
{
border-color: #DC2611;
}
.TagClassName
{
border-color: #DC2611;
}
</style>