Html Css Color HEX #DC1711 Harley Davidson Orange
📋 copy color: '#DC1711'red 220 ◦ green 23 ◦ blue 17
Shades of Harley Davidson Orange #DC1711
Tints of Harley Davidson Orange #DC1711
RGB
CMYK
RGB Variations
Color information
#DC1711 (or 0xDC1711) is known color: Harley Davidson Orange. HEX triplet: DC, 17 and 11. RGB value is (220,23,17). Sum of RGB (Red+Green+Blue) = 220+23+17=260 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.62% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1711 is #23E8EE. Grayscale: #515151. Windows color (decimal): -2353391 or 1120220. OLE color: 1120220.
HSL color Cylindrical-coordinate representation of color #DC1711: hue angle of 1.77º 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 #DC1711 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 17 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.14 |
| HSL | 1.77º | 0.86% | 0.46% | - |
| HSV(B) | 1.77º | 0.92% | 0.86% | - |
| XYZ | 29.92 | 15.87 | 2.02 | - |
| YUV | 81.22 | 91.77 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 17 | 0 | 0.90 | 0.92 | 0.14 | 1.77 | 0.86 | 0.46 |
| Hex | DC | 17 | 11 | 0 | 5A | 5C | E | 2 | 56 | 2E |
| Octal | 334 | 27 | 21 | 0 | 132 | 134 | 16 | 2 | 126 | 56 |
| Binary | 11011100 | 10111 | 10001 | 0 | 1011010 | 1011100 | 1110 | 10 | 1010110 | 101110 |
Color Harmonies of #DC1711
Complementary color
Monochromatic Colors of #DC1711
Black with #DC1711
Text Example
Text Example
White with #DC1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1711; }
p { color: rgb(220,23,17); }
H1.HeaderClassName
{
color: #DC1711;
}
.AnyTagClassName
{
color: #DC1711;
}
</style>
background-color css
<style>
a { background-color: #DC1711; }
a { background-color: rgb(220,23,17); }
div.DivClassName
{
background-color: #DC1711;
}
.BgClassName
{
background-color: #DC1711;
}
</style>
border-color css
<style>
span { border-color: #DC1711; }
span { border-color: rgb(220,23,17); }
td.TdClassName
{
border-color: #DC1711;
}
.TagClassName
{
border-color: #DC1711;
}
</style>