Html Css Color HEX #DD1A11 Harley Davidson Orange
📋 copy color: '#DD1A11'red 221 ◦ green 26 ◦ blue 17
Shades of Harley Davidson Orange #DD1A11
Tints of Harley Davidson Orange #DD1A11
RGB
CMYK
RGB Variations
Color information
#DD1A11 (or 0xDD1A11) is known color: Harley Davidson Orange. HEX triplet: DD, 1A and 11. RGB value is (221,26,17). Sum of RGB (Red+Green+Blue) = 221+26+17=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 26 (10.55% from 255 or 9.85% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1A11 is #22E5EE. Grayscale: #535353. Windows color (decimal): -2287087 or 1120989. OLE color: 1120989.
HSL color Cylindrical-coordinate representation of color #DD1A11: hue angle of 2.65º 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 #DD1A11 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 26 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.13 |
| HSL | 2.65º | 0.86% | 0.47% | - |
| HSV(B) | 2.65º | 0.92% | 0.87% | - |
| XYZ | 30.29 | 16.15 | 2.05 | - |
| YUV | 83.28 | 90.6 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 26 | 17 | 0 | 0.88 | 0.92 | 0.13 | 2.65 | 0.86 | 0.47 |
| Hex | DD | 1A | 11 | 0 | 58 | 5C | D | 3 | 56 | 2F |
| Octal | 335 | 32 | 21 | 0 | 130 | 134 | 15 | 3 | 126 | 57 |
| Binary | 11011101 | 11010 | 10001 | 0 | 1011000 | 1011100 | 1101 | 11 | 1010110 | 101111 |
Color Harmonies of #DD1A11
Complementary color
Monochromatic Colors of #DD1A11
Black with #DD1A11
Text Example
Text Example
White with #DD1A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1A11; }
p { color: rgb(221,26,17); }
H1.HeaderClassName
{
color: #DD1A11;
}
.AnyTagClassName
{
color: #DD1A11;
}
</style>
background-color css
<style>
a { background-color: #DD1A11; }
a { background-color: rgb(221,26,17); }
div.DivClassName
{
background-color: #DD1A11;
}
.BgClassName
{
background-color: #DD1A11;
}
</style>
border-color css
<style>
span { border-color: #DD1A11; }
span { border-color: rgb(221,26,17); }
td.TdClassName
{
border-color: #DD1A11;
}
.TagClassName
{
border-color: #DD1A11;
}
</style>