Html Css Color HEX #DD2B11 Harley Davidson Orange
📋 copy color: '#DD2B11'red 221 ◦ green 43 ◦ blue 17
Shades of Harley Davidson Orange #DD2B11
Tints of Harley Davidson Orange #DD2B11
RGB
CMYK
RGB Variations
Color information
#DD2B11 (or 0xDD2B11) is known color: Harley Davidson Orange. HEX triplet: DD, 2B and 11. RGB value is (221,43,17). Sum of RGB (Red+Green+Blue) = 221+43+17=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2B11 is #22D4EE. Grayscale: #5D5D5D. Windows color (decimal): -2282735 or 1125341. OLE color: 1125341.
HSL color Cylindrical-coordinate representation of color #DD2B11: hue angle of 7.65º 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 #DD2B11 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 17 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.13 |
| HSL | 7.65º | 0.86% | 0.47% | - |
| HSV(B) | 7.65º | 0.92% | 0.87% | - |
| XYZ | 30.78 | 17.14 | 2.22 | - |
| YUV | 93.26 | 84.97 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 17 | 0 | 0.81 | 0.92 | 0.13 | 7.65 | 0.86 | 0.47 |
| Hex | DD | 2B | 11 | 0 | 51 | 5C | D | 8 | 56 | 2F |
| Octal | 335 | 53 | 21 | 0 | 121 | 134 | 15 | 10 | 126 | 57 |
| Binary | 11011101 | 101011 | 10001 | 0 | 1010001 | 1011100 | 1101 | 1000 | 1010110 | 101111 |
Color Harmonies of #DD2B11
Complementary color
Monochromatic Colors of #DD2B11
Black with #DD2B11
Text Example
Text Example
White with #DD2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B11; }
p { color: rgb(221,43,17); }
H1.HeaderClassName
{
color: #DD2B11;
}
.AnyTagClassName
{
color: #DD2B11;
}
</style>
background-color css
<style>
a { background-color: #DD2B11; }
a { background-color: rgb(221,43,17); }
div.DivClassName
{
background-color: #DD2B11;
}
.BgClassName
{
background-color: #DD2B11;
}
</style>
border-color css
<style>
span { border-color: #DD2B11; }
span { border-color: rgb(221,43,17); }
td.TdClassName
{
border-color: #DD2B11;
}
.TagClassName
{
border-color: #DD2B11;
}
</style>