Html Css Color HEX #DD4510 Harley Davidson Orange
📋 copy color: '#DD4510'red 221 ◦ green 69 ◦ blue 16
Shades of Harley Davidson Orange #DD4510
Tints of Harley Davidson Orange #DD4510
RGB
CMYK
RGB Variations
Color information
#DD4510 (or 0xDD4510) is known color: Harley Davidson Orange. HEX triplet: DD, 45 and 10. RGB value is (221,69,16). Sum of RGB (Red+Green+Blue) = 221+69+16=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4510 is #22BAEF. Grayscale: #6C6C6C. Windows color (decimal): -2276080 or 1066461. OLE color: 1066461.
HSL color Cylindrical-coordinate representation of color #DD4510: hue angle of 15.51º 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 #DD4510 is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 16 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.13 |
| HSL | 15.51º | 0.86% | 0.46% | - |
| HSV(B) | 15.51º | 0.93% | 0.87% | - |
| XYZ | 32.04 | 19.67 | 2.6 | - |
| YUV | 108.41 | 75.86 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 16 | 0 | 0.69 | 0.93 | 0.13 | 15.51 | 0.86 | 0.46 |
| Hex | DD | 45 | 10 | 0 | 45 | 5D | D | 10 | 56 | 2E |
| Octal | 335 | 105 | 20 | 0 | 105 | 135 | 15 | 20 | 126 | 56 |
| Binary | 11011101 | 1000101 | 10000 | 0 | 1000101 | 1011101 | 1101 | 10000 | 1010110 | 101110 |
Color Harmonies of #DD4510
Complementary color
Monochromatic Colors of #DD4510
Black with #DD4510
Text Example
Text Example
White with #DD4510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4510; }
p { color: rgb(221,69,16); }
H1.HeaderClassName
{
color: #DD4510;
}
.AnyTagClassName
{
color: #DD4510;
}
</style>
background-color css
<style>
a { background-color: #DD4510; }
a { background-color: rgb(221,69,16); }
div.DivClassName
{
background-color: #DD4510;
}
.BgClassName
{
background-color: #DD4510;
}
</style>
border-color css
<style>
span { border-color: #DD4510; }
span { border-color: rgb(221,69,16); }
td.TdClassName
{
border-color: #DD4510;
}
.TagClassName
{
border-color: #DD4510;
}
</style>