Html Css Color HEX #DD2113 Harley Davidson Orange
📋 copy color: '#DD2113'red 221 ◦ green 33 ◦ blue 19
Shades of Harley Davidson Orange #DD2113
Tints of Harley Davidson Orange #DD2113
RGB
CMYK
RGB Variations
Color information
#DD2113 (or 0xDD2113) is known color: Harley Davidson Orange. HEX triplet: DD, 21 and 13. RGB value is (221,33,19). Sum of RGB (Red+Green+Blue) = 221+33+19=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2113 is #22DEEC. Grayscale: #575757. Windows color (decimal): -2285293 or 1253853. OLE color: 1253853.
HSL color Cylindrical-coordinate representation of color #DD2113: hue angle of 4.16º degrees, saturation: 0.84, 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 #DD2113 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 33 | 19 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.13 |
| HSL | 4.16º | 0.84% | 0.47% | - |
| HSV(B) | 4.16º | 0.91% | 0.87% | - |
| XYZ | 30.48 | 16.51 | 2.2 | - |
| YUV | 87.62 | 89.28 | 223.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 33 | 19 | 0 | 0.85 | 0.91 | 0.13 | 4.16 | 0.84 | 0.47 |
| Hex | DD | 21 | 13 | 0 | 55 | 5B | D | 4 | 54 | 2F |
| Octal | 335 | 41 | 23 | 0 | 125 | 133 | 15 | 4 | 124 | 57 |
| Binary | 11011101 | 100001 | 10011 | 0 | 1010101 | 1011011 | 1101 | 100 | 1010100 | 101111 |
Color Harmonies of #DD2113
Complementary color
Monochromatic Colors of #DD2113
Black with #DD2113
Text Example
Text Example
White with #DD2113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2113; }
p { color: rgb(221,33,19); }
H1.HeaderClassName
{
color: #DD2113;
}
.AnyTagClassName
{
color: #DD2113;
}
</style>
background-color css
<style>
a { background-color: #DD2113; }
a { background-color: rgb(221,33,19); }
div.DivClassName
{
background-color: #DD2113;
}
.BgClassName
{
background-color: #DD2113;
}
</style>
border-color css
<style>
span { border-color: #DD2113; }
span { border-color: rgb(221,33,19); }
td.TdClassName
{
border-color: #DD2113;
}
.TagClassName
{
border-color: #DD2113;
}
</style>