Html Css Color HEX #DC3410 Harley Davidson Orange
📋 copy color: '#DC3410'red 220 ◦ green 52 ◦ blue 16
Shades of Harley Davidson Orange #DC3410
Tints of Harley Davidson Orange #DC3410
RGB
CMYK
RGB Variations
Color information
#DC3410 (or 0xDC3410) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 10. RGB value is (220,52,16). Sum of RGB (Red+Green+Blue) = 220+52+16=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3410 is #23CBEF. Grayscale: #626262. Windows color (decimal): -2345968 or 1062108. OLE color: 1062108.
HSL color Cylindrical-coordinate representation of color #DC3410: hue angle of 10.59º 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 #DC3410 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 16 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.14 |
| HSL | 10.59º | 0.86% | 0.46% | - |
| HSV(B) | 10.59º | 0.93% | 0.86% | - |
| XYZ | 30.84 | 17.71 | 2.28 | - |
| YUV | 98.13 | 81.66 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 16 | 0 | 0.76 | 0.93 | 0.14 | 10.59 | 0.86 | 0.46 |
| Hex | DC | 34 | 10 | 0 | 4C | 5D | E | B | 56 | 2E |
| Octal | 334 | 64 | 20 | 0 | 114 | 135 | 16 | 13 | 126 | 56 |
| Binary | 11011100 | 110100 | 10000 | 0 | 1001100 | 1011101 | 1110 | 1011 | 1010110 | 101110 |
Color Harmonies of #DC3410
Complementary color
Monochromatic Colors of #DC3410
Black with #DC3410
Text Example
Text Example
White with #DC3410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3410; }
p { color: rgb(220,52,16); }
H1.HeaderClassName
{
color: #DC3410;
}
.AnyTagClassName
{
color: #DC3410;
}
</style>
background-color css
<style>
a { background-color: #DC3410; }
a { background-color: rgb(220,52,16); }
div.DivClassName
{
background-color: #DC3410;
}
.BgClassName
{
background-color: #DC3410;
}
</style>
border-color css
<style>
span { border-color: #DC3410; }
span { border-color: rgb(220,52,16); }
td.TdClassName
{
border-color: #DC3410;
}
.TagClassName
{
border-color: #DC3410;
}
</style>