Html Css Color HEX #DC311C Harley Davidson Orange
📋 copy color: '#DC311C'red 220 ◦ green 49 ◦ blue 28
Shades of Harley Davidson Orange #DC311C
Tints of Harley Davidson Orange #DC311C
RGB
CMYK
RGB Variations
Color information
#DC311C (or 0xDC311C) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 1C. RGB value is (220,49,28). Sum of RGB (Red+Green+Blue) = 220+49+28=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC311C is #23CEE3. Grayscale: #616161. Windows color (decimal): -2346724 or 1847772. OLE color: 1847772.
HSL color Cylindrical-coordinate representation of color #DC311C: hue angle of 6.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC311C is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 28 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.14 |
| HSL | 6.56º | 0.77% | 0.49% | - |
| HSV(B) | 6.56º | 0.87% | 0.86% | - |
| XYZ | 30.82 | 17.5 | 2.85 | - |
| YUV | 97.74 | 88.65 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 28 | 0 | 0.78 | 0.87 | 0.14 | 6.56 | 0.77 | 0.49 |
| Hex | DC | 31 | 1C | 0 | 4E | 57 | E | 7 | 4D | 31 |
| Octal | 334 | 61 | 34 | 0 | 116 | 127 | 16 | 7 | 115 | 61 |
| Binary | 11011100 | 110001 | 11100 | 0 | 1001110 | 1010111 | 1110 | 111 | 1001101 | 110001 |
Color Harmonies of #DC311C
Complementary color
Monochromatic Colors of #DC311C
Black with #DC311C
Text Example
Text Example
White with #DC311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC311C; }
p { color: rgb(220,49,28); }
H1.HeaderClassName
{
color: #DC311C;
}
.AnyTagClassName
{
color: #DC311C;
}
</style>
background-color css
<style>
a { background-color: #DC311C; }
a { background-color: rgb(220,49,28); }
div.DivClassName
{
background-color: #DC311C;
}
.BgClassName
{
background-color: #DC311C;
}
</style>
border-color css
<style>
span { border-color: #DC311C; }
span { border-color: rgb(220,49,28); }
td.TdClassName
{
border-color: #DC311C;
}
.TagClassName
{
border-color: #DC311C;
}
</style>