Html Css Color HEX #DC2816 Harley Davidson Orange
📋 copy color: '#DC2816'red 220 ◦ green 40 ◦ blue 22
Shades of Harley Davidson Orange #DC2816
Tints of Harley Davidson Orange #DC2816
RGB
CMYK
RGB Variations
Color information
#DC2816 (or 0xDC2816) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 16. RGB value is (220,40,22). Sum of RGB (Red+Green+Blue) = 220+40+22=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2816 is #23D7E9. Grayscale: #5C5C5C. Windows color (decimal): -2349034 or 1452252. OLE color: 1452252.
HSL color Cylindrical-coordinate representation of color #DC2816: hue angle of 5.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC2816 is Cyan = 0, Magento = 0.82, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 22 | - |
| CMYK | 0 | 0.82 | 0.9 | 0.14 |
| HSL | 5.45º | 0.82% | 0.47% | - |
| HSV(B) | 5.45º | 0.9% | 0.86% | - |
| XYZ | 30.42 | 16.79 | 2.4 | - |
| YUV | 91.77 | 88.63 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 22 | 0 | 0.82 | 0.9 | 0.14 | 5.45 | 0.82 | 0.47 |
| Hex | DC | 28 | 16 | 0 | 52 | 5A | E | 5 | 52 | 2F |
| Octal | 334 | 50 | 26 | 0 | 122 | 132 | 16 | 5 | 122 | 57 |
| Binary | 11011100 | 101000 | 10110 | 0 | 1010010 | 1011010 | 1110 | 101 | 1010010 | 101111 |
Color Harmonies of #DC2816
Complementary color
Monochromatic Colors of #DC2816
Black with #DC2816
Text Example
Text Example
White with #DC2816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2816; }
p { color: rgb(220,40,22); }
H1.HeaderClassName
{
color: #DC2816;
}
.AnyTagClassName
{
color: #DC2816;
}
</style>
background-color css
<style>
a { background-color: #DC2816; }
a { background-color: rgb(220,40,22); }
div.DivClassName
{
background-color: #DC2816;
}
.BgClassName
{
background-color: #DC2816;
}
</style>
border-color css
<style>
span { border-color: #DC2816; }
span { border-color: rgb(220,40,22); }
td.TdClassName
{
border-color: #DC2816;
}
.TagClassName
{
border-color: #DC2816;
}
</style>