Html Css Color HEX #DC3E19 Harley Davidson Orange
📋 copy color: '#DC3E19'red 220 ◦ green 62 ◦ blue 25
Shades of Harley Davidson Orange #DC3E19
Tints of Harley Davidson Orange #DC3E19
RGB
CMYK
RGB Variations
Color information
#DC3E19 (or 0xDC3E19) is known color: Harley Davidson Orange. HEX triplet: DC, 3E and 19. RGB value is (220,62,25). Sum of RGB (Red+Green+Blue) = 220+62+25=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3E19 is #23C1E6. Grayscale: #696969. Windows color (decimal): -2343399 or 1654492. OLE color: 1654492.
HSL color Cylindrical-coordinate representation of color #DC3E19: hue angle of 11.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 #DC3E19 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 62 | 25 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.14 |
| HSL | 11.38º | 0.8% | 0.48% | - |
| HSV(B) | 11.38º | 0.89% | 0.86% | - |
| XYZ | 31.41 | 18.73 | 2.88 | - |
| YUV | 105.02 | 82.85 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 62 | 25 | 0 | 0.72 | 0.89 | 0.14 | 11.38 | 0.8 | 0.48 |
| Hex | DC | 3E | 19 | 0 | 48 | 59 | E | B | 50 | 30 |
| Octal | 334 | 76 | 31 | 0 | 110 | 131 | 16 | 13 | 120 | 60 |
| Binary | 11011100 | 111110 | 11001 | 0 | 1001000 | 1011001 | 1110 | 1011 | 1010000 | 110000 |
Color Harmonies of #DC3E19
Complementary color
Monochromatic Colors of #DC3E19
Black with #DC3E19
Text Example
Text Example
White with #DC3E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3E19; }
p { color: rgb(220,62,25); }
H1.HeaderClassName
{
color: #DC3E19;
}
.AnyTagClassName
{
color: #DC3E19;
}
</style>
background-color css
<style>
a { background-color: #DC3E19; }
a { background-color: rgb(220,62,25); }
div.DivClassName
{
background-color: #DC3E19;
}
.BgClassName
{
background-color: #DC3E19;
}
</style>
border-color css
<style>
span { border-color: #DC3E19; }
span { border-color: rgb(220,62,25); }
td.TdClassName
{
border-color: #DC3E19;
}
.TagClassName
{
border-color: #DC3E19;
}
</style>