Html Css Color HEX #DC4111 Harley Davidson Orange
📋 copy color: '#DC4111'red 220 ◦ green 65 ◦ blue 17
Shades of Harley Davidson Orange #DC4111
Tints of Harley Davidson Orange #DC4111
RGB
CMYK
RGB Variations
Color information
#DC4111 (or 0xDC4111) is known color: Harley Davidson Orange. HEX triplet: DC, 41 and 11. RGB value is (220,65,17). Sum of RGB (Red+Green+Blue) = 220+65+17=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 17 (7.03% from 255 or 5.63% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4111 is #23BEEE. Grayscale: #6A6A6A. Windows color (decimal): -2342639 or 1130972. OLE color: 1130972.
HSL color Cylindrical-coordinate representation of color #DC4111: hue angle of 14.19º 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 #DC4111 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 17 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.14 |
| HSL | 14.19º | 0.86% | 0.46% | - |
| HSV(B) | 14.19º | 0.92% | 0.86% | - |
| XYZ | 31.51 | 19.04 | 2.54 | - |
| YUV | 105.87 | 77.85 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 17 | 0 | 0.70 | 0.92 | 0.14 | 14.19 | 0.86 | 0.46 |
| Hex | DC | 41 | 11 | 0 | 46 | 5C | E | E | 56 | 2E |
| Octal | 334 | 101 | 21 | 0 | 106 | 134 | 16 | 16 | 126 | 56 |
| Binary | 11011100 | 1000001 | 10001 | 0 | 1000110 | 1011100 | 1110 | 1110 | 1010110 | 101110 |
Color Harmonies of #DC4111
Complementary color
Monochromatic Colors of #DC4111
Black with #DC4111
Text Example
Text Example
White with #DC4111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4111; }
p { color: rgb(220,65,17); }
H1.HeaderClassName
{
color: #DC4111;
}
.AnyTagClassName
{
color: #DC4111;
}
</style>
background-color css
<style>
a { background-color: #DC4111; }
a { background-color: rgb(220,65,17); }
div.DivClassName
{
background-color: #DC4111;
}
.BgClassName
{
background-color: #DC4111;
}
</style>
border-color css
<style>
span { border-color: #DC4111; }
span { border-color: rgb(220,65,17); }
td.TdClassName
{
border-color: #DC4111;
}
.TagClassName
{
border-color: #DC4111;
}
</style>