Html Css Color HEX #DD2114 Harley Davidson Orange
📋 copy color: '#DD2114'red 221 ◦ green 33 ◦ blue 20
Shades of Harley Davidson Orange #DD2114
Tints of Harley Davidson Orange #DD2114
RGB
CMYK
RGB Variations
Color information
#DD2114 (or 0xDD2114) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 14. RGB value is (221,33,20). Sum of RGB (Red+Green+Blue) = 221+33+20=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2114 is #22DEEB. Grayscale: #575757. Windows color (decimal): -2285292 or 1319389. OLE color: 1319389.
HSL color Cylindrical-coordinate representation of color #DD2114: hue angle of 3.88º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD2114 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 20 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.13 |
| HSL | 3.88º | 0.83% | 0.47% | - |
| HSV(B) | 3.88º | 0.91% | 0.87% | - |
| XYZ | 30.49 | 16.51 | 2.24 | - |
| YUV | 87.73 | 89.78 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 20 | 0 | 0.85 | 0.91 | 0.13 | 3.88 | 0.83 | 0.47 |
| Hex | DD | 21 | 14 | 0 | 55 | 5B | D | 4 | 53 | 2F |
| Octal | 335 | 41 | 24 | 0 | 125 | 133 | 15 | 4 | 123 | 57 |
| Binary | 11011101 | 100001 | 10100 | 0 | 1010101 | 1011011 | 1101 | 100 | 1010011 | 101111 |
Color Harmonies of #DD2114
Complementary color
Monochromatic Colors of #DD2114
Black with #DD2114
Text Example
Text Example
White with #DD2114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2114; }
p { color: rgb(221,33,20); }
H1.HeaderClassName
{
color: #DD2114;
}
.AnyTagClassName
{
color: #DD2114;
}
</style>
background-color css
<style>
a { background-color: #DD2114; }
a { background-color: rgb(221,33,20); }
div.DivClassName
{
background-color: #DD2114;
}
.BgClassName
{
background-color: #DD2114;
}
</style>
border-color css
<style>
span { border-color: #DD2114; }
span { border-color: rgb(221,33,20); }
td.TdClassName
{
border-color: #DD2114;
}
.TagClassName
{
border-color: #DD2114;
}
</style>