Html Css Color HEX #DD2210 Harley Davidson Orange
📋 copy color: '#DD2210'red 221 ◦ green 34 ◦ blue 16
Shades of Harley Davidson Orange #DD2210
Tints of Harley Davidson Orange #DD2210
RGB
CMYK
RGB Variations
Color information
#DD2210 (or 0xDD2210) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 10. RGB value is (221,34,16). Sum of RGB (Red+Green+Blue) = 221+34+16=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 34 (13.67% from 255 or 12.55% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2210 is #22DDEF. Grayscale: #585858. Windows color (decimal): -2285040 or 1057501. OLE color: 1057501.
HSL color Cylindrical-coordinate representation of color #DD2210: hue angle of 5.27º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD2210 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 16 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.13 |
| HSL | 5.27º | 0.86% | 0.46% | - |
| HSV(B) | 5.27º | 0.93% | 0.87% | - |
| XYZ | 30.48 | 16.55 | 2.08 | - |
| YUV | 87.86 | 87.45 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 16 | 0 | 0.85 | 0.93 | 0.13 | 5.27 | 0.86 | 0.46 |
| Hex | DD | 22 | 10 | 0 | 55 | 5D | D | 5 | 56 | 2E |
| Octal | 335 | 42 | 20 | 0 | 125 | 135 | 15 | 5 | 126 | 56 |
| Binary | 11011101 | 100010 | 10000 | 0 | 1010101 | 1011101 | 1101 | 101 | 1010110 | 101110 |
Color Harmonies of #DD2210
Complementary color
Monochromatic Colors of #DD2210
Black with #DD2210
Text Example
Text Example
White with #DD2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2210; }
p { color: rgb(221,34,16); }
H1.HeaderClassName
{
color: #DD2210;
}
.AnyTagClassName
{
color: #DD2210;
}
</style>
background-color css
<style>
a { background-color: #DD2210; }
a { background-color: rgb(221,34,16); }
div.DivClassName
{
background-color: #DD2210;
}
.BgClassName
{
background-color: #DD2210;
}
</style>
border-color css
<style>
span { border-color: #DD2210; }
span { border-color: rgb(221,34,16); }
td.TdClassName
{
border-color: #DD2210;
}
.TagClassName
{
border-color: #DD2210;
}
</style>