Html Css Color HEX #DD4417 Harley Davidson Orange
📋 copy color: '#DD4417'red 221 ◦ green 68 ◦ blue 23
Shades of Harley Davidson Orange #DD4417
Tints of Harley Davidson Orange #DD4417
RGB
CMYK
RGB Variations
Color information
#DD4417 (or 0xDD4417) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 17. RGB value is (221,68,23). Sum of RGB (Red+Green+Blue) = 221+68+23=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 23 (9.38% from 255 or 7.37% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4417 is #22BBE8. Grayscale: #6C6C6C. Windows color (decimal): -2276329 or 1524957. OLE color: 1524957.
HSL color Cylindrical-coordinate representation of color #DD4417: hue angle of 13.64º degrees, saturation: 0.81, 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 #DD4417 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 23 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.13 |
| HSL | 13.64º | 0.81% | 0.48% | - |
| HSV(B) | 13.64º | 0.9% | 0.87% | - |
| XYZ | 32.04 | 19.57 | 2.9 | - |
| YUV | 108.62 | 79.69 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 23 | 0 | 0.69 | 0.90 | 0.13 | 13.64 | 0.81 | 0.48 |
| Hex | DD | 44 | 17 | 0 | 45 | 5A | D | E | 51 | 30 |
| Octal | 335 | 104 | 27 | 0 | 105 | 132 | 15 | 16 | 121 | 60 |
| Binary | 11011101 | 1000100 | 10111 | 0 | 1000101 | 1011010 | 1101 | 1110 | 1010001 | 110000 |
Color Harmonies of #DD4417
Complementary color
Monochromatic Colors of #DD4417
Black with #DD4417
Text Example
Text Example
White with #DD4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4417; }
p { color: rgb(221,68,23); }
H1.HeaderClassName
{
color: #DD4417;
}
.AnyTagClassName
{
color: #DD4417;
}
</style>
background-color css
<style>
a { background-color: #DD4417; }
a { background-color: rgb(221,68,23); }
div.DivClassName
{
background-color: #DD4417;
}
.BgClassName
{
background-color: #DD4417;
}
</style>
border-color css
<style>
span { border-color: #DD4417; }
span { border-color: rgb(221,68,23); }
td.TdClassName
{
border-color: #DD4417;
}
.TagClassName
{
border-color: #DD4417;
}
</style>