Html Css Color HEX #DD2212 Harley Davidson Orange
📋 copy color: '#DD2212'red 221 ◦ green 34 ◦ blue 18
Shades of Harley Davidson Orange #DD2212
Tints of Harley Davidson Orange #DD2212
RGB
CMYK
RGB Variations
Color information
#DD2212 (or 0xDD2212) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 12. RGB value is (221,34,18). Sum of RGB (Red+Green+Blue) = 221+34+18=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2212 is #22DDED. Grayscale: #585858. Windows color (decimal): -2285038 or 1188573. OLE color: 1188573.
HSL color Cylindrical-coordinate representation of color #DD2212: hue angle of 4.73º degrees, saturation: 0.85, 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 #DD2212 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 18 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.13 |
| HSL | 4.73º | 0.85% | 0.47% | - |
| HSV(B) | 4.73º | 0.92% | 0.87% | - |
| XYZ | 30.5 | 16.56 | 2.16 | - |
| YUV | 88.09 | 88.45 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 18 | 0 | 0.85 | 0.92 | 0.13 | 4.73 | 0.85 | 0.47 |
| Hex | DD | 22 | 12 | 0 | 55 | 5C | D | 5 | 55 | 2F |
| Octal | 335 | 42 | 22 | 0 | 125 | 134 | 15 | 5 | 125 | 57 |
| Binary | 11011101 | 100010 | 10010 | 0 | 1010101 | 1011100 | 1101 | 101 | 1010101 | 101111 |
Color Harmonies of #DD2212
Complementary color
Monochromatic Colors of #DD2212
Black with #DD2212
Text Example
Text Example
White with #DD2212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2212; }
p { color: rgb(221,34,18); }
H1.HeaderClassName
{
color: #DD2212;
}
.AnyTagClassName
{
color: #DD2212;
}
</style>
background-color css
<style>
a { background-color: #DD2212; }
a { background-color: rgb(221,34,18); }
div.DivClassName
{
background-color: #DD2212;
}
.BgClassName
{
background-color: #DD2212;
}
</style>
border-color css
<style>
span { border-color: #DD2212; }
span { border-color: rgb(221,34,18); }
td.TdClassName
{
border-color: #DD2212;
}
.TagClassName
{
border-color: #DD2212;
}
</style>