Html Css Color HEX #DD4711 Harley Davidson Orange
📋 copy color: '#DD4711'red 221 ◦ green 71 ◦ blue 17
Shades of Harley Davidson Orange #DD4711
Tints of Harley Davidson Orange #DD4711
RGB
CMYK
RGB Variations
Color information
#DD4711 (or 0xDD4711) is known color: Harley Davidson Orange. HEX triplet: DD, 47 and 11. RGB value is (221,71,17). Sum of RGB (Red+Green+Blue) = 221+71+17=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4711 is #22B8EE. Grayscale: #6E6E6E. Windows color (decimal): -2275567 or 1132509. OLE color: 1132509.
HSL color Cylindrical-coordinate representation of color #DD4711: hue angle of 15.88º 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 #DD4711 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.13 |
| HSL | 15.88º | 0.86% | 0.47% | - |
| HSV(B) | 15.88º | 0.92% | 0.87% | - |
| XYZ | 32.17 | 19.92 | 2.68 | - |
| YUV | 109.69 | 75.7 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 17 | 0 | 0.68 | 0.92 | 0.13 | 15.88 | 0.86 | 0.47 |
| Hex | DD | 47 | 11 | 0 | 44 | 5C | D | 10 | 56 | 2F |
| Octal | 335 | 107 | 21 | 0 | 104 | 134 | 15 | 20 | 126 | 57 |
| Binary | 11011101 | 1000111 | 10001 | 0 | 1000100 | 1011100 | 1101 | 10000 | 1010110 | 101111 |
Color Harmonies of #DD4711
Complementary color
Monochromatic Colors of #DD4711
Black with #DD4711
Text Example
Text Example
White with #DD4711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4711; }
p { color: rgb(221,71,17); }
H1.HeaderClassName
{
color: #DD4711;
}
.AnyTagClassName
{
color: #DD4711;
}
</style>
background-color css
<style>
a { background-color: #DD4711; }
a { background-color: rgb(221,71,17); }
div.DivClassName
{
background-color: #DD4711;
}
.BgClassName
{
background-color: #DD4711;
}
</style>
border-color css
<style>
span { border-color: #DD4711; }
span { border-color: rgb(221,71,17); }
td.TdClassName
{
border-color: #DD4711;
}
.TagClassName
{
border-color: #DD4711;
}
</style>