Html Css Color HEX #DC2818 Harley Davidson Orange
📋 copy color: '#DC2818'red 220 ◦ green 40 ◦ blue 24
Shades of Harley Davidson Orange #DC2818
Tints of Harley Davidson Orange #DC2818
RGB
CMYK
RGB Variations
Color information
#DC2818 (or 0xDC2818) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 18. RGB value is (220,40,24). Sum of RGB (Red+Green+Blue) = 220+40+24=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2818 is #23D7E7. Grayscale: #5C5C5C. Windows color (decimal): -2349032 or 1583324. OLE color: 1583324.
HSL color Cylindrical-coordinate representation of color #DC2818: hue angle of 4.9º 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 #DC2818 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 24 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.14 |
| HSL | 4.9º | 0.8% | 0.48% | - |
| HSV(B) | 4.9º | 0.89% | 0.86% | - |
| XYZ | 30.44 | 16.8 | 2.5 | - |
| YUV | 92 | 89.63 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 24 | 0 | 0.82 | 0.89 | 0.14 | 4.9 | 0.8 | 0.48 |
| Hex | DC | 28 | 18 | 0 | 52 | 59 | E | 5 | 50 | 30 |
| Octal | 334 | 50 | 30 | 0 | 122 | 131 | 16 | 5 | 120 | 60 |
| Binary | 11011100 | 101000 | 11000 | 0 | 1010010 | 1011001 | 1110 | 101 | 1010000 | 110000 |
Color Harmonies of #DC2818
Complementary color
Monochromatic Colors of #DC2818
Black with #DC2818
Text Example
Text Example
White with #DC2818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2818; }
p { color: rgb(220,40,24); }
H1.HeaderClassName
{
color: #DC2818;
}
.AnyTagClassName
{
color: #DC2818;
}
</style>
background-color css
<style>
a { background-color: #DC2818; }
a { background-color: rgb(220,40,24); }
div.DivClassName
{
background-color: #DC2818;
}
.BgClassName
{
background-color: #DC2818;
}
</style>
border-color css
<style>
span { border-color: #DC2818; }
span { border-color: rgb(220,40,24); }
td.TdClassName
{
border-color: #DC2818;
}
.TagClassName
{
border-color: #DC2818;
}
</style>