Html Css Color HEX #DD2001 Harley Davidson Orange
📋 copy color: '#DD2001'red 221 ◦ green 32 ◦ blue 1
Shades of Harley Davidson Orange #DD2001
Tints of Harley Davidson Orange #DD2001
RGB
CMYK
RGB Variations
Color information
#DD2001 (or 0xDD2001) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 01. RGB value is (221,32,1). Sum of RGB (Red+Green+Blue) = 221+32+1=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2001 is #22DFFE. Grayscale: #555555. Windows color (decimal): -2285567 or 73949. OLE color: 73949.
HSL color Cylindrical-coordinate representation of color #DD2001: hue angle of 8.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD2001 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.13 |
| HSL | 8.45º | 0.99% | 0.44% | - |
| HSV(B) | 8.45º | 1% | 0.87% | - |
| XYZ | 30.34 | 16.41 | 1.6 | - |
| YUV | 84.98 | 80.62 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 1 | 0 | 0.86 | 1.00 | 0.13 | 8.45 | 0.99 | 0.44 |
| Hex | DD | 20 | 1 | 0 | 56 | 64 | D | 8 | 63 | 2C |
| Octal | 335 | 40 | 1 | 0 | 126 | 144 | 15 | 10 | 143 | 54 |
| Binary | 11011101 | 100000 | 1 | 0 | 1010110 | 1100100 | 1101 | 1000 | 1100011 | 101100 |
Color Harmonies of #DD2001
Complementary color
Monochromatic Colors of #DD2001
Black with #DD2001
Text Example
Text Example
White with #DD2001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2001; }
p { color: rgb(221,32,1); }
H1.HeaderClassName
{
color: #DD2001;
}
.AnyTagClassName
{
color: #DD2001;
}
</style>
background-color css
<style>
a { background-color: #DD2001; }
a { background-color: rgb(221,32,1); }
div.DivClassName
{
background-color: #DD2001;
}
.BgClassName
{
background-color: #DD2001;
}
</style>
border-color css
<style>
span { border-color: #DD2001; }
span { border-color: rgb(221,32,1); }
td.TdClassName
{
border-color: #DD2001;
}
.TagClassName
{
border-color: #DD2001;
}
</style>