Html Css Color HEX #DC3D19 Harley Davidson Orange
📋 copy color: '#DC3D19'red 220 ◦ green 61 ◦ blue 25
Shades of Harley Davidson Orange #DC3D19
Tints of Harley Davidson Orange #DC3D19
RGB
CMYK
RGB Variations
Color information
#DC3D19 (or 0xDC3D19) is known color: Harley Davidson Orange. HEX triplet: DC, 3D and 19. RGB value is (220,61,25). Sum of RGB (Red+Green+Blue) = 220+61+25=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3D19 is #23C2E6. Grayscale: #686868. Windows color (decimal): -2343655 or 1654236. OLE color: 1654236.
HSL color Cylindrical-coordinate representation of color #DC3D19: hue angle of 11.08º 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 #DC3D19 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 25 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.14 |
| HSL | 11.08º | 0.8% | 0.48% | - |
| HSV(B) | 11.08º | 0.89% | 0.86% | - |
| XYZ | 31.36 | 18.62 | 2.86 | - |
| YUV | 104.44 | 83.18 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 25 | 0 | 0.72 | 0.89 | 0.14 | 11.08 | 0.8 | 0.48 |
| Hex | DC | 3D | 19 | 0 | 48 | 59 | E | B | 50 | 30 |
| Octal | 334 | 75 | 31 | 0 | 110 | 131 | 16 | 13 | 120 | 60 |
| Binary | 11011100 | 111101 | 11001 | 0 | 1001000 | 1011001 | 1110 | 1011 | 1010000 | 110000 |
Color Harmonies of #DC3D19
Complementary color
Monochromatic Colors of #DC3D19
Black with #DC3D19
Text Example
Text Example
White with #DC3D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D19; }
p { color: rgb(220,61,25); }
H1.HeaderClassName
{
color: #DC3D19;
}
.AnyTagClassName
{
color: #DC3D19;
}
</style>
background-color css
<style>
a { background-color: #DC3D19; }
a { background-color: rgb(220,61,25); }
div.DivClassName
{
background-color: #DC3D19;
}
.BgClassName
{
background-color: #DC3D19;
}
</style>
border-color css
<style>
span { border-color: #DC3D19; }
span { border-color: rgb(220,61,25); }
td.TdClassName
{
border-color: #DC3D19;
}
.TagClassName
{
border-color: #DC3D19;
}
</style>