Html Css Color HEX #DC1815 Harley Davidson Orange
📋 copy color: '#DC1815'red 220 ◦ green 24 ◦ blue 21
Shades of Harley Davidson Orange #DC1815
Tints of Harley Davidson Orange #DC1815
RGB
CMYK
RGB Variations
Color information
#DC1815 (or 0xDC1815) is known color: Harley Davidson Orange. HEX triplet: DC, 18 and 15. RGB value is (220,24,21). Sum of RGB (Red+Green+Blue) = 220+24+21=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1815 is #23E7EA. Grayscale: #525252. Windows color (decimal): -2353131 or 1382620. OLE color: 1382620.
HSL color Cylindrical-coordinate representation of color #DC1815: hue angle of 0.9º 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 #DC1815 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 21 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.14 |
| HSL | 0.9º | 0.83% | 0.47% | - |
| HSV(B) | 0.9º | 0.9% | 0.86% | - |
| XYZ | 29.98 | 15.92 | 2.2 | - |
| YUV | 82.26 | 93.43 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 21 | 0 | 0.89 | 0.90 | 0.14 | 0.9 | 0.83 | 0.47 |
| Hex | DC | 18 | 15 | 0 | 59 | 5A | E | 1 | 53 | 2F |
| Octal | 334 | 30 | 25 | 0 | 131 | 132 | 16 | 1 | 123 | 57 |
| Binary | 11011100 | 11000 | 10101 | 0 | 1011001 | 1011010 | 1110 | 1 | 1010011 | 101111 |
Color Harmonies of #DC1815
Complementary color
Monochromatic Colors of #DC1815
Black with #DC1815
Text Example
Text Example
White with #DC1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1815; }
p { color: rgb(220,24,21); }
H1.HeaderClassName
{
color: #DC1815;
}
.AnyTagClassName
{
color: #DC1815;
}
</style>
background-color css
<style>
a { background-color: #DC1815; }
a { background-color: rgb(220,24,21); }
div.DivClassName
{
background-color: #DC1815;
}
.BgClassName
{
background-color: #DC1815;
}
</style>
border-color css
<style>
span { border-color: #DC1815; }
span { border-color: rgb(220,24,21); }
td.TdClassName
{
border-color: #DC1815;
}
.TagClassName
{
border-color: #DC1815;
}
</style>