Html Css Color HEX #DD4516 Harley Davidson Orange
📋 copy color: '#DD4516'red 221 ◦ green 69 ◦ blue 22
Shades of Harley Davidson Orange #DD4516
Tints of Harley Davidson Orange #DD4516
RGB
CMYK
RGB Variations
Color information
#DD4516 (or 0xDD4516) is known color: Harley Davidson Orange. HEX triplet: DD, 45 and 16. RGB value is (221,69,22). Sum of RGB (Red+Green+Blue) = 221+69+22=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4516 is #22BAE9. Grayscale: #6D6D6D. Windows color (decimal): -2276074 or 1459677. OLE color: 1459677.
HSL color Cylindrical-coordinate representation of color #DD4516: hue angle of 14.17º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4516 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 22 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.13 |
| HSL | 14.17º | 0.82% | 0.48% | - |
| HSV(B) | 14.17º | 0.9% | 0.87% | - |
| XYZ | 32.09 | 19.69 | 2.87 | - |
| YUV | 109.09 | 78.86 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 22 | 0 | 0.69 | 0.90 | 0.13 | 14.17 | 0.82 | 0.48 |
| Hex | DD | 45 | 16 | 0 | 45 | 5A | D | E | 52 | 30 |
| Octal | 335 | 105 | 26 | 0 | 105 | 132 | 15 | 16 | 122 | 60 |
| Binary | 11011101 | 1000101 | 10110 | 0 | 1000101 | 1011010 | 1101 | 1110 | 1010010 | 110000 |
Color Harmonies of #DD4516
Complementary color
Monochromatic Colors of #DD4516
Black with #DD4516
Text Example
Text Example
White with #DD4516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4516; }
p { color: rgb(221,69,22); }
H1.HeaderClassName
{
color: #DD4516;
}
.AnyTagClassName
{
color: #DD4516;
}
</style>
background-color css
<style>
a { background-color: #DD4516; }
a { background-color: rgb(221,69,22); }
div.DivClassName
{
background-color: #DD4516;
}
.BgClassName
{
background-color: #DD4516;
}
</style>
border-color css
<style>
span { border-color: #DD4516; }
span { border-color: rgb(221,69,22); }
td.TdClassName
{
border-color: #DD4516;
}
.TagClassName
{
border-color: #DD4516;
}
</style>