Html Css Color HEX #DD4611 Harley Davidson Orange
📋 copy color: '#DD4611'red 221 ◦ green 70 ◦ blue 17
Shades of Harley Davidson Orange #DD4611
Tints of Harley Davidson Orange #DD4611
RGB
CMYK
RGB Variations
Color information
#DD4611 (or 0xDD4611) is known color: Harley Davidson Orange. HEX triplet: DD, 46 and 11. RGB value is (221,70,17). Sum of RGB (Red+Green+Blue) = 221+70+17=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4611 is #22B9EE. Grayscale: #6D6D6D. Windows color (decimal): -2275823 or 1132253. OLE color: 1132253.
HSL color Cylindrical-coordinate representation of color #DD4611: hue angle of 15.59º 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 #DD4611 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 17 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.13 |
| HSL | 15.59º | 0.86% | 0.47% | - |
| HSV(B) | 15.59º | 0.92% | 0.87% | - |
| XYZ | 32.11 | 19.79 | 2.66 | - |
| YUV | 109.11 | 76.03 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 17 | 0 | 0.68 | 0.92 | 0.13 | 15.59 | 0.86 | 0.47 |
| Hex | DD | 46 | 11 | 0 | 44 | 5C | D | 10 | 56 | 2F |
| Octal | 335 | 106 | 21 | 0 | 104 | 134 | 15 | 20 | 126 | 57 |
| Binary | 11011101 | 1000110 | 10001 | 0 | 1000100 | 1011100 | 1101 | 10000 | 1010110 | 101111 |
Color Harmonies of #DD4611
Complementary color
Monochromatic Colors of #DD4611
Black with #DD4611
Text Example
Text Example
White with #DD4611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4611; }
p { color: rgb(221,70,17); }
H1.HeaderClassName
{
color: #DD4611;
}
.AnyTagClassName
{
color: #DD4611;
}
</style>
background-color css
<style>
a { background-color: #DD4611; }
a { background-color: rgb(221,70,17); }
div.DivClassName
{
background-color: #DD4611;
}
.BgClassName
{
background-color: #DD4611;
}
</style>
border-color css
<style>
span { border-color: #DD4611; }
span { border-color: rgb(221,70,17); }
td.TdClassName
{
border-color: #DD4611;
}
.TagClassName
{
border-color: #DD4611;
}
</style>