Html Css Color HEX #DD1D16 Harley Davidson Orange
📋 copy color: '#DD1D16'red 221 ◦ green 29 ◦ blue 22
Shades of Harley Davidson Orange #DD1D16
Tints of Harley Davidson Orange #DD1D16
RGB
CMYK
RGB Variations
Color information
#DD1D16 (or 0xDD1D16) is known color: Harley Davidson Orange. HEX triplet: DD, 1D and 16. RGB value is (221,29,22). Sum of RGB (Red+Green+Blue) = 221+29+22=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1D16 is #22E2E9. Grayscale: #555555. Windows color (decimal): -2286314 or 1449437. OLE color: 1449437.
HSL color Cylindrical-coordinate representation of color #DD1D16: hue angle of 2.11º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1D16 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 29 | 22 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.13 |
| HSL | 2.11º | 0.82% | 0.48% | - |
| HSV(B) | 2.11º | 0.9% | 0.87% | - |
| XYZ | 30.4 | 16.31 | 2.3 | - |
| YUV | 85.61 | 92.11 | 224.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 29 | 22 | 0 | 0.87 | 0.90 | 0.13 | 2.11 | 0.82 | 0.48 |
| Hex | DD | 1D | 16 | 0 | 57 | 5A | D | 2 | 52 | 30 |
| Octal | 335 | 35 | 26 | 0 | 127 | 132 | 15 | 2 | 122 | 60 |
| Binary | 11011101 | 11101 | 10110 | 0 | 1010111 | 1011010 | 1101 | 10 | 1010010 | 110000 |
Color Harmonies of #DD1D16
Complementary color
Monochromatic Colors of #DD1D16
Black with #DD1D16
Text Example
Text Example
White with #DD1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1D16; }
p { color: rgb(221,29,22); }
H1.HeaderClassName
{
color: #DD1D16;
}
.AnyTagClassName
{
color: #DD1D16;
}
</style>
background-color css
<style>
a { background-color: #DD1D16; }
a { background-color: rgb(221,29,22); }
div.DivClassName
{
background-color: #DD1D16;
}
.BgClassName
{
background-color: #DD1D16;
}
</style>
border-color css
<style>
span { border-color: #DD1D16; }
span { border-color: rgb(221,29,22); }
td.TdClassName
{
border-color: #DD1D16;
}
.TagClassName
{
border-color: #DD1D16;
}
</style>