Html Css Color HEX #DC1511 Harley Davidson Orange
📋 copy color: '#DC1511'red 220 ◦ green 21 ◦ blue 17
Shades of Harley Davidson Orange #DC1511
Tints of Harley Davidson Orange #DC1511
RGB
CMYK
RGB Variations
Color information
#DC1511 (or 0xDC1511) is known color: Harley Davidson Orange. HEX triplet: DC, 15 and 11. RGB value is (220,21,17). Sum of RGB (Red+Green+Blue) = 220+21+17=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1511 is #23EAEE. Grayscale: #505050. Windows color (decimal): -2353903 or 1119708. OLE color: 1119708.
HSL color Cylindrical-coordinate representation of color #DC1511: hue angle of 1.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1511 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 17 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.14 |
| HSL | 1.18º | 0.86% | 0.46% | - |
| HSV(B) | 1.18º | 0.92% | 0.86% | - |
| XYZ | 29.88 | 15.79 | 2 | - |
| YUV | 80.05 | 92.43 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 17 | 0 | 0.90 | 0.92 | 0.14 | 1.18 | 0.86 | 0.46 |
| Hex | DC | 15 | 11 | 0 | 5A | 5C | E | 1 | 56 | 2E |
| Octal | 334 | 25 | 21 | 0 | 132 | 134 | 16 | 1 | 126 | 56 |
| Binary | 11011100 | 10101 | 10001 | 0 | 1011010 | 1011100 | 1110 | 1 | 1010110 | 101110 |
Color Harmonies of #DC1511
Complementary color
Monochromatic Colors of #DC1511
Black with #DC1511
Text Example
Text Example
White with #DC1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1511; }
p { color: rgb(220,21,17); }
H1.HeaderClassName
{
color: #DC1511;
}
.AnyTagClassName
{
color: #DC1511;
}
</style>
background-color css
<style>
a { background-color: #DC1511; }
a { background-color: rgb(220,21,17); }
div.DivClassName
{
background-color: #DC1511;
}
.BgClassName
{
background-color: #DC1511;
}
</style>
border-color css
<style>
span { border-color: #DC1511; }
span { border-color: rgb(220,21,17); }
td.TdClassName
{
border-color: #DC1511;
}
.TagClassName
{
border-color: #DC1511;
}
</style>