Html Css Color HEX #DC1E19 Harley Davidson Orange
📋 copy color: '#DC1E19'red 220 ◦ green 30 ◦ blue 25
Shades of Harley Davidson Orange #DC1E19
Tints of Harley Davidson Orange #DC1E19
RGB
CMYK
RGB Variations
Color information
#DC1E19 (or 0xDC1E19) is known color: Harley Davidson Orange. HEX triplet: DC, 1E and 19. RGB value is (220,30,25). Sum of RGB (Red+Green+Blue) = 220+30+25=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1E19 is #23E1E6. Grayscale: #565656. Windows color (decimal): -2351591 or 1646300. OLE color: 1646300.
HSL color Cylindrical-coordinate representation of color #DC1E19: hue angle of 1.54º 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 #DC1E19 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 25 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.14 |
| HSL | 1.54º | 0.8% | 0.48% | - |
| HSV(B) | 1.54º | 0.89% | 0.86% | - |
| XYZ | 30.15 | 16.21 | 2.46 | - |
| YUV | 86.24 | 93.45 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 25 | 0 | 0.86 | 0.89 | 0.14 | 1.54 | 0.8 | 0.48 |
| Hex | DC | 1E | 19 | 0 | 56 | 59 | E | 2 | 50 | 30 |
| Octal | 334 | 36 | 31 | 0 | 126 | 131 | 16 | 2 | 120 | 60 |
| Binary | 11011100 | 11110 | 11001 | 0 | 1010110 | 1011001 | 1110 | 10 | 1010000 | 110000 |
Color Harmonies of #DC1E19
Complementary color
Monochromatic Colors of #DC1E19
Black with #DC1E19
Text Example
Text Example
White with #DC1E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1E19; }
p { color: rgb(220,30,25); }
H1.HeaderClassName
{
color: #DC1E19;
}
.AnyTagClassName
{
color: #DC1E19;
}
</style>
background-color css
<style>
a { background-color: #DC1E19; }
a { background-color: rgb(220,30,25); }
div.DivClassName
{
background-color: #DC1E19;
}
.BgClassName
{
background-color: #DC1E19;
}
</style>
border-color css
<style>
span { border-color: #DC1E19; }
span { border-color: rgb(220,30,25); }
td.TdClassName
{
border-color: #DC1E19;
}
.TagClassName
{
border-color: #DC1E19;
}
</style>