Html Css Color HEX #DC3710 Harley Davidson Orange
📋 copy color: '#DC3710'red 220 ◦ green 55 ◦ blue 16
Shades of Harley Davidson Orange #DC3710
Tints of Harley Davidson Orange #DC3710
RGB
CMYK
RGB Variations
Color information
#DC3710 (or 0xDC3710) is known color: Harley Davidson Orange. HEX triplet: DC, 37 and 10. RGB value is (220,55,16). Sum of RGB (Red+Green+Blue) = 220+55+16=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3710 is #23C8EF. Grayscale: #646464. Windows color (decimal): -2345200 or 1062876. OLE color: 1062876.
HSL color Cylindrical-coordinate representation of color #DC3710: hue angle of 11.47º 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 #DC3710 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 55 | 16 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.14 |
| HSL | 11.47º | 0.86% | 0.46% | - |
| HSV(B) | 11.47º | 0.93% | 0.86% | - |
| XYZ | 30.97 | 17.99 | 2.33 | - |
| YUV | 99.89 | 80.66 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 55 | 16 | 0 | 0.75 | 0.93 | 0.14 | 11.47 | 0.86 | 0.46 |
| Hex | DC | 37 | 10 | 0 | 4B | 5D | E | B | 56 | 2E |
| Octal | 334 | 67 | 20 | 0 | 113 | 135 | 16 | 13 | 126 | 56 |
| Binary | 11011100 | 110111 | 10000 | 0 | 1001011 | 1011101 | 1110 | 1011 | 1010110 | 101110 |
Color Harmonies of #DC3710
Complementary color
Monochromatic Colors of #DC3710
Black with #DC3710
Text Example
Text Example
White with #DC3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3710; }
p { color: rgb(220,55,16); }
H1.HeaderClassName
{
color: #DC3710;
}
.AnyTagClassName
{
color: #DC3710;
}
</style>
background-color css
<style>
a { background-color: #DC3710; }
a { background-color: rgb(220,55,16); }
div.DivClassName
{
background-color: #DC3710;
}
.BgClassName
{
background-color: #DC3710;
}
</style>
border-color css
<style>
span { border-color: #DC3710; }
span { border-color: rgb(220,55,16); }
td.TdClassName
{
border-color: #DC3710;
}
.TagClassName
{
border-color: #DC3710;
}
</style>