Html Css Color HEX #DD3610 Harley Davidson Orange
📋 copy color: '#DD3610'red 221 ◦ green 54 ◦ blue 16
Shades of Harley Davidson Orange #DD3610
Tints of Harley Davidson Orange #DD3610
RGB
CMYK
RGB Variations
Color information
#DD3610 (or 0xDD3610) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 10. RGB value is (221,54,16). Sum of RGB (Red+Green+Blue) = 221+54+16=291 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.95% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3610 is #22C9EF. Grayscale: #636363. Windows color (decimal): -2279920 or 1062621. OLE color: 1062621.
HSL color Cylindrical-coordinate representation of color #DD3610: hue angle of 11.12º 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 #DD3610 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 16 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.13 |
| HSL | 11.12º | 0.86% | 0.46% | - |
| HSV(B) | 11.12º | 0.93% | 0.87% | - |
| XYZ | 31.23 | 18.05 | 2.33 | - |
| YUV | 99.6 | 80.83 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 16 | 0 | 0.76 | 0.93 | 0.13 | 11.12 | 0.86 | 0.46 |
| Hex | DD | 36 | 10 | 0 | 4C | 5D | D | B | 56 | 2E |
| Octal | 335 | 66 | 20 | 0 | 114 | 135 | 15 | 13 | 126 | 56 |
| Binary | 11011101 | 110110 | 10000 | 0 | 1001100 | 1011101 | 1101 | 1011 | 1010110 | 101110 |
Color Harmonies of #DD3610
Complementary color
Monochromatic Colors of #DD3610
Black with #DD3610
Text Example
Text Example
White with #DD3610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3610; }
p { color: rgb(221,54,16); }
H1.HeaderClassName
{
color: #DD3610;
}
.AnyTagClassName
{
color: #DD3610;
}
</style>
background-color css
<style>
a { background-color: #DD3610; }
a { background-color: rgb(221,54,16); }
div.DivClassName
{
background-color: #DD3610;
}
.BgClassName
{
background-color: #DD3610;
}
</style>
border-color css
<style>
span { border-color: #DD3610; }
span { border-color: rgb(221,54,16); }
td.TdClassName
{
border-color: #DD3610;
}
.TagClassName
{
border-color: #DD3610;
}
</style>