Html Css Color HEX #DC3119 Harley Davidson Orange
📋 copy color: '#DC3119'red 220 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #DC3119
Tints of Harley Davidson Orange #DC3119
RGB
CMYK
RGB Variations
Color information
#DC3119 (or 0xDC3119) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 19. RGB value is (220,49,25). Sum of RGB (Red+Green+Blue) = 220+49+25=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3119 is #23CEE6. Grayscale: #616161. Windows color (decimal): -2346727 or 1651164. OLE color: 1651164.
HSL color Cylindrical-coordinate representation of color #DC3119: hue angle of 7.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC3119 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 25 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.14 |
| HSL | 7.38º | 0.8% | 0.48% | - |
| HSV(B) | 7.38º | 0.89% | 0.86% | - |
| XYZ | 30.79 | 17.48 | 2.67 | - |
| YUV | 97.39 | 87.15 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 25 | 0 | 0.78 | 0.89 | 0.14 | 7.38 | 0.8 | 0.48 |
| Hex | DC | 31 | 19 | 0 | 4E | 59 | E | 7 | 50 | 30 |
| Octal | 334 | 61 | 31 | 0 | 116 | 131 | 16 | 7 | 120 | 60 |
| Binary | 11011100 | 110001 | 11001 | 0 | 1001110 | 1011001 | 1110 | 111 | 1010000 | 110000 |
Color Harmonies of #DC3119
Complementary color
Monochromatic Colors of #DC3119
Black with #DC3119
Text Example
Text Example
White with #DC3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3119; }
p { color: rgb(220,49,25); }
H1.HeaderClassName
{
color: #DC3119;
}
.AnyTagClassName
{
color: #DC3119;
}
</style>
background-color css
<style>
a { background-color: #DC3119; }
a { background-color: rgb(220,49,25); }
div.DivClassName
{
background-color: #DC3119;
}
.BgClassName
{
background-color: #DC3119;
}
</style>
border-color css
<style>
span { border-color: #DC3119; }
span { border-color: rgb(220,49,25); }
td.TdClassName
{
border-color: #DC3119;
}
.TagClassName
{
border-color: #DC3119;
}
</style>