Html Css Color HEX #DD2202 Harley Davidson Orange
📋 copy color: '#DD2202'red 221 ◦ green 34 ◦ blue 2
Shades of Harley Davidson Orange #DD2202
Tints of Harley Davidson Orange #DD2202
RGB
CMYK
RGB Variations
Color information
#DD2202 (or 0xDD2202) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 02. RGB value is (221,34,2). Sum of RGB (Red+Green+Blue) = 221+34+2=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 34 (13.67% from 255 or 13.23% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2202 is #22DDFD. Grayscale: #565656. Windows color (decimal): -2285054 or 139997. OLE color: 139997.
HSL color Cylindrical-coordinate representation of color #DD2202: hue angle of 8.77º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD2202 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.13 |
| HSL | 8.77º | 0.98% | 0.44% | - |
| HSV(B) | 8.77º | 0.99% | 0.87% | - |
| XYZ | 30.4 | 16.52 | 1.64 | - |
| YUV | 86.27 | 80.45 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 2 | 0 | 0.85 | 0.99 | 0.13 | 8.77 | 0.98 | 0.44 |
| Hex | DD | 22 | 2 | 0 | 55 | 63 | D | 9 | 62 | 2C |
| Octal | 335 | 42 | 2 | 0 | 125 | 143 | 15 | 11 | 142 | 54 |
| Binary | 11011101 | 100010 | 10 | 0 | 1010101 | 1100011 | 1101 | 1001 | 1100010 | 101100 |
Color Harmonies of #DD2202
Complementary color
Monochromatic Colors of #DD2202
Black with #DD2202
Text Example
Text Example
White with #DD2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2202; }
p { color: rgb(221,34,2); }
H1.HeaderClassName
{
color: #DD2202;
}
.AnyTagClassName
{
color: #DD2202;
}
</style>
background-color css
<style>
a { background-color: #DD2202; }
a { background-color: rgb(221,34,2); }
div.DivClassName
{
background-color: #DD2202;
}
.BgClassName
{
background-color: #DD2202;
}
</style>
border-color css
<style>
span { border-color: #DD2202; }
span { border-color: rgb(221,34,2); }
td.TdClassName
{
border-color: #DD2202;
}
.TagClassName
{
border-color: #DD2202;
}
</style>