Html Css Color HEX #DD2007 Harley Davidson Orange
📋 copy color: '#DD2007'red 221 ◦ green 32 ◦ blue 7
Shades of Harley Davidson Orange #DD2007
Tints of Harley Davidson Orange #DD2007
RGB
CMYK
RGB Variations
Color information
#DD2007 (or 0xDD2007) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 07. RGB value is (221,32,7). Sum of RGB (Red+Green+Blue) = 221+32+7=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2007 is #22DFF8. Grayscale: #555555. Windows color (decimal): -2285561 or 467165. OLE color: 467165.
HSL color Cylindrical-coordinate representation of color #DD2007: hue angle of 7.01º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD2007 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 7 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.13 |
| HSL | 7.01º | 0.94% | 0.45% | - |
| HSV(B) | 7.01º | 0.97% | 0.87% | - |
| XYZ | 30.37 | 16.42 | 1.77 | - |
| YUV | 85.66 | 83.62 | 224.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 7 | 0 | 0.86 | 0.97 | 0.13 | 7.01 | 0.94 | 0.45 |
| Hex | DD | 20 | 7 | 0 | 56 | 61 | D | 7 | 5E | 2D |
| Octal | 335 | 40 | 7 | 0 | 126 | 141 | 15 | 7 | 136 | 55 |
| Binary | 11011101 | 100000 | 111 | 0 | 1010110 | 1100001 | 1101 | 111 | 1011110 | 101101 |
Color Harmonies of #DD2007
Complementary color
Monochromatic Colors of #DD2007
Black with #DD2007
Text Example
Text Example
White with #DD2007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2007; }
p { color: rgb(221,32,7); }
H1.HeaderClassName
{
color: #DD2007;
}
.AnyTagClassName
{
color: #DD2007;
}
</style>
background-color css
<style>
a { background-color: #DD2007; }
a { background-color: rgb(221,32,7); }
div.DivClassName
{
background-color: #DD2007;
}
.BgClassName
{
background-color: #DD2007;
}
</style>
border-color css
<style>
span { border-color: #DD2007; }
span { border-color: rgb(221,32,7); }
td.TdClassName
{
border-color: #DD2007;
}
.TagClassName
{
border-color: #DD2007;
}
</style>