Html Css Color HEX #DD3118 Harley Davidson Orange
📋 copy color: '#DD3118'red 221 ◦ green 49 ◦ blue 24
Shades of Harley Davidson Orange #DD3118
Tints of Harley Davidson Orange #DD3118
RGB
CMYK
RGB Variations
Color information
#DD3118 (or 0xDD3118) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 18. RGB value is (221,49,24). Sum of RGB (Red+Green+Blue) = 221+49+24=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3118 is #22CEE7. Grayscale: #616161. Windows color (decimal): -2281192 or 1585629. OLE color: 1585629.
HSL color Cylindrical-coordinate representation of color #DD3118: hue angle of 7.61º 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 #DD3118 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 24 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.13 |
| HSL | 7.61º | 0.8% | 0.48% | - |
| HSV(B) | 7.61º | 0.89% | 0.87% | - |
| XYZ | 31.08 | 17.63 | 2.63 | - |
| YUV | 97.58 | 86.48 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 24 | 0 | 0.78 | 0.89 | 0.13 | 7.61 | 0.8 | 0.48 |
| Hex | DD | 31 | 18 | 0 | 4E | 59 | D | 8 | 50 | 30 |
| Octal | 335 | 61 | 30 | 0 | 116 | 131 | 15 | 10 | 120 | 60 |
| Binary | 11011101 | 110001 | 11000 | 0 | 1001110 | 1011001 | 1101 | 1000 | 1010000 | 110000 |
Color Harmonies of #DD3118
Complementary color
Monochromatic Colors of #DD3118
Black with #DD3118
Text Example
Text Example
White with #DD3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3118; }
p { color: rgb(221,49,24); }
H1.HeaderClassName
{
color: #DD3118;
}
.AnyTagClassName
{
color: #DD3118;
}
</style>
background-color css
<style>
a { background-color: #DD3118; }
a { background-color: rgb(221,49,24); }
div.DivClassName
{
background-color: #DD3118;
}
.BgClassName
{
background-color: #DD3118;
}
</style>
border-color css
<style>
span { border-color: #DD3118; }
span { border-color: rgb(221,49,24); }
td.TdClassName
{
border-color: #DD3118;
}
.TagClassName
{
border-color: #DD3118;
}
</style>