Html Css Color HEX #DC3C19 Harley Davidson Orange
📋 copy color: '#DC3C19'red 220 ◦ green 60 ◦ blue 25
Shades of Harley Davidson Orange #DC3C19
Tints of Harley Davidson Orange #DC3C19
RGB
CMYK
RGB Variations
Color information
#DC3C19 (or 0xDC3C19) is known color: Harley Davidson Orange. HEX triplet: DC, 3C and 19. RGB value is (220,60,25). Sum of RGB (Red+Green+Blue) = 220+60+25=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3C19 is #23C3E6. Grayscale: #686868. Windows color (decimal): -2343911 or 1653980. OLE color: 1653980.
HSL color Cylindrical-coordinate representation of color #DC3C19: hue angle of 10.77º 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 #DC3C19 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 60 | 25 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.14 |
| HSL | 10.77º | 0.8% | 0.48% | - |
| HSV(B) | 10.77º | 0.89% | 0.86% | - |
| XYZ | 31.31 | 18.52 | 2.84 | - |
| YUV | 103.85 | 83.51 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 60 | 25 | 0 | 0.73 | 0.89 | 0.14 | 10.77 | 0.8 | 0.48 |
| Hex | DC | 3C | 19 | 0 | 49 | 59 | E | B | 50 | 30 |
| Octal | 334 | 74 | 31 | 0 | 111 | 131 | 16 | 13 | 120 | 60 |
| Binary | 11011100 | 111100 | 11001 | 0 | 1001001 | 1011001 | 1110 | 1011 | 1010000 | 110000 |
Color Harmonies of #DC3C19
Complementary color
Monochromatic Colors of #DC3C19
Black with #DC3C19
Text Example
Text Example
White with #DC3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3C19; }
p { color: rgb(220,60,25); }
H1.HeaderClassName
{
color: #DC3C19;
}
.AnyTagClassName
{
color: #DC3C19;
}
</style>
background-color css
<style>
a { background-color: #DC3C19; }
a { background-color: rgb(220,60,25); }
div.DivClassName
{
background-color: #DC3C19;
}
.BgClassName
{
background-color: #DC3C19;
}
</style>
border-color css
<style>
span { border-color: #DC3C19; }
span { border-color: rgb(220,60,25); }
td.TdClassName
{
border-color: #DC3C19;
}
.TagClassName
{
border-color: #DC3C19;
}
</style>