Html Css Color HEX #DC2019 Harley Davidson Orange
📋 copy color: '#DC2019'red 220 ◦ green 32 ◦ blue 25
Shades of Harley Davidson Orange #DC2019
Tints of Harley Davidson Orange #DC2019
RGB
CMYK
RGB Variations
Color information
#DC2019 (or 0xDC2019) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 19. RGB value is (220,32,25). Sum of RGB (Red+Green+Blue) = 220+32+25=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2019 is #23DFE6. Grayscale: #575757. Windows color (decimal): -2351079 or 1646812. OLE color: 1646812.
HSL color Cylindrical-coordinate representation of color #DC2019: hue angle of 2.15º 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 #DC2019 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 25 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.14 |
| HSL | 2.15º | 0.8% | 0.48% | - |
| HSV(B) | 2.15º | 0.89% | 0.86% | - |
| XYZ | 30.21 | 16.32 | 2.48 | - |
| YUV | 87.41 | 92.78 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 25 | 0 | 0.85 | 0.89 | 0.14 | 2.15 | 0.8 | 0.48 |
| Hex | DC | 20 | 19 | 0 | 55 | 59 | E | 2 | 50 | 30 |
| Octal | 334 | 40 | 31 | 0 | 125 | 131 | 16 | 2 | 120 | 60 |
| Binary | 11011100 | 100000 | 11001 | 0 | 1010101 | 1011001 | 1110 | 10 | 1010000 | 110000 |
Color Harmonies of #DC2019
Complementary color
Monochromatic Colors of #DC2019
Black with #DC2019
Text Example
Text Example
White with #DC2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2019; }
p { color: rgb(220,32,25); }
H1.HeaderClassName
{
color: #DC2019;
}
.AnyTagClassName
{
color: #DC2019;
}
</style>
background-color css
<style>
a { background-color: #DC2019; }
a { background-color: rgb(220,32,25); }
div.DivClassName
{
background-color: #DC2019;
}
.BgClassName
{
background-color: #DC2019;
}
</style>
border-color css
<style>
span { border-color: #DC2019; }
span { border-color: rgb(220,32,25); }
td.TdClassName
{
border-color: #DC2019;
}
.TagClassName
{
border-color: #DC2019;
}
</style>