Html Css Color HEX #DD2006 Harley Davidson Orange
📋 copy color: '#DD2006'red 221 ◦ green 32 ◦ blue 6
Shades of Harley Davidson Orange #DD2006
Tints of Harley Davidson Orange #DD2006
RGB
CMYK
RGB Variations
Color information
#DD2006 (or 0xDD2006) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 06. RGB value is (221,32,6). Sum of RGB (Red+Green+Blue) = 221+32+6=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2006 is #22DFF9. Grayscale: #555555. Windows color (decimal): -2285562 or 401629. OLE color: 401629.
HSL color Cylindrical-coordinate representation of color #DD2006: hue angle of 7.26º degrees, saturation: 0.95, 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 #DD2006 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 6 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.13 |
| HSL | 7.26º | 0.95% | 0.45% | - |
| HSV(B) | 7.26º | 0.97% | 0.87% | - |
| XYZ | 30.37 | 16.42 | 1.74 | - |
| YUV | 85.55 | 83.12 | 224.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 6 | 0 | 0.86 | 0.97 | 0.13 | 7.26 | 0.95 | 0.45 |
| Hex | DD | 20 | 6 | 0 | 56 | 61 | D | 7 | 5F | 2D |
| Octal | 335 | 40 | 6 | 0 | 126 | 141 | 15 | 7 | 137 | 55 |
| Binary | 11011101 | 100000 | 110 | 0 | 1010110 | 1100001 | 1101 | 111 | 1011111 | 101101 |
Color Harmonies of #DD2006
Complementary color
Monochromatic Colors of #DD2006
Black with #DD2006
Text Example
Text Example
White with #DD2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2006; }
p { color: rgb(221,32,6); }
H1.HeaderClassName
{
color: #DD2006;
}
.AnyTagClassName
{
color: #DD2006;
}
</style>
background-color css
<style>
a { background-color: #DD2006; }
a { background-color: rgb(221,32,6); }
div.DivClassName
{
background-color: #DD2006;
}
.BgClassName
{
background-color: #DD2006;
}
</style>
border-color css
<style>
span { border-color: #DD2006; }
span { border-color: rgb(221,32,6); }
td.TdClassName
{
border-color: #DD2006;
}
.TagClassName
{
border-color: #DD2006;
}
</style>