Html Css Color HEX #DC4116 Harley Davidson Orange
📋 copy color: '#DC4116'red 220 ◦ green 65 ◦ blue 22
Shades of Harley Davidson Orange #DC4116
Tints of Harley Davidson Orange #DC4116
RGB
CMYK
RGB Variations
Color information
#DC4116 (or 0xDC4116) is known color: Harley Davidson Orange. HEX triplet: DC, 41 and 16. RGB value is (220,65,22). Sum of RGB (Red+Green+Blue) = 220+65+22=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4116 is #23BEE9. Grayscale: #6A6A6A. Windows color (decimal): -2342634 or 1458652. OLE color: 1458652.
HSL color Cylindrical-coordinate representation of color #DC4116: hue angle of 13.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC4116 is Cyan = 0, Magento = 0.70, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 65 | 22 | - |
| CMYK | 0 | 0.70 | 0.9 | 0.14 |
| HSL | 13.03º | 0.82% | 0.47% | - |
| HSV(B) | 13.03º | 0.9% | 0.86% | - |
| XYZ | 31.55 | 19.05 | 2.77 | - |
| YUV | 106.44 | 80.35 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 65 | 22 | 0 | 0.70 | 0.9 | 0.14 | 13.03 | 0.82 | 0.47 |
| Hex | DC | 41 | 16 | 0 | 46 | 5A | E | D | 52 | 2F |
| Octal | 334 | 101 | 26 | 0 | 106 | 132 | 16 | 15 | 122 | 57 |
| Binary | 11011100 | 1000001 | 10110 | 0 | 1000110 | 1011010 | 1110 | 1101 | 1010010 | 101111 |
Color Harmonies of #DC4116
Complementary color
Monochromatic Colors of #DC4116
Black with #DC4116
Text Example
Text Example
White with #DC4116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4116; }
p { color: rgb(220,65,22); }
H1.HeaderClassName
{
color: #DC4116;
}
.AnyTagClassName
{
color: #DC4116;
}
</style>
background-color css
<style>
a { background-color: #DC4116; }
a { background-color: rgb(220,65,22); }
div.DivClassName
{
background-color: #DC4116;
}
.BgClassName
{
background-color: #DC4116;
}
</style>
border-color css
<style>
span { border-color: #DC4116; }
span { border-color: rgb(220,65,22); }
td.TdClassName
{
border-color: #DC4116;
}
.TagClassName
{
border-color: #DC4116;
}
</style>