Html Css Color HEX #DC311E Harley Davidson Orange
📋 copy color: '#DC311E'red 220 ◦ green 49 ◦ blue 30
Shades of Harley Davidson Orange #DC311E
Tints of Harley Davidson Orange #DC311E
RGB
CMYK
RGB Variations
Color information
#DC311E (or 0xDC311E) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 1E. RGB value is (220,49,30). Sum of RGB (Red+Green+Blue) = 220+49+30=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC311E is #23CEE1. Grayscale: #626262. Windows color (decimal): -2346722 or 1978844. OLE color: 1978844.
HSL color Cylindrical-coordinate representation of color #DC311E: hue angle of 6º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC311E is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 30 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.14 |
| HSL | 6º | 0.76% | 0.49% | - |
| HSV(B) | 6º | 0.86% | 0.86% | - |
| XYZ | 30.85 | 17.51 | 2.98 | - |
| YUV | 97.96 | 89.65 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 30 | 0 | 0.78 | 0.86 | 0.14 | 6 | 0.76 | 0.49 |
| Hex | DC | 31 | 1E | 0 | 4E | 56 | E | 6 | 4C | 31 |
| Octal | 334 | 61 | 36 | 0 | 116 | 126 | 16 | 6 | 114 | 61 |
| Binary | 11011100 | 110001 | 11110 | 0 | 1001110 | 1010110 | 1110 | 110 | 1001100 | 110001 |
Color Harmonies of #DC311E
Complementary color
Monochromatic Colors of #DC311E
Black with #DC311E
Text Example
Text Example
White with #DC311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC311E; }
p { color: rgb(220,49,30); }
H1.HeaderClassName
{
color: #DC311E;
}
.AnyTagClassName
{
color: #DC311E;
}
</style>
background-color css
<style>
a { background-color: #DC311E; }
a { background-color: rgb(220,49,30); }
div.DivClassName
{
background-color: #DC311E;
}
.BgClassName
{
background-color: #DC311E;
}
</style>
border-color css
<style>
span { border-color: #DC311E; }
span { border-color: rgb(220,49,30); }
td.TdClassName
{
border-color: #DC311E;
}
.TagClassName
{
border-color: #DC311E;
}
</style>