Html Css Color HEX #DD2100 Harley Davidson Orange
📋 copy color: '#DD2100'red 221 ◦ green 33 ◦ blue 0
Shades of Harley Davidson Orange #DD2100
Tints of Harley Davidson Orange #DD2100
RGB
CMYK
RGB Variations
Color information
#DD2100 (or 0xDD2100) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 00. RGB value is (221,33,0). Sum of RGB (Red+Green+Blue) = 221+33+0=254 (33% of max value = 765). Red value is 221 (86.72% from 255 or 87.01% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2100 is #22DEFF. Grayscale: #555555. Windows color (decimal): -2285312 or 8669. OLE color: 8669.
HSL color Cylindrical-coordinate representation of color #DD2100: hue angle of 8.96º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD2100 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.13 |
| HSL | 8.96º | 1% | 0.43% | - |
| HSV(B) | 8.96º | 1% | 0.87% | - |
| XYZ | 30.36 | 16.46 | 1.58 | - |
| YUV | 85.45 | 79.78 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 0 | 0 | 0.85 | 1 | 0.13 | 8.96 | 1 | 0.43 |
| Hex | DD | 21 | 0 | 0 | 55 | 64 | D | 9 | 64 | 2B |
| Octal | 335 | 41 | 0 | 0 | 125 | 144 | 15 | 11 | 144 | 53 |
| Binary | 11011101 | 100001 | 0 | 0 | 1010101 | 1100100 | 1101 | 1001 | 1100100 | 101011 |
Color Harmonies of #DD2100
Complementary color
Monochromatic Colors of #DD2100
Black with #DD2100
Text Example
Text Example
White with #DD2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2100; }
p { color: rgb(221,33,0); }
H1.HeaderClassName
{
color: #DD2100;
}
.AnyTagClassName
{
color: #DD2100;
}
</style>
background-color css
<style>
a { background-color: #DD2100; }
a { background-color: rgb(221,33,0); }
div.DivClassName
{
background-color: #DD2100;
}
.BgClassName
{
background-color: #DD2100;
}
</style>
border-color css
<style>
span { border-color: #DD2100; }
span { border-color: rgb(221,33,0); }
td.TdClassName
{
border-color: #DD2100;
}
.TagClassName
{
border-color: #DD2100;
}
</style>