Html Css Color HEX #DD2111 Harley Davidson Orange
📋 copy color: '#DD2111'red 221 ◦ green 33 ◦ blue 17
Shades of Harley Davidson Orange #DD2111
Tints of Harley Davidson Orange #DD2111
RGB
CMYK
RGB Variations
Color information
#DD2111 (or 0xDD2111) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 11. RGB value is (221,33,17). Sum of RGB (Red+Green+Blue) = 221+33+17=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2111 is #22DEEE. Grayscale: #575757. Windows color (decimal): -2285295 or 1122781. OLE color: 1122781.
HSL color Cylindrical-coordinate representation of color #DD2111: hue angle of 4.71º 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 #DD2111 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 17 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.13 |
| HSL | 4.71º | 0.86% | 0.47% | - |
| HSV(B) | 4.71º | 0.92% | 0.87% | - |
| XYZ | 30.46 | 16.5 | 2.11 | - |
| YUV | 87.39 | 88.28 | 223.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 17 | 0 | 0.85 | 0.92 | 0.13 | 4.71 | 0.86 | 0.47 |
| Hex | DD | 21 | 11 | 0 | 55 | 5C | D | 5 | 56 | 2F |
| Octal | 335 | 41 | 21 | 0 | 125 | 134 | 15 | 5 | 126 | 57 |
| Binary | 11011101 | 100001 | 10001 | 0 | 1010101 | 1011100 | 1101 | 101 | 1010110 | 101111 |
Color Harmonies of #DD2111
Complementary color
Monochromatic Colors of #DD2111
Black with #DD2111
Text Example
Text Example
White with #DD2111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2111; }
p { color: rgb(221,33,17); }
H1.HeaderClassName
{
color: #DD2111;
}
.AnyTagClassName
{
color: #DD2111;
}
</style>
background-color css
<style>
a { background-color: #DD2111; }
a { background-color: rgb(221,33,17); }
div.DivClassName
{
background-color: #DD2111;
}
.BgClassName
{
background-color: #DD2111;
}
</style>
border-color css
<style>
span { border-color: #DD2111; }
span { border-color: rgb(221,33,17); }
td.TdClassName
{
border-color: #DD2111;
}
.TagClassName
{
border-color: #DD2111;
}
</style>