Html Css Color HEX #DD220D Harley Davidson Orange
📋 copy color: '#DD220D'red 221 ◦ green 34 ◦ blue 13
Shades of Harley Davidson Orange #DD220D
Tints of Harley Davidson Orange #DD220D
RGB
CMYK
RGB Variations
Color information
#DD220D (or 0xDD220D) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 0D. RGB value is (221,34,13). Sum of RGB (Red+Green+Blue) = 221+34+13=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD220D is #22DDF2. Grayscale: #575757. Windows color (decimal): -2285043 or 860893. OLE color: 860893.
HSL color Cylindrical-coordinate representation of color #DD220D: hue angle of 6.06º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD220D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 13 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.13 |
| HSL | 6.06º | 0.89% | 0.46% | - |
| HSV(B) | 6.06º | 0.94% | 0.87% | - |
| XYZ | 30.46 | 16.55 | 1.97 | - |
| YUV | 87.52 | 85.95 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 13 | 0 | 0.85 | 0.94 | 0.13 | 6.06 | 0.89 | 0.46 |
| Hex | DD | 22 | D | 0 | 55 | 5E | D | 6 | 59 | 2E |
| Octal | 335 | 42 | 15 | 0 | 125 | 136 | 15 | 6 | 131 | 56 |
| Binary | 11011101 | 100010 | 1101 | 0 | 1010101 | 1011110 | 1101 | 110 | 1011001 | 101110 |
Color Harmonies of #DD220D
Complementary color
Monochromatic Colors of #DD220D
Black with #DD220D
Text Example
Text Example
White with #DD220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD220D; }
p { color: rgb(221,34,13); }
H1.HeaderClassName
{
color: #DD220D;
}
.AnyTagClassName
{
color: #DD220D;
}
</style>
background-color css
<style>
a { background-color: #DD220D; }
a { background-color: rgb(221,34,13); }
div.DivClassName
{
background-color: #DD220D;
}
.BgClassName
{
background-color: #DD220D;
}
</style>
border-color css
<style>
span { border-color: #DD220D; }
span { border-color: rgb(221,34,13); }
td.TdClassName
{
border-color: #DD220D;
}
.TagClassName
{
border-color: #DD220D;
}
</style>