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