Html Css Color HEX #DD3C19 Harley Davidson Orange
📋 copy color: '#DD3C19'red 221 ◦ green 60 ◦ blue 25
Shades of Harley Davidson Orange #DD3C19
Tints of Harley Davidson Orange #DD3C19
RGB
CMYK
RGB Variations
Color information
#DD3C19 (or 0xDD3C19) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 19. RGB value is (221,60,25). Sum of RGB (Red+Green+Blue) = 221+60+25=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 25 (10.16% from 255 or 8.17% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3C19 is #22C3E6. Grayscale: #686868. Windows color (decimal): -2278375 or 1653981. OLE color: 1653981.
HSL color Cylindrical-coordinate representation of color #DD3C19: hue angle of 10.71º 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 #DD3C19 is Cyan = 0, Magento = 0.73, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 25 | - |
| CMYK | 0 | 0.73 | 0.89 | 0.13 |
| HSL | 10.71º | 0.8% | 0.48% | - |
| HSV(B) | 10.71º | 0.89% | 0.87% | - |
| XYZ | 31.61 | 18.67 | 2.86 | - |
| YUV | 104.15 | 83.34 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 25 | 0 | 0.73 | 0.89 | 0.13 | 10.71 | 0.8 | 0.48 |
| Hex | DD | 3C | 19 | 0 | 49 | 59 | D | B | 50 | 30 |
| Octal | 335 | 74 | 31 | 0 | 111 | 131 | 15 | 13 | 120 | 60 |
| Binary | 11011101 | 111100 | 11001 | 0 | 1001001 | 1011001 | 1101 | 1011 | 1010000 | 110000 |
Color Harmonies of #DD3C19
Complementary color
Monochromatic Colors of #DD3C19
Black with #DD3C19
Text Example
Text Example
White with #DD3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C19; }
p { color: rgb(221,60,25); }
H1.HeaderClassName
{
color: #DD3C19;
}
.AnyTagClassName
{
color: #DD3C19;
}
</style>
background-color css
<style>
a { background-color: #DD3C19; }
a { background-color: rgb(221,60,25); }
div.DivClassName
{
background-color: #DD3C19;
}
.BgClassName
{
background-color: #DD3C19;
}
</style>
border-color css
<style>
span { border-color: #DD3C19; }
span { border-color: rgb(221,60,25); }
td.TdClassName
{
border-color: #DD3C19;
}
.TagClassName
{
border-color: #DD3C19;
}
</style>