Html Css Color HEX #DC3110 Harley Davidson Orange
📋 copy color: '#DC3110'red 220 ◦ green 49 ◦ blue 16
Shades of Harley Davidson Orange #DC3110
Tints of Harley Davidson Orange #DC3110
RGB
CMYK
RGB Variations
Color information
#DC3110 (or 0xDC3110) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 10. RGB value is (220,49,16). Sum of RGB (Red+Green+Blue) = 220+49+16=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3110 is #23CEEF. Grayscale: #606060. Windows color (decimal): -2346736 or 1061340. OLE color: 1061340.
HSL color Cylindrical-coordinate representation of color #DC3110: hue angle of 9.71º 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 #DC3110 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.14 |
| HSL | 9.71º | 0.86% | 0.46% | - |
| HSV(B) | 9.71º | 0.93% | 0.86% | - |
| XYZ | 30.71 | 17.45 | 2.24 | - |
| YUV | 96.37 | 82.65 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 16 | 0 | 0.78 | 0.93 | 0.14 | 9.71 | 0.86 | 0.46 |
| Hex | DC | 31 | 10 | 0 | 4E | 5D | E | A | 56 | 2E |
| Octal | 334 | 61 | 20 | 0 | 116 | 135 | 16 | 12 | 126 | 56 |
| Binary | 11011100 | 110001 | 10000 | 0 | 1001110 | 1011101 | 1110 | 1010 | 1010110 | 101110 |
Color Harmonies of #DC3110
Complementary color
Monochromatic Colors of #DC3110
Black with #DC3110
Text Example
Text Example
White with #DC3110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3110; }
p { color: rgb(220,49,16); }
H1.HeaderClassName
{
color: #DC3110;
}
.AnyTagClassName
{
color: #DC3110;
}
</style>
background-color css
<style>
a { background-color: #DC3110; }
a { background-color: rgb(220,49,16); }
div.DivClassName
{
background-color: #DC3110;
}
.BgClassName
{
background-color: #DC3110;
}
</style>
border-color css
<style>
span { border-color: #DC3110; }
span { border-color: rgb(220,49,16); }
td.TdClassName
{
border-color: #DC3110;
}
.TagClassName
{
border-color: #DC3110;
}
</style>