Html Css Color HEX #DD4119 Harley Davidson Orange
📋 copy color: '#DD4119'red 221 ◦ green 65 ◦ blue 25
Shades of Harley Davidson Orange #DD4119
Tints of Harley Davidson Orange #DD4119
RGB
CMYK
RGB Variations
Color information
#DD4119 (or 0xDD4119) is known color: Harley Davidson Orange. HEX triplet: DD, 41 and 19. RGB value is (221,65,25). Sum of RGB (Red+Green+Blue) = 221+65+25=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4119 is #22BEE6. Grayscale: #6B6B6B. Windows color (decimal): -2277095 or 1655261. OLE color: 1655261.
HSL color Cylindrical-coordinate representation of color #DD4119: hue angle of 12.24º 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 #DD4119 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 65 | 25 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.13 |
| HSL | 12.24º | 0.8% | 0.48% | - |
| HSV(B) | 12.24º | 0.89% | 0.87% | - |
| XYZ | 31.88 | 19.22 | 2.95 | - |
| YUV | 107.08 | 81.68 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 65 | 25 | 0 | 0.71 | 0.89 | 0.13 | 12.24 | 0.8 | 0.48 |
| Hex | DD | 41 | 19 | 0 | 47 | 59 | D | C | 50 | 30 |
| Octal | 335 | 101 | 31 | 0 | 107 | 131 | 15 | 14 | 120 | 60 |
| Binary | 11011101 | 1000001 | 11001 | 0 | 1000111 | 1011001 | 1101 | 1100 | 1010000 | 110000 |
Color Harmonies of #DD4119
Complementary color
Monochromatic Colors of #DD4119
Black with #DD4119
Text Example
Text Example
White with #DD4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4119; }
p { color: rgb(221,65,25); }
H1.HeaderClassName
{
color: #DD4119;
}
.AnyTagClassName
{
color: #DD4119;
}
</style>
background-color css
<style>
a { background-color: #DD4119; }
a { background-color: rgb(221,65,25); }
div.DivClassName
{
background-color: #DD4119;
}
.BgClassName
{
background-color: #DD4119;
}
</style>
border-color css
<style>
span { border-color: #DD4119; }
span { border-color: rgb(221,65,25); }
td.TdClassName
{
border-color: #DD4119;
}
.TagClassName
{
border-color: #DD4119;
}
</style>