Html Css Color HEX #DC2A19 Harley Davidson Orange
📋 copy color: '#DC2A19'red 220 ◦ green 42 ◦ blue 25
Shades of Harley Davidson Orange #DC2A19
Tints of Harley Davidson Orange #DC2A19
RGB
CMYK
RGB Variations
Color information
#DC2A19 (or 0xDC2A19) is known color: Harley Davidson Orange. HEX triplet: DC, 2A and 19. RGB value is (220,42,25). Sum of RGB (Red+Green+Blue) = 220+42+25=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2A19 is #23D5E6. Grayscale: #5D5D5D. Windows color (decimal): -2348519 or 1649372. OLE color: 1649372.
HSL color Cylindrical-coordinate representation of color #DC2A19: hue angle of 5.23º 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 #DC2A19 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 25 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.14 |
| HSL | 5.23º | 0.8% | 0.48% | - |
| HSV(B) | 5.23º | 0.89% | 0.86% | - |
| XYZ | 30.52 | 16.94 | 2.58 | - |
| YUV | 93.28 | 89.47 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 25 | 0 | 0.81 | 0.89 | 0.14 | 5.23 | 0.8 | 0.48 |
| Hex | DC | 2A | 19 | 0 | 51 | 59 | E | 5 | 50 | 30 |
| Octal | 334 | 52 | 31 | 0 | 121 | 131 | 16 | 5 | 120 | 60 |
| Binary | 11011100 | 101010 | 11001 | 0 | 1010001 | 1011001 | 1110 | 101 | 1010000 | 110000 |
Color Harmonies of #DC2A19
Complementary color
Monochromatic Colors of #DC2A19
Black with #DC2A19
Text Example
Text Example
White with #DC2A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A19; }
p { color: rgb(220,42,25); }
H1.HeaderClassName
{
color: #DC2A19;
}
.AnyTagClassName
{
color: #DC2A19;
}
</style>
background-color css
<style>
a { background-color: #DC2A19; }
a { background-color: rgb(220,42,25); }
div.DivClassName
{
background-color: #DC2A19;
}
.BgClassName
{
background-color: #DC2A19;
}
</style>
border-color css
<style>
span { border-color: #DC2A19; }
span { border-color: rgb(220,42,25); }
td.TdClassName
{
border-color: #DC2A19;
}
.TagClassName
{
border-color: #DC2A19;
}
</style>