Html Css Color HEX #DD3210 Harley Davidson Orange
📋 copy color: '#DD3210'red 221 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #DD3210
Tints of Harley Davidson Orange #DD3210
RGB
CMYK
RGB Variations
Color information
#DD3210 (or 0xDD3210) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 10. RGB value is (221,50,16). Sum of RGB (Red+Green+Blue) = 221+50+16=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3210 is #22CDEF. Grayscale: #616161. Windows color (decimal): -2280944 or 1061597. OLE color: 1061597.
HSL color Cylindrical-coordinate representation of color #DD3210: hue angle of 9.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD3210 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 16 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.13 |
| HSL | 9.95º | 0.86% | 0.46% | - |
| HSV(B) | 9.95º | 0.93% | 0.87% | - |
| XYZ | 31.05 | 17.69 | 2.27 | - |
| YUV | 97.25 | 82.15 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 16 | 0 | 0.77 | 0.93 | 0.13 | 9.95 | 0.86 | 0.46 |
| Hex | DD | 32 | 10 | 0 | 4D | 5D | D | A | 56 | 2E |
| Octal | 335 | 62 | 20 | 0 | 115 | 135 | 15 | 12 | 126 | 56 |
| Binary | 11011101 | 110010 | 10000 | 0 | 1001101 | 1011101 | 1101 | 1010 | 1010110 | 101110 |
Color Harmonies of #DD3210
Complementary color
Monochromatic Colors of #DD3210
Black with #DD3210
Text Example
Text Example
White with #DD3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3210; }
p { color: rgb(221,50,16); }
H1.HeaderClassName
{
color: #DD3210;
}
.AnyTagClassName
{
color: #DD3210;
}
</style>
background-color css
<style>
a { background-color: #DD3210; }
a { background-color: rgb(221,50,16); }
div.DivClassName
{
background-color: #DD3210;
}
.BgClassName
{
background-color: #DD3210;
}
</style>
border-color css
<style>
span { border-color: #DD3210; }
span { border-color: rgb(221,50,16); }
td.TdClassName
{
border-color: #DD3210;
}
.TagClassName
{
border-color: #DD3210;
}
</style>