Html Css Color HEX #DD4416 Harley Davidson Orange
📋 copy color: '#DD4416'red 221 ◦ green 68 ◦ blue 22
Shades of Harley Davidson Orange #DD4416
Tints of Harley Davidson Orange #DD4416
RGB
CMYK
RGB Variations
Color information
#DD4416 (or 0xDD4416) is known color: Harley Davidson Orange. HEX triplet: DD, 44 and 16. RGB value is (221,68,22). Sum of RGB (Red+Green+Blue) = 221+68+22=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4416 is #22BBE9. Grayscale: #6C6C6C. Windows color (decimal): -2276330 or 1459421. OLE color: 1459421.
HSL color Cylindrical-coordinate representation of color #DD4416: hue angle of 13.87º 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 #DD4416 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 68 | 22 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.13 |
| HSL | 13.87º | 0.82% | 0.48% | - |
| HSV(B) | 13.87º | 0.9% | 0.87% | - |
| XYZ | 32.03 | 19.56 | 2.85 | - |
| YUV | 108.5 | 79.19 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 68 | 22 | 0 | 0.69 | 0.90 | 0.13 | 13.87 | 0.82 | 0.48 |
| Hex | DD | 44 | 16 | 0 | 45 | 5A | D | E | 52 | 30 |
| Octal | 335 | 104 | 26 | 0 | 105 | 132 | 15 | 16 | 122 | 60 |
| Binary | 11011101 | 1000100 | 10110 | 0 | 1000101 | 1011010 | 1101 | 1110 | 1010010 | 110000 |
Color Harmonies of #DD4416
Complementary color
Monochromatic Colors of #DD4416
Black with #DD4416
Text Example
Text Example
White with #DD4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4416; }
p { color: rgb(221,68,22); }
H1.HeaderClassName
{
color: #DD4416;
}
.AnyTagClassName
{
color: #DD4416;
}
</style>
background-color css
<style>
a { background-color: #DD4416; }
a { background-color: rgb(221,68,22); }
div.DivClassName
{
background-color: #DD4416;
}
.BgClassName
{
background-color: #DD4416;
}
</style>
border-color css
<style>
span { border-color: #DD4416; }
span { border-color: rgb(221,68,22); }
td.TdClassName
{
border-color: #DD4416;
}
.TagClassName
{
border-color: #DD4416;
}
</style>