Html Css Color HEX #DC2711 Harley Davidson Orange
📋 copy color: '#DC2711'red 220 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #DC2711
Tints of Harley Davidson Orange #DC2711
RGB
CMYK
RGB Variations
Color information
#DC2711 (or 0xDC2711) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 11. RGB value is (220,39,17). Sum of RGB (Red+Green+Blue) = 220+39+17=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2711 is #23D8EE. Grayscale: #5A5A5A. Windows color (decimal): -2349295 or 1124316. OLE color: 1124316.
HSL color Cylindrical-coordinate representation of color #DC2711: hue angle of 6.5º 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 #DC2711 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 17 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.14 |
| HSL | 6.5º | 0.86% | 0.46% | - |
| HSV(B) | 6.5º | 0.92% | 0.86% | - |
| XYZ | 30.34 | 16.71 | 2.16 | - |
| YUV | 90.61 | 86.47 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 17 | 0 | 0.82 | 0.92 | 0.14 | 6.5 | 0.86 | 0.46 |
| Hex | DC | 27 | 11 | 0 | 52 | 5C | E | 7 | 56 | 2E |
| Octal | 334 | 47 | 21 | 0 | 122 | 134 | 16 | 7 | 126 | 56 |
| Binary | 11011100 | 100111 | 10001 | 0 | 1010010 | 1011100 | 1110 | 111 | 1010110 | 101110 |
Color Harmonies of #DC2711
Complementary color
Monochromatic Colors of #DC2711
Black with #DC2711
Text Example
Text Example
White with #DC2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2711; }
p { color: rgb(220,39,17); }
H1.HeaderClassName
{
color: #DC2711;
}
.AnyTagClassName
{
color: #DC2711;
}
</style>
background-color css
<style>
a { background-color: #DC2711; }
a { background-color: rgb(220,39,17); }
div.DivClassName
{
background-color: #DC2711;
}
.BgClassName
{
background-color: #DC2711;
}
</style>
border-color css
<style>
span { border-color: #DC2711; }
span { border-color: rgb(220,39,17); }
td.TdClassName
{
border-color: #DC2711;
}
.TagClassName
{
border-color: #DC2711;
}
</style>