Html Css Color HEX #DD2818 Harley Davidson Orange
📋 copy color: '#DD2818'red 221 ◦ green 40 ◦ blue 24
Shades of Harley Davidson Orange #DD2818
Tints of Harley Davidson Orange #DD2818
RGB
CMYK
RGB Variations
Color information
#DD2818 (or 0xDD2818) is known color: Harley Davidson Orange. HEX triplet: DD, 28 and 18. RGB value is (221,40,24). Sum of RGB (Red+Green+Blue) = 221+40+24=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2818 is #22D7E7. Grayscale: #5C5C5C. Windows color (decimal): -2283496 or 1583325. OLE color: 1583325.
HSL color Cylindrical-coordinate representation of color #DD2818: hue angle of 4.87º 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 #DD2818 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 40 | 24 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.13 |
| HSL | 4.87º | 0.8% | 0.48% | - |
| HSV(B) | 4.87º | 0.89% | 0.87% | - |
| XYZ | 30.74 | 16.96 | 2.52 | - |
| YUV | 92.3 | 89.47 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 40 | 24 | 0 | 0.82 | 0.89 | 0.13 | 4.87 | 0.8 | 0.48 |
| Hex | DD | 28 | 18 | 0 | 52 | 59 | D | 5 | 50 | 30 |
| Octal | 335 | 50 | 30 | 0 | 122 | 131 | 15 | 5 | 120 | 60 |
| Binary | 11011101 | 101000 | 11000 | 0 | 1010010 | 1011001 | 1101 | 101 | 1010000 | 110000 |
Color Harmonies of #DD2818
Complementary color
Monochromatic Colors of #DD2818
Black with #DD2818
Text Example
Text Example
White with #DD2818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2818; }
p { color: rgb(221,40,24); }
H1.HeaderClassName
{
color: #DD2818;
}
.AnyTagClassName
{
color: #DD2818;
}
</style>
background-color css
<style>
a { background-color: #DD2818; }
a { background-color: rgb(221,40,24); }
div.DivClassName
{
background-color: #DD2818;
}
.BgClassName
{
background-color: #DD2818;
}
</style>
border-color css
<style>
span { border-color: #DD2818; }
span { border-color: rgb(221,40,24); }
td.TdClassName
{
border-color: #DD2818;
}
.TagClassName
{
border-color: #DD2818;
}
</style>