Html Css Color HEX #DC3610 Harley Davidson Orange
📋 copy color: '#DC3610'red 220 ◦ green 54 ◦ blue 16
Shades of Harley Davidson Orange #DC3610
Tints of Harley Davidson Orange #DC3610
RGB
CMYK
RGB Variations
Color information
#DC3610 (or 0xDC3610) is known color: Harley Davidson Orange. HEX triplet: DC, 36 and 10. RGB value is (220,54,16). Sum of RGB (Red+Green+Blue) = 220+54+16=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3610 is #23C9EF. Grayscale: #636363. Windows color (decimal): -2345456 or 1062620. OLE color: 1062620.
HSL color Cylindrical-coordinate representation of color #DC3610: hue angle of 11.18º 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 #DC3610 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 16 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.14 |
| HSL | 11.18º | 0.86% | 0.46% | - |
| HSV(B) | 11.18º | 0.93% | 0.86% | - |
| XYZ | 30.93 | 17.89 | 2.31 | - |
| YUV | 99.3 | 81 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 16 | 0 | 0.75 | 0.93 | 0.14 | 11.18 | 0.86 | 0.46 |
| Hex | DC | 36 | 10 | 0 | 4B | 5D | E | B | 56 | 2E |
| Octal | 334 | 66 | 20 | 0 | 113 | 135 | 16 | 13 | 126 | 56 |
| Binary | 11011100 | 110110 | 10000 | 0 | 1001011 | 1011101 | 1110 | 1011 | 1010110 | 101110 |
Color Harmonies of #DC3610
Complementary color
Monochromatic Colors of #DC3610
Black with #DC3610
Text Example
Text Example
White with #DC3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3610; }
p { color: rgb(220,54,16); }
H1.HeaderClassName
{
color: #DC3610;
}
.AnyTagClassName
{
color: #DC3610;
}
</style>
background-color css
<style>
a { background-color: #DC3610; }
a { background-color: rgb(220,54,16); }
div.DivClassName
{
background-color: #DC3610;
}
.BgClassName
{
background-color: #DC3610;
}
</style>
border-color css
<style>
span { border-color: #DC3610; }
span { border-color: rgb(220,54,16); }
td.TdClassName
{
border-color: #DC3610;
}
.TagClassName
{
border-color: #DC3610;
}
</style>