Html Css Color HEX #DC4211 Harley Davidson Orange
📋 copy color: '#DC4211'red 220 ◦ green 66 ◦ blue 17
Shades of Harley Davidson Orange #DC4211
Tints of Harley Davidson Orange #DC4211
RGB
CMYK
RGB Variations
Color information
#DC4211 (or 0xDC4211) is known color: Harley Davidson Orange. HEX triplet: DC, 42 and 11. RGB value is (220,66,17). Sum of RGB (Red+Green+Blue) = 220+66+17=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4211 is #23BDEE. Grayscale: #6A6A6A. Windows color (decimal): -2342383 or 1131228. OLE color: 1131228.
HSL color Cylindrical-coordinate representation of color #DC4211: hue angle of 14.48º 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 #DC4211 is Cyan = 0, Magento = 0.7, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 17 | - |
| CMYK | 0 | 0.7 | 0.92 | 0.14 |
| HSL | 14.48º | 0.86% | 0.46% | - |
| HSV(B) | 14.48º | 0.92% | 0.86% | - |
| XYZ | 31.56 | 19.15 | 2.56 | - |
| YUV | 106.46 | 77.52 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 17 | 0 | 0.7 | 0.92 | 0.14 | 14.48 | 0.86 | 0.46 |
| Hex | DC | 42 | 11 | 0 | 46 | 5C | E | E | 56 | 2E |
| Octal | 334 | 102 | 21 | 0 | 106 | 134 | 16 | 16 | 126 | 56 |
| Binary | 11011100 | 1000010 | 10001 | 0 | 1000110 | 1011100 | 1110 | 1110 | 1010110 | 101110 |
Color Harmonies of #DC4211
Complementary color
Monochromatic Colors of #DC4211
Black with #DC4211
Text Example
Text Example
White with #DC4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4211; }
p { color: rgb(220,66,17); }
H1.HeaderClassName
{
color: #DC4211;
}
.AnyTagClassName
{
color: #DC4211;
}
</style>
background-color css
<style>
a { background-color: #DC4211; }
a { background-color: rgb(220,66,17); }
div.DivClassName
{
background-color: #DC4211;
}
.BgClassName
{
background-color: #DC4211;
}
</style>
border-color css
<style>
span { border-color: #DC4211; }
span { border-color: rgb(220,66,17); }
td.TdClassName
{
border-color: #DC4211;
}
.TagClassName
{
border-color: #DC4211;
}
</style>