Html Css Color HEX #DD2016 Harley Davidson Orange
📋 copy color: '#DD2016'red 221 ◦ green 32 ◦ blue 22
Shades of Harley Davidson Orange #DD2016
Tints of Harley Davidson Orange #DD2016
RGB
CMYK
RGB Variations
Color information
#DD2016 (or 0xDD2016) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 16. RGB value is (221,32,22). Sum of RGB (Red+Green+Blue) = 221+32+22=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2016 is #22DFE9. Grayscale: #575757. Windows color (decimal): -2285546 or 1450205. OLE color: 1450205.
HSL color Cylindrical-coordinate representation of color #DD2016: hue angle of 3.02º 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 #DD2016 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 22 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.13 |
| HSL | 3.02º | 0.82% | 0.48% | - |
| HSV(B) | 3.02º | 0.9% | 0.87% | - |
| XYZ | 30.48 | 16.46 | 2.33 | - |
| YUV | 87.37 | 91.12 | 223.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 22 | 0 | 0.86 | 0.90 | 0.13 | 3.02 | 0.82 | 0.48 |
| Hex | DD | 20 | 16 | 0 | 56 | 5A | D | 3 | 52 | 30 |
| Octal | 335 | 40 | 26 | 0 | 126 | 132 | 15 | 3 | 122 | 60 |
| Binary | 11011101 | 100000 | 10110 | 0 | 1010110 | 1011010 | 1101 | 11 | 1010010 | 110000 |
Color Harmonies of #DD2016
Complementary color
Monochromatic Colors of #DD2016
Black with #DD2016
Text Example
Text Example
White with #DD2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2016; }
p { color: rgb(221,32,22); }
H1.HeaderClassName
{
color: #DD2016;
}
.AnyTagClassName
{
color: #DD2016;
}
</style>
background-color css
<style>
a { background-color: #DD2016; }
a { background-color: rgb(221,32,22); }
div.DivClassName
{
background-color: #DD2016;
}
.BgClassName
{
background-color: #DD2016;
}
</style>
border-color css
<style>
span { border-color: #DD2016; }
span { border-color: rgb(221,32,22); }
td.TdClassName
{
border-color: #DD2016;
}
.TagClassName
{
border-color: #DD2016;
}
</style>