Html Css Color HEX #DC3115 Harley Davidson Orange
📋 copy color: '#DC3115'red 220 ◦ green 49 ◦ blue 21
Shades of Harley Davidson Orange #DC3115
Tints of Harley Davidson Orange #DC3115
RGB
CMYK
RGB Variations
Color information
#DC3115 (or 0xDC3115) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 15. RGB value is (220,49,21). Sum of RGB (Red+Green+Blue) = 220+49+21=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3115 is #23CEEA. Grayscale: #616161. Windows color (decimal): -2346731 or 1389020. OLE color: 1389020.
HSL color Cylindrical-coordinate representation of color #DC3115: hue angle of 8.44º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC3115 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 21 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.14 |
| HSL | 8.44º | 0.83% | 0.47% | - |
| HSV(B) | 8.44º | 0.9% | 0.86% | - |
| XYZ | 30.75 | 17.47 | 2.46 | - |
| YUV | 96.94 | 85.15 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 21 | 0 | 0.78 | 0.90 | 0.14 | 8.44 | 0.83 | 0.47 |
| Hex | DC | 31 | 15 | 0 | 4E | 5A | E | 8 | 53 | 2F |
| Octal | 334 | 61 | 25 | 0 | 116 | 132 | 16 | 10 | 123 | 57 |
| Binary | 11011100 | 110001 | 10101 | 0 | 1001110 | 1011010 | 1110 | 1000 | 1010011 | 101111 |
Color Harmonies of #DC3115
Complementary color
Monochromatic Colors of #DC3115
Black with #DC3115
Text Example
Text Example
White with #DC3115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3115; }
p { color: rgb(220,49,21); }
H1.HeaderClassName
{
color: #DC3115;
}
.AnyTagClassName
{
color: #DC3115;
}
</style>
background-color css
<style>
a { background-color: #DC3115; }
a { background-color: rgb(220,49,21); }
div.DivClassName
{
background-color: #DC3115;
}
.BgClassName
{
background-color: #DC3115;
}
</style>
border-color css
<style>
span { border-color: #DC3115; }
span { border-color: rgb(220,49,21); }
td.TdClassName
{
border-color: #DC3115;
}
.TagClassName
{
border-color: #DC3115;
}
</style>