Html Css Color HEX #DD2F11 Harley Davidson Orange
📋 copy color: '#DD2F11'red 221 ◦ green 47 ◦ blue 17
Shades of Harley Davidson Orange #DD2F11
Tints of Harley Davidson Orange #DD2F11
RGB
CMYK
RGB Variations
Color information
#DD2F11 (or 0xDD2F11) is known color: Harley Davidson Orange. HEX triplet: DD, 2F and 11. RGB value is (221,47,17). Sum of RGB (Red+Green+Blue) = 221+47+17=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2F11 is #22D0EE. Grayscale: #5F5F5F. Windows color (decimal): -2281711 or 1126365. OLE color: 1126365.
HSL color Cylindrical-coordinate representation of color #DD2F11: hue angle of 8.82º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD2F11 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 47 | 17 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.13 |
| HSL | 8.82º | 0.86% | 0.47% | - |
| HSV(B) | 8.82º | 0.92% | 0.87% | - |
| XYZ | 30.94 | 17.45 | 2.27 | - |
| YUV | 95.61 | 83.65 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 47 | 17 | 0 | 0.79 | 0.92 | 0.13 | 8.82 | 0.86 | 0.47 |
| Hex | DD | 2F | 11 | 0 | 4F | 5C | D | 9 | 56 | 2F |
| Octal | 335 | 57 | 21 | 0 | 117 | 134 | 15 | 11 | 126 | 57 |
| Binary | 11011101 | 101111 | 10001 | 0 | 1001111 | 1011100 | 1101 | 1001 | 1010110 | 101111 |
Color Harmonies of #DD2F11
Complementary color
Monochromatic Colors of #DD2F11
Black with #DD2F11
Text Example
Text Example
White with #DD2F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2F11; }
p { color: rgb(221,47,17); }
H1.HeaderClassName
{
color: #DD2F11;
}
.AnyTagClassName
{
color: #DD2F11;
}
</style>
background-color css
<style>
a { background-color: #DD2F11; }
a { background-color: rgb(221,47,17); }
div.DivClassName
{
background-color: #DD2F11;
}
.BgClassName
{
background-color: #DD2F11;
}
</style>
border-color css
<style>
span { border-color: #DD2F11; }
span { border-color: rgb(221,47,17); }
td.TdClassName
{
border-color: #DD2F11;
}
.TagClassName
{
border-color: #DD2F11;
}
</style>