Html Css Color HEX #DD3F19 Harley Davidson Orange
📋 copy color: '#DD3F19'red 221 ◦ green 63 ◦ blue 25
Shades of Harley Davidson Orange #DD3F19
Tints of Harley Davidson Orange #DD3F19
RGB
CMYK
RGB Variations
Color information
#DD3F19 (or 0xDD3F19) is known color: Harley Davidson Orange. HEX triplet: DD, 3F and 19. RGB value is (221,63,25). Sum of RGB (Red+Green+Blue) = 221+63+25=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3F19 is #22C0E6. Grayscale: #6A6A6A. Windows color (decimal): -2277607 or 1654749. OLE color: 1654749.
HSL color Cylindrical-coordinate representation of color #DD3F19: hue angle of 11.63º 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 #DD3F19 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 25 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.13 |
| HSL | 11.63º | 0.8% | 0.48% | - |
| HSV(B) | 11.63º | 0.89% | 0.87% | - |
| XYZ | 31.77 | 19 | 2.91 | - |
| YUV | 105.91 | 82.35 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 25 | 0 | 0.71 | 0.89 | 0.13 | 11.63 | 0.8 | 0.48 |
| Hex | DD | 3F | 19 | 0 | 47 | 59 | D | C | 50 | 30 |
| Octal | 335 | 77 | 31 | 0 | 107 | 131 | 15 | 14 | 120 | 60 |
| Binary | 11011101 | 111111 | 11001 | 0 | 1000111 | 1011001 | 1101 | 1100 | 1010000 | 110000 |
Color Harmonies of #DD3F19
Complementary color
Monochromatic Colors of #DD3F19
Black with #DD3F19
Text Example
Text Example
White with #DD3F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F19; }
p { color: rgb(221,63,25); }
H1.HeaderClassName
{
color: #DD3F19;
}
.AnyTagClassName
{
color: #DD3F19;
}
</style>
background-color css
<style>
a { background-color: #DD3F19; }
a { background-color: rgb(221,63,25); }
div.DivClassName
{
background-color: #DD3F19;
}
.BgClassName
{
background-color: #DD3F19;
}
</style>
border-color css
<style>
span { border-color: #DD3F19; }
span { border-color: rgb(221,63,25); }
td.TdClassName
{
border-color: #DD3F19;
}
.TagClassName
{
border-color: #DD3F19;
}
</style>