Html Css Color HEX #DC310D Harley Davidson Orange
📋 copy color: '#DC310D'red 220 ◦ green 49 ◦ blue 13
Shades of Harley Davidson Orange #DC310D
Tints of Harley Davidson Orange #DC310D
RGB
CMYK
RGB Variations
Color information
#DC310D (or 0xDC310D) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 0D. RGB value is (220,49,13). Sum of RGB (Red+Green+Blue) = 220+49+13=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC310D is #23CEF2. Grayscale: #606060. Windows color (decimal): -2346739 or 864732. OLE color: 864732.
HSL color Cylindrical-coordinate representation of color #DC310D: hue angle of 10.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC310D is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 13 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.14 |
| HSL | 10.43º | 0.89% | 0.46% | - |
| HSV(B) | 10.43º | 0.94% | 0.86% | - |
| XYZ | 30.69 | 17.44 | 2.13 | - |
| YUV | 96.03 | 81.15 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 13 | 0 | 0.78 | 0.94 | 0.14 | 10.43 | 0.89 | 0.46 |
| Hex | DC | 31 | D | 0 | 4E | 5E | E | A | 59 | 2E |
| Octal | 334 | 61 | 15 | 0 | 116 | 136 | 16 | 12 | 131 | 56 |
| Binary | 11011100 | 110001 | 1101 | 0 | 1001110 | 1011110 | 1110 | 1010 | 1011001 | 101110 |
Color Harmonies of #DC310D
Complementary color
Monochromatic Colors of #DC310D
Black with #DC310D
Text Example
Text Example
White with #DC310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC310D; }
p { color: rgb(220,49,13); }
H1.HeaderClassName
{
color: #DC310D;
}
.AnyTagClassName
{
color: #DC310D;
}
</style>
background-color css
<style>
a { background-color: #DC310D; }
a { background-color: rgb(220,49,13); }
div.DivClassName
{
background-color: #DC310D;
}
.BgClassName
{
background-color: #DC310D;
}
</style>
border-color css
<style>
span { border-color: #DC310D; }
span { border-color: rgb(220,49,13); }
td.TdClassName
{
border-color: #DC310D;
}
.TagClassName
{
border-color: #DC310D;
}
</style>