Html Css Color HEX #DC2418 Harley Davidson Orange
📋 copy color: '#DC2418'red 220 ◦ green 36 ◦ blue 24
Shades of Harley Davidson Orange #DC2418
Tints of Harley Davidson Orange #DC2418
RGB
CMYK
RGB Variations
Color information
#DC2418 (or 0xDC2418) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 18. RGB value is (220,36,24). Sum of RGB (Red+Green+Blue) = 220+36+24=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 24 (9.77% from 255 or 8.57% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2418 is #23DBE7. Grayscale: #595959. Windows color (decimal): -2350056 or 1582300. OLE color: 1582300.
HSL color Cylindrical-coordinate representation of color #DC2418: hue angle of 3.67º 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 #DC2418 is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 24 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.14 |
| HSL | 3.67º | 0.8% | 0.48% | - |
| HSV(B) | 3.67º | 0.89% | 0.86% | - |
| XYZ | 30.31 | 16.54 | 2.46 | - |
| YUV | 89.65 | 90.96 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 24 | 0 | 0.84 | 0.89 | 0.14 | 3.67 | 0.8 | 0.48 |
| Hex | DC | 24 | 18 | 0 | 54 | 59 | E | 4 | 50 | 30 |
| Octal | 334 | 44 | 30 | 0 | 124 | 131 | 16 | 4 | 120 | 60 |
| Binary | 11011100 | 100100 | 11000 | 0 | 1010100 | 1011001 | 1110 | 100 | 1010000 | 110000 |
Color Harmonies of #DC2418
Complementary color
Monochromatic Colors of #DC2418
Black with #DC2418
Text Example
Text Example
White with #DC2418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2418; }
p { color: rgb(220,36,24); }
H1.HeaderClassName
{
color: #DC2418;
}
.AnyTagClassName
{
color: #DC2418;
}
</style>
background-color css
<style>
a { background-color: #DC2418; }
a { background-color: rgb(220,36,24); }
div.DivClassName
{
background-color: #DC2418;
}
.BgClassName
{
background-color: #DC2418;
}
</style>
border-color css
<style>
span { border-color: #DC2418; }
span { border-color: rgb(220,36,24); }
td.TdClassName
{
border-color: #DC2418;
}
.TagClassName
{
border-color: #DC2418;
}
</style>