Html Css Color HEX #DD3519 Harley Davidson Orange
📋 copy color: '#DD3519'red 221 ◦ green 53 ◦ blue 25
Shades of Harley Davidson Orange #DD3519
Tints of Harley Davidson Orange #DD3519
RGB
CMYK
RGB Variations
Color information
#DD3519 (or 0xDD3519) is known color: Harley Davidson Orange. HEX triplet: DD, 35 and 19. RGB value is (221,53,25). Sum of RGB (Red+Green+Blue) = 221+53+25=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3519 is #22CAE6. Grayscale: #646464. Windows color (decimal): -2280167 or 1652189. OLE color: 1652189.
HSL color Cylindrical-coordinate representation of color #DD3519: hue angle of 8.57º 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 #DD3519 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 53 | 25 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.13 |
| HSL | 8.57º | 0.8% | 0.48% | - |
| HSV(B) | 8.57º | 0.89% | 0.87% | - |
| XYZ | 31.27 | 17.99 | 2.74 | - |
| YUV | 100.04 | 85.66 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 53 | 25 | 0 | 0.76 | 0.89 | 0.13 | 8.57 | 0.8 | 0.48 |
| Hex | DD | 35 | 19 | 0 | 4C | 59 | D | 9 | 50 | 30 |
| Octal | 335 | 65 | 31 | 0 | 114 | 131 | 15 | 11 | 120 | 60 |
| Binary | 11011101 | 110101 | 11001 | 0 | 1001100 | 1011001 | 1101 | 1001 | 1010000 | 110000 |
Color Harmonies of #DD3519
Complementary color
Monochromatic Colors of #DD3519
Black with #DD3519
Text Example
Text Example
White with #DD3519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3519; }
p { color: rgb(221,53,25); }
H1.HeaderClassName
{
color: #DD3519;
}
.AnyTagClassName
{
color: #DD3519;
}
</style>
background-color css
<style>
a { background-color: #DD3519; }
a { background-color: rgb(221,53,25); }
div.DivClassName
{
background-color: #DD3519;
}
.BgClassName
{
background-color: #DD3519;
}
</style>
border-color css
<style>
span { border-color: #DD3519; }
span { border-color: rgb(221,53,25); }
td.TdClassName
{
border-color: #DD3519;
}
.TagClassName
{
border-color: #DD3519;
}
</style>