Html Css Color HEX #DD2A0D Harley Davidson Orange
📋 copy color: '#DD2A0D'red 221 ◦ green 42 ◦ blue 13
Shades of Harley Davidson Orange #DD2A0D
Tints of Harley Davidson Orange #DD2A0D
RGB
CMYK
RGB Variations
Color information
#DD2A0D (or 0xDD2A0D) is known color: Harley Davidson Orange. HEX triplet: DD, 2A and 0D. RGB value is (221,42,13). Sum of RGB (Red+Green+Blue) = 221+42+13=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 42 (16.80% from 255 or 15.22% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2A0D is #22D5F2. Grayscale: #5C5C5C. Windows color (decimal): -2282995 or 862941. OLE color: 862941.
HSL color Cylindrical-coordinate representation of color #DD2A0D: hue angle of 8.37º 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 #DD2A0D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.13 |
| HSL | 8.37º | 0.89% | 0.46% | - |
| HSV(B) | 8.37º | 0.94% | 0.87% | - |
| XYZ | 30.72 | 17.06 | 2.05 | - |
| YUV | 92.22 | 83.3 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 13 | 0 | 0.81 | 0.94 | 0.13 | 8.37 | 0.89 | 0.46 |
| Hex | DD | 2A | D | 0 | 51 | 5E | D | 8 | 59 | 2E |
| Octal | 335 | 52 | 15 | 0 | 121 | 136 | 15 | 10 | 131 | 56 |
| Binary | 11011101 | 101010 | 1101 | 0 | 1010001 | 1011110 | 1101 | 1000 | 1011001 | 101110 |
Color Harmonies of #DD2A0D
Complementary color
Monochromatic Colors of #DD2A0D
Black with #DD2A0D
Text Example
Text Example
White with #DD2A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2A0D; }
p { color: rgb(221,42,13); }
H1.HeaderClassName
{
color: #DD2A0D;
}
.AnyTagClassName
{
color: #DD2A0D;
}
</style>
background-color css
<style>
a { background-color: #DD2A0D; }
a { background-color: rgb(221,42,13); }
div.DivClassName
{
background-color: #DD2A0D;
}
.BgClassName
{
background-color: #DD2A0D;
}
</style>
border-color css
<style>
span { border-color: #DD2A0D; }
span { border-color: rgb(221,42,13); }
td.TdClassName
{
border-color: #DD2A0D;
}
.TagClassName
{
border-color: #DD2A0D;
}
</style>