Html Css Color HEX #DD1913 Harley Davidson Orange
📋 copy color: '#DD1913'red 221 ◦ green 25 ◦ blue 19
Shades of Harley Davidson Orange #DD1913
Tints of Harley Davidson Orange #DD1913
RGB
CMYK
RGB Variations
Color information
#DD1913 (or 0xDD1913) is known color: Harley Davidson Orange. HEX triplet: DD, 19 and 13. RGB value is (221,25,19). Sum of RGB (Red+Green+Blue) = 221+25+19=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1913 is #22E6EC. Grayscale: #535353. Windows color (decimal): -2287341 or 1251805. OLE color: 1251805.
HSL color Cylindrical-coordinate representation of color #DD1913: hue angle of 1.78º 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 #DD1913 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 19 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.13 |
| HSL | 1.78º | 0.84% | 0.47% | - |
| HSV(B) | 1.78º | 0.91% | 0.87% | - |
| XYZ | 30.28 | 16.11 | 2.13 | - |
| YUV | 82.92 | 91.93 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 19 | 0 | 0.89 | 0.91 | 0.13 | 1.78 | 0.84 | 0.47 |
| Hex | DD | 19 | 13 | 0 | 59 | 5B | D | 2 | 54 | 2F |
| Octal | 335 | 31 | 23 | 0 | 131 | 133 | 15 | 2 | 124 | 57 |
| Binary | 11011101 | 11001 | 10011 | 0 | 1011001 | 1011011 | 1101 | 10 | 1010100 | 101111 |
Color Harmonies of #DD1913
Complementary color
Monochromatic Colors of #DD1913
Black with #DD1913
Text Example
Text Example
White with #DD1913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1913; }
p { color: rgb(221,25,19); }
H1.HeaderClassName
{
color: #DD1913;
}
.AnyTagClassName
{
color: #DD1913;
}
</style>
background-color css
<style>
a { background-color: #DD1913; }
a { background-color: rgb(221,25,19); }
div.DivClassName
{
background-color: #DD1913;
}
.BgClassName
{
background-color: #DD1913;
}
</style>
border-color css
<style>
span { border-color: #DD1913; }
span { border-color: rgb(221,25,19); }
td.TdClassName
{
border-color: #DD1913;
}
.TagClassName
{
border-color: #DD1913;
}
</style>