Html Css Color HEX #DC4010 Harley Davidson Orange
📋 copy color: '#DC4010'red 220 ◦ green 64 ◦ blue 16
Shades of Harley Davidson Orange #DC4010
Tints of Harley Davidson Orange #DC4010
RGB
CMYK
RGB Variations
Color information
#DC4010 (or 0xDC4010) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 10. RGB value is (220,64,16). Sum of RGB (Red+Green+Blue) = 220+64+16=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4010 is #23BFEF. Grayscale: #696969. Windows color (decimal): -2342896 or 1065180. OLE color: 1065180.
HSL color Cylindrical-coordinate representation of color #DC4010: hue angle of 14.12º 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 #DC4010 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 64 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.14 |
| HSL | 14.12º | 0.86% | 0.46% | - |
| HSV(B) | 14.12º | 0.93% | 0.86% | - |
| XYZ | 31.44 | 18.92 | 2.48 | - |
| YUV | 105.17 | 77.68 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 64 | 16 | 0 | 0.71 | 0.93 | 0.14 | 14.12 | 0.86 | 0.46 |
| Hex | DC | 40 | 10 | 0 | 47 | 5D | E | E | 56 | 2E |
| Octal | 334 | 100 | 20 | 0 | 107 | 135 | 16 | 16 | 126 | 56 |
| Binary | 11011100 | 1000000 | 10000 | 0 | 1000111 | 1011101 | 1110 | 1110 | 1010110 | 101110 |
Color Harmonies of #DC4010
Complementary color
Monochromatic Colors of #DC4010
Black with #DC4010
Text Example
Text Example
White with #DC4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4010; }
p { color: rgb(220,64,16); }
H1.HeaderClassName
{
color: #DC4010;
}
.AnyTagClassName
{
color: #DC4010;
}
</style>
background-color css
<style>
a { background-color: #DC4010; }
a { background-color: rgb(220,64,16); }
div.DivClassName
{
background-color: #DC4010;
}
.BgClassName
{
background-color: #DC4010;
}
</style>
border-color css
<style>
span { border-color: #DC4010; }
span { border-color: rgb(220,64,16); }
td.TdClassName
{
border-color: #DC4010;
}
.TagClassName
{
border-color: #DC4010;
}
</style>