Html Css Color HEX #DC4511 Harley Davidson Orange
📋 copy color: '#DC4511'red 220 ◦ green 69 ◦ blue 17
Shades of Harley Davidson Orange #DC4511
Tints of Harley Davidson Orange #DC4511
RGB
CMYK
RGB Variations
Color information
#DC4511 (or 0xDC4511) is known color: Harley Davidson Orange. HEX triplet: DC, 45 and 11. RGB value is (220,69,17). Sum of RGB (Red+Green+Blue) = 220+69+17=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4511 is #23BAEE. Grayscale: #6C6C6C. Windows color (decimal): -2341615 or 1131996. OLE color: 1131996.
HSL color Cylindrical-coordinate representation of color #DC4511: hue angle of 15.37º 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 #DC4511 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 17 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.14 |
| HSL | 15.37º | 0.86% | 0.46% | - |
| HSV(B) | 15.37º | 0.92% | 0.86% | - |
| XYZ | 31.74 | 19.51 | 2.62 | - |
| YUV | 108.22 | 76.53 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 17 | 0 | 0.69 | 0.92 | 0.14 | 15.37 | 0.86 | 0.46 |
| Hex | DC | 45 | 11 | 0 | 45 | 5C | E | F | 56 | 2E |
| Octal | 334 | 105 | 21 | 0 | 105 | 134 | 16 | 17 | 126 | 56 |
| Binary | 11011100 | 1000101 | 10001 | 0 | 1000101 | 1011100 | 1110 | 1111 | 1010110 | 101110 |
Color Harmonies of #DC4511
Complementary color
Monochromatic Colors of #DC4511
Black with #DC4511
Text Example
Text Example
White with #DC4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4511; }
p { color: rgb(220,69,17); }
H1.HeaderClassName
{
color: #DC4511;
}
.AnyTagClassName
{
color: #DC4511;
}
</style>
background-color css
<style>
a { background-color: #DC4511; }
a { background-color: rgb(220,69,17); }
div.DivClassName
{
background-color: #DC4511;
}
.BgClassName
{
background-color: #DC4511;
}
</style>
border-color css
<style>
span { border-color: #DC4511; }
span { border-color: rgb(220,69,17); }
td.TdClassName
{
border-color: #DC4511;
}
.TagClassName
{
border-color: #DC4511;
}
</style>