Html Css Color HEX #DD2711 Harley Davidson Orange
📋 copy color: '#DD2711'red 221 ◦ green 39 ◦ blue 17
Shades of Harley Davidson Orange #DD2711
Tints of Harley Davidson Orange #DD2711
RGB
CMYK
RGB Variations
Color information
#DD2711 (or 0xDD2711) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 11. RGB value is (221,39,17). Sum of RGB (Red+Green+Blue) = 221+39+17=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2711 is #22D8EE. Grayscale: #5B5B5B. Windows color (decimal): -2283759 or 1124317. OLE color: 1124317.
HSL color Cylindrical-coordinate representation of color #DD2711: hue angle of 6.47º 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 #DD2711 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 17 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.13 |
| HSL | 6.47º | 0.86% | 0.47% | - |
| HSV(B) | 6.47º | 0.92% | 0.87% | - |
| XYZ | 30.65 | 16.86 | 2.17 | - |
| YUV | 90.91 | 86.3 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 17 | 0 | 0.82 | 0.92 | 0.13 | 6.47 | 0.86 | 0.47 |
| Hex | DD | 27 | 11 | 0 | 52 | 5C | D | 6 | 56 | 2F |
| Octal | 335 | 47 | 21 | 0 | 122 | 134 | 15 | 6 | 126 | 57 |
| Binary | 11011101 | 100111 | 10001 | 0 | 1010010 | 1011100 | 1101 | 110 | 1010110 | 101111 |
Color Harmonies of #DD2711
Complementary color
Monochromatic Colors of #DD2711
Black with #DD2711
Text Example
Text Example
White with #DD2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2711; }
p { color: rgb(221,39,17); }
H1.HeaderClassName
{
color: #DD2711;
}
.AnyTagClassName
{
color: #DD2711;
}
</style>
background-color css
<style>
a { background-color: #DD2711; }
a { background-color: rgb(221,39,17); }
div.DivClassName
{
background-color: #DD2711;
}
.BgClassName
{
background-color: #DD2711;
}
</style>
border-color css
<style>
span { border-color: #DD2711; }
span { border-color: rgb(221,39,17); }
td.TdClassName
{
border-color: #DD2711;
}
.TagClassName
{
border-color: #DD2711;
}
</style>