Html Css Color HEX #DC4510 Harley Davidson Orange
📋 copy color: '#DC4510'red 220 ◦ green 69 ◦ blue 16
Shades of Harley Davidson Orange #DC4510
Tints of Harley Davidson Orange #DC4510
RGB
CMYK
RGB Variations
Color information
#DC4510 (or 0xDC4510) is known color: Harley Davidson Orange. HEX triplet: DC, 45 and 10. RGB value is (220,69,16). Sum of RGB (Red+Green+Blue) = 220+69+16=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4510 is #23BAEF. Grayscale: #6C6C6C. Windows color (decimal): -2341616 or 1066460. OLE color: 1066460.
HSL color Cylindrical-coordinate representation of color #DC4510: hue angle of 15.59º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC4510 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 16 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.14 |
| HSL | 15.59º | 0.86% | 0.46% | - |
| HSV(B) | 15.59º | 0.93% | 0.86% | - |
| XYZ | 31.74 | 19.51 | 2.58 | - |
| YUV | 108.11 | 76.03 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 16 | 0 | 0.69 | 0.93 | 0.14 | 15.59 | 0.86 | 0.46 |
| Hex | DC | 45 | 10 | 0 | 45 | 5D | E | 10 | 56 | 2E |
| Octal | 334 | 105 | 20 | 0 | 105 | 135 | 16 | 20 | 126 | 56 |
| Binary | 11011100 | 1000101 | 10000 | 0 | 1000101 | 1011101 | 1110 | 10000 | 1010110 | 101110 |
Color Harmonies of #DC4510
Complementary color
Monochromatic Colors of #DC4510
Black with #DC4510
Text Example
Text Example
White with #DC4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4510; }
p { color: rgb(220,69,16); }
H1.HeaderClassName
{
color: #DC4510;
}
.AnyTagClassName
{
color: #DC4510;
}
</style>
background-color css
<style>
a { background-color: #DC4510; }
a { background-color: rgb(220,69,16); }
div.DivClassName
{
background-color: #DC4510;
}
.BgClassName
{
background-color: #DC4510;
}
</style>
border-color css
<style>
span { border-color: #DC4510; }
span { border-color: rgb(220,69,16); }
td.TdClassName
{
border-color: #DC4510;
}
.TagClassName
{
border-color: #DC4510;
}
</style>