Html Css Color HEX #DC3A19 Harley Davidson Orange
📋 copy color: '#DC3A19'red 220 ◦ green 58 ◦ blue 25
Shades of Harley Davidson Orange #DC3A19
Tints of Harley Davidson Orange #DC3A19
RGB
CMYK
RGB Variations
Color information
#DC3A19 (or 0xDC3A19) is known color: Harley Davidson Orange. HEX triplet: DC, 3A and 19. RGB value is (220,58,25). Sum of RGB (Red+Green+Blue) = 220+58+25=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3A19 is #23C5E6. Grayscale: #666666. Windows color (decimal): -2344423 or 1653468. OLE color: 1653468.
HSL color Cylindrical-coordinate representation of color #DC3A19: hue angle of 10.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 #DC3A19 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 58 | 25 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.14 |
| HSL | 10.15º | 0.8% | 0.48% | - |
| HSV(B) | 10.15º | 0.89% | 0.86% | - |
| XYZ | 31.2 | 18.31 | 2.81 | - |
| YUV | 102.68 | 84.17 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 58 | 25 | 0 | 0.74 | 0.89 | 0.14 | 10.15 | 0.8 | 0.48 |
| Hex | DC | 3A | 19 | 0 | 4A | 59 | E | A | 50 | 30 |
| Octal | 334 | 72 | 31 | 0 | 112 | 131 | 16 | 12 | 120 | 60 |
| Binary | 11011100 | 111010 | 11001 | 0 | 1001010 | 1011001 | 1110 | 1010 | 1010000 | 110000 |
Color Harmonies of #DC3A19
Complementary color
Monochromatic Colors of #DC3A19
Black with #DC3A19
Text Example
Text Example
White with #DC3A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3A19; }
p { color: rgb(220,58,25); }
H1.HeaderClassName
{
color: #DC3A19;
}
.AnyTagClassName
{
color: #DC3A19;
}
</style>
background-color css
<style>
a { background-color: #DC3A19; }
a { background-color: rgb(220,58,25); }
div.DivClassName
{
background-color: #DC3A19;
}
.BgClassName
{
background-color: #DC3A19;
}
</style>
border-color css
<style>
span { border-color: #DC3A19; }
span { border-color: rgb(220,58,25); }
td.TdClassName
{
border-color: #DC3A19;
}
.TagClassName
{
border-color: #DC3A19;
}
</style>