Html Css Color HEX #DC1B11 Harley Davidson Orange
📋 copy color: '#DC1B11'red 220 ◦ green 27 ◦ blue 17
Shades of Harley Davidson Orange #DC1B11
Tints of Harley Davidson Orange #DC1B11
RGB
CMYK
RGB Variations
Color information
#DC1B11 (or 0xDC1B11) is known color: Harley Davidson Orange. HEX triplet: DC, 1B and 11. RGB value is (220,27,17). Sum of RGB (Red+Green+Blue) = 220+27+17=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1B11 is #23E4EE. Grayscale: #535353. Windows color (decimal): -2352367 or 1121244. OLE color: 1121244.
HSL color Cylindrical-coordinate representation of color #DC1B11: hue angle of 2.96º 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 #DC1B11 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.14 |
| HSL | 2.96º | 0.86% | 0.46% | - |
| HSV(B) | 2.96º | 0.92% | 0.86% | - |
| XYZ | 30.01 | 16.04 | 2.04 | - |
| YUV | 83.57 | 90.44 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 17 | 0 | 0.88 | 0.92 | 0.14 | 2.96 | 0.86 | 0.46 |
| Hex | DC | 1B | 11 | 0 | 58 | 5C | E | 3 | 56 | 2E |
| Octal | 334 | 33 | 21 | 0 | 130 | 134 | 16 | 3 | 126 | 56 |
| Binary | 11011100 | 11011 | 10001 | 0 | 1011000 | 1011100 | 1110 | 11 | 1010110 | 101110 |
Color Harmonies of #DC1B11
Complementary color
Monochromatic Colors of #DC1B11
Black with #DC1B11
Text Example
Text Example
White with #DC1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1B11; }
p { color: rgb(220,27,17); }
H1.HeaderClassName
{
color: #DC1B11;
}
.AnyTagClassName
{
color: #DC1B11;
}
</style>
background-color css
<style>
a { background-color: #DC1B11; }
a { background-color: rgb(220,27,17); }
div.DivClassName
{
background-color: #DC1B11;
}
.BgClassName
{
background-color: #DC1B11;
}
</style>
border-color css
<style>
span { border-color: #DC1B11; }
span { border-color: rgb(220,27,17); }
td.TdClassName
{
border-color: #DC1B11;
}
.TagClassName
{
border-color: #DC1B11;
}
</style>