Html Css Color HEX #DC4611 Harley Davidson Orange
📋 copy color: '#DC4611'red 220 ◦ green 70 ◦ blue 17
Shades of Harley Davidson Orange #DC4611
Tints of Harley Davidson Orange #DC4611
RGB
CMYK
RGB Variations
Color information
#DC4611 (or 0xDC4611) is known color: Harley Davidson Orange. HEX triplet: DC, 46 and 11. RGB value is (220,70,17). Sum of RGB (Red+Green+Blue) = 220+70+17=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4611 is #23B9EE. Grayscale: #6D6D6D. Windows color (decimal): -2341359 or 1132252. OLE color: 1132252.
HSL color Cylindrical-coordinate representation of color #DC4611: hue angle of 15.67º 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 #DC4611 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 70 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.14 |
| HSL | 15.67º | 0.86% | 0.46% | - |
| HSV(B) | 15.67º | 0.92% | 0.86% | - |
| XYZ | 31.81 | 19.64 | 2.64 | - |
| YUV | 108.81 | 76.2 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 70 | 17 | 0 | 0.68 | 0.92 | 0.14 | 15.67 | 0.86 | 0.46 |
| Hex | DC | 46 | 11 | 0 | 44 | 5C | E | 10 | 56 | 2E |
| Octal | 334 | 106 | 21 | 0 | 104 | 134 | 16 | 20 | 126 | 56 |
| Binary | 11011100 | 1000110 | 10001 | 0 | 1000100 | 1011100 | 1110 | 10000 | 1010110 | 101110 |
Color Harmonies of #DC4611
Complementary color
Monochromatic Colors of #DC4611
Black with #DC4611
Text Example
Text Example
White with #DC4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4611; }
p { color: rgb(220,70,17); }
H1.HeaderClassName
{
color: #DC4611;
}
.AnyTagClassName
{
color: #DC4611;
}
</style>
background-color css
<style>
a { background-color: #DC4611; }
a { background-color: rgb(220,70,17); }
div.DivClassName
{
background-color: #DC4611;
}
.BgClassName
{
background-color: #DC4611;
}
</style>
border-color css
<style>
span { border-color: #DC4611; }
span { border-color: rgb(220,70,17); }
td.TdClassName
{
border-color: #DC4611;
}
.TagClassName
{
border-color: #DC4611;
}
</style>