Html Css Color HEX #DD4519 Harley Davidson Orange
📋 copy color: '#DD4519'red 221 ◦ green 69 ◦ blue 25
Shades of Harley Davidson Orange #DD4519
Tints of Harley Davidson Orange #DD4519
RGB
CMYK
RGB Variations
Color information
#DD4519 (or 0xDD4519) is known color: Harley Davidson Orange. HEX triplet: DD, 45 and 19. RGB value is (221,69,25). Sum of RGB (Red+Green+Blue) = 221+69+25=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4519 is #22BAE6. Grayscale: #6D6D6D. Windows color (decimal): -2276071 or 1656285. OLE color: 1656285.
HSL color Cylindrical-coordinate representation of color #DD4519: hue angle of 13.47º 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 #DD4519 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 25 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.13 |
| HSL | 13.47º | 0.8% | 0.48% | - |
| HSV(B) | 13.47º | 0.89% | 0.87% | - |
| XYZ | 32.12 | 19.7 | 3.03 | - |
| YUV | 109.43 | 80.36 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 25 | 0 | 0.69 | 0.89 | 0.13 | 13.47 | 0.8 | 0.48 |
| Hex | DD | 45 | 19 | 0 | 45 | 59 | D | D | 50 | 30 |
| Octal | 335 | 105 | 31 | 0 | 105 | 131 | 15 | 15 | 120 | 60 |
| Binary | 11011101 | 1000101 | 11001 | 0 | 1000101 | 1011001 | 1101 | 1101 | 1010000 | 110000 |
Color Harmonies of #DD4519
Complementary color
Monochromatic Colors of #DD4519
Black with #DD4519
Text Example
Text Example
White with #DD4519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4519; }
p { color: rgb(221,69,25); }
H1.HeaderClassName
{
color: #DD4519;
}
.AnyTagClassName
{
color: #DD4519;
}
</style>
background-color css
<style>
a { background-color: #DD4519; }
a { background-color: rgb(221,69,25); }
div.DivClassName
{
background-color: #DD4519;
}
.BgClassName
{
background-color: #DD4519;
}
</style>
border-color css
<style>
span { border-color: #DD4519; }
span { border-color: rgb(221,69,25); }
td.TdClassName
{
border-color: #DD4519;
}
.TagClassName
{
border-color: #DD4519;
}
</style>