Html Css Color HEX #DC3118 Harley Davidson Orange
📋 copy color: '#DC3118'red 220 ◦ green 49 ◦ blue 24
Shades of Harley Davidson Orange #DC3118
Tints of Harley Davidson Orange #DC3118
RGB
CMYK
RGB Variations
Color information
#DC3118 (or 0xDC3118) is known color: Harley Davidson Orange. HEX triplet: DC, 31 and 18. RGB value is (220,49,24). Sum of RGB (Red+Green+Blue) = 220+49+24=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3118 is #23CEE7. Grayscale: #616161. Windows color (decimal): -2346728 or 1585628. OLE color: 1585628.
HSL color Cylindrical-coordinate representation of color #DC3118: hue angle of 7.65º 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 #DC3118 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 24 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.14 |
| HSL | 7.65º | 0.8% | 0.48% | - |
| HSV(B) | 7.65º | 0.89% | 0.86% | - |
| XYZ | 30.78 | 17.48 | 2.62 | - |
| YUV | 97.28 | 86.65 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 24 | 0 | 0.78 | 0.89 | 0.14 | 7.65 | 0.8 | 0.48 |
| Hex | DC | 31 | 18 | 0 | 4E | 59 | E | 8 | 50 | 30 |
| Octal | 334 | 61 | 30 | 0 | 116 | 131 | 16 | 10 | 120 | 60 |
| Binary | 11011100 | 110001 | 11000 | 0 | 1001110 | 1011001 | 1110 | 1000 | 1010000 | 110000 |
Color Harmonies of #DC3118
Complementary color
Monochromatic Colors of #DC3118
Black with #DC3118
Text Example
Text Example
White with #DC3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3118; }
p { color: rgb(220,49,24); }
H1.HeaderClassName
{
color: #DC3118;
}
.AnyTagClassName
{
color: #DC3118;
}
</style>
background-color css
<style>
a { background-color: #DC3118; }
a { background-color: rgb(220,49,24); }
div.DivClassName
{
background-color: #DC3118;
}
.BgClassName
{
background-color: #DC3118;
}
</style>
border-color css
<style>
span { border-color: #DC3118; }
span { border-color: rgb(220,49,24); }
td.TdClassName
{
border-color: #DC3118;
}
.TagClassName
{
border-color: #DC3118;
}
</style>