Html Css Color HEX #DD1811 Harley Davidson Orange
📋 copy color: '#DD1811'red 221 ◦ green 24 ◦ blue 17
Shades of Harley Davidson Orange #DD1811
Tints of Harley Davidson Orange #DD1811
RGB
CMYK
RGB Variations
Color information
#DD1811 (or 0xDD1811) is known color: Harley Davidson Orange. HEX triplet: DD, 18 and 11. RGB value is (221,24,17). Sum of RGB (Red+Green+Blue) = 221+24+17=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1811 is #22E7EE. Grayscale: #525252. Windows color (decimal): -2287599 or 1120477. OLE color: 1120477.
HSL color Cylindrical-coordinate representation of color #DD1811: hue angle of 2.06º 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 #DD1811 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 17 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.13 |
| HSL | 2.06º | 0.86% | 0.47% | - |
| HSV(B) | 2.06º | 0.92% | 0.87% | - |
| XYZ | 30.25 | 16.07 | 2.04 | - |
| YUV | 82.11 | 91.27 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 17 | 0 | 0.89 | 0.92 | 0.13 | 2.06 | 0.86 | 0.47 |
| Hex | DD | 18 | 11 | 0 | 59 | 5C | D | 2 | 56 | 2F |
| Octal | 335 | 30 | 21 | 0 | 131 | 134 | 15 | 2 | 126 | 57 |
| Binary | 11011101 | 11000 | 10001 | 0 | 1011001 | 1011100 | 1101 | 10 | 1010110 | 101111 |
Color Harmonies of #DD1811
Complementary color
Monochromatic Colors of #DD1811
Black with #DD1811
Text Example
Text Example
White with #DD1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1811; }
p { color: rgb(221,24,17); }
H1.HeaderClassName
{
color: #DD1811;
}
.AnyTagClassName
{
color: #DD1811;
}
</style>
background-color css
<style>
a { background-color: #DD1811; }
a { background-color: rgb(221,24,17); }
div.DivClassName
{
background-color: #DD1811;
}
.BgClassName
{
background-color: #DD1811;
}
</style>
border-color css
<style>
span { border-color: #DD1811; }
span { border-color: rgb(221,24,17); }
td.TdClassName
{
border-color: #DD1811;
}
.TagClassName
{
border-color: #DD1811;
}
</style>