Html Css Color HEX #DC2815 Harley Davidson Orange
📋 copy color: '#DC2815'red 220 ◦ green 40 ◦ blue 21
Shades of Harley Davidson Orange #DC2815
Tints of Harley Davidson Orange #DC2815
RGB
CMYK
RGB Variations
Color information
#DC2815 (or 0xDC2815) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 15. RGB value is (220,40,21). Sum of RGB (Red+Green+Blue) = 220+40+21=281 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.29% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2815 is #23D7EA. Grayscale: #5B5B5B. Windows color (decimal): -2349035 or 1386716. OLE color: 1386716.
HSL color Cylindrical-coordinate representation of color #DC2815: hue angle of 5.73º degrees, saturation: 0.83, 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 #DC2815 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 21 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.14 |
| HSL | 5.73º | 0.83% | 0.47% | - |
| HSV(B) | 5.73º | 0.9% | 0.86% | - |
| XYZ | 30.41 | 16.79 | 2.35 | - |
| YUV | 91.65 | 88.13 | 219.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 21 | 0 | 0.82 | 0.90 | 0.14 | 5.73 | 0.83 | 0.47 |
| Hex | DC | 28 | 15 | 0 | 52 | 5A | E | 6 | 53 | 2F |
| Octal | 334 | 50 | 25 | 0 | 122 | 132 | 16 | 6 | 123 | 57 |
| Binary | 11011100 | 101000 | 10101 | 0 | 1010010 | 1011010 | 1110 | 110 | 1010011 | 101111 |
Color Harmonies of #DC2815
Complementary color
Monochromatic Colors of #DC2815
Black with #DC2815
Text Example
Text Example
White with #DC2815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2815; }
p { color: rgb(220,40,21); }
H1.HeaderClassName
{
color: #DC2815;
}
.AnyTagClassName
{
color: #DC2815;
}
</style>
background-color css
<style>
a { background-color: #DC2815; }
a { background-color: rgb(220,40,21); }
div.DivClassName
{
background-color: #DC2815;
}
.BgClassName
{
background-color: #DC2815;
}
</style>
border-color css
<style>
span { border-color: #DC2815; }
span { border-color: rgb(220,40,21); }
td.TdClassName
{
border-color: #DC2815;
}
.TagClassName
{
border-color: #DC2815;
}
</style>