Html Css Color HEX #DC2419 Harley Davidson Orange
📋 copy color: '#DC2419'red 220 ◦ green 36 ◦ blue 25
Shades of Harley Davidson Orange #DC2419
Tints of Harley Davidson Orange #DC2419
RGB
CMYK
RGB Variations
Color information
#DC2419 (or 0xDC2419) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 19. RGB value is (220,36,25). Sum of RGB (Red+Green+Blue) = 220+36+25=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2419 is #23DBE6. Grayscale: #595959. Windows color (decimal): -2350055 or 1647836. OLE color: 1647836.
HSL color Cylindrical-coordinate representation of color #DC2419: hue angle of 3.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 #DC2419 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 25 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.14 |
| HSL | 3.38º | 0.8% | 0.48% | - |
| HSV(B) | 3.38º | 0.89% | 0.86% | - |
| XYZ | 30.32 | 16.55 | 2.52 | - |
| YUV | 89.76 | 91.46 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 25 | 0 | 0.84 | 0.89 | 0.14 | 3.38 | 0.8 | 0.48 |
| Hex | DC | 24 | 19 | 0 | 54 | 59 | E | 3 | 50 | 30 |
| Octal | 334 | 44 | 31 | 0 | 124 | 131 | 16 | 3 | 120 | 60 |
| Binary | 11011100 | 100100 | 11001 | 0 | 1010100 | 1011001 | 1110 | 11 | 1010000 | 110000 |
Color Harmonies of #DC2419
Complementary color
Monochromatic Colors of #DC2419
Black with #DC2419
Text Example
Text Example
White with #DC2419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2419; }
p { color: rgb(220,36,25); }
H1.HeaderClassName
{
color: #DC2419;
}
.AnyTagClassName
{
color: #DC2419;
}
</style>
background-color css
<style>
a { background-color: #DC2419; }
a { background-color: rgb(220,36,25); }
div.DivClassName
{
background-color: #DC2419;
}
.BgClassName
{
background-color: #DC2419;
}
</style>
border-color css
<style>
span { border-color: #DC2419; }
span { border-color: rgb(220,36,25); }
td.TdClassName
{
border-color: #DC2419;
}
.TagClassName
{
border-color: #DC2419;
}
</style>