Html Css Color HEX #DD4718 Harley Davidson Orange
📋 copy color: '#DD4718'red 221 ◦ green 71 ◦ blue 24
Shades of Harley Davidson Orange #DD4718
Tints of Harley Davidson Orange #DD4718
RGB
CMYK
RGB Variations
Color information
#DD4718 (or 0xDD4718) is known color: Harley Davidson Orange. HEX triplet: DD, 47 and 18. RGB value is (221,71,24). Sum of RGB (Red+Green+Blue) = 221+71+24=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4718 is #22B8E7. Grayscale: #6E6E6E. Windows color (decimal): -2275560 or 1591261. OLE color: 1591261.
HSL color Cylindrical-coordinate representation of color #DD4718: hue angle of 14.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD4718 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 24 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.13 |
| HSL | 14.31º | 0.8% | 0.48% | - |
| HSV(B) | 14.31º | 0.89% | 0.87% | - |
| XYZ | 32.24 | 19.94 | 3.01 | - |
| YUV | 110.49 | 79.2 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 24 | 0 | 0.68 | 0.89 | 0.13 | 14.31 | 0.8 | 0.48 |
| Hex | DD | 47 | 18 | 0 | 44 | 59 | D | E | 50 | 30 |
| Octal | 335 | 107 | 30 | 0 | 104 | 131 | 15 | 16 | 120 | 60 |
| Binary | 11011101 | 1000111 | 11000 | 0 | 1000100 | 1011001 | 1101 | 1110 | 1010000 | 110000 |
Color Harmonies of #DD4718
Complementary color
Monochromatic Colors of #DD4718
Black with #DD4718
Text Example
Text Example
White with #DD4718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4718; }
p { color: rgb(221,71,24); }
H1.HeaderClassName
{
color: #DD4718;
}
.AnyTagClassName
{
color: #DD4718;
}
</style>
background-color css
<style>
a { background-color: #DD4718; }
a { background-color: rgb(221,71,24); }
div.DivClassName
{
background-color: #DD4718;
}
.BgClassName
{
background-color: #DD4718;
}
</style>
border-color css
<style>
span { border-color: #DD4718; }
span { border-color: rgb(221,71,24); }
td.TdClassName
{
border-color: #DD4718;
}
.TagClassName
{
border-color: #DD4718;
}
</style>