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