Html Css Color HEX #DC2F11 Harley Davidson Orange
📋 copy color: '#DC2F11'red 220 ◦ green 47 ◦ blue 17
Shades of Harley Davidson Orange #DC2F11
Tints of Harley Davidson Orange #DC2F11
RGB
CMYK
RGB Variations
Color information
#DC2F11 (or 0xDC2F11) is known color: Harley Davidson Orange. HEX triplet: DC, 2F and 11. RGB value is (220,47,17). Sum of RGB (Red+Green+Blue) = 220+47+17=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2F11 is #23D0EE. Grayscale: #5F5F5F. Windows color (decimal): -2347247 or 1126364. OLE color: 1126364.
HSL color Cylindrical-coordinate representation of color #DC2F11: hue angle of 8.87º 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 #DC2F11 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 17 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.14 |
| HSL | 8.87º | 0.86% | 0.46% | - |
| HSV(B) | 8.87º | 0.92% | 0.86% | - |
| XYZ | 30.63 | 17.29 | 2.25 | - |
| YUV | 95.31 | 83.81 | 216.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 17 | 0 | 0.79 | 0.92 | 0.14 | 8.87 | 0.86 | 0.46 |
| Hex | DC | 2F | 11 | 0 | 4F | 5C | E | 9 | 56 | 2E |
| Octal | 334 | 57 | 21 | 0 | 117 | 134 | 16 | 11 | 126 | 56 |
| Binary | 11011100 | 101111 | 10001 | 0 | 1001111 | 1011100 | 1110 | 1001 | 1010110 | 101110 |
Color Harmonies of #DC2F11
Complementary color
Monochromatic Colors of #DC2F11
Black with #DC2F11
Text Example
Text Example
White with #DC2F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F11; }
p { color: rgb(220,47,17); }
H1.HeaderClassName
{
color: #DC2F11;
}
.AnyTagClassName
{
color: #DC2F11;
}
</style>
background-color css
<style>
a { background-color: #DC2F11; }
a { background-color: rgb(220,47,17); }
div.DivClassName
{
background-color: #DC2F11;
}
.BgClassName
{
background-color: #DC2F11;
}
</style>
border-color css
<style>
span { border-color: #DC2F11; }
span { border-color: rgb(220,47,17); }
td.TdClassName
{
border-color: #DC2F11;
}
.TagClassName
{
border-color: #DC2F11;
}
</style>