Html Css Color HEX #DD4515 Harley Davidson Orange
📋 copy color: '#DD4515'red 221 ◦ green 69 ◦ blue 21
Shades of Harley Davidson Orange #DD4515
Tints of Harley Davidson Orange #DD4515
RGB
CMYK
RGB Variations
Color information
#DD4515 (or 0xDD4515) is known color: Harley Davidson Orange. HEX triplet: DD, 45 and 15. RGB value is (221,69,21). Sum of RGB (Red+Green+Blue) = 221+69+21=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 21 (8.59% from 255 or 6.75% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4515 is #22BAEA. Grayscale: #6D6D6D. Windows color (decimal): -2276075 or 1394141. OLE color: 1394141.
HSL color Cylindrical-coordinate representation of color #DD4515: hue angle of 14.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD4515 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 21 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.13 |
| HSL | 14.4º | 0.83% | 0.47% | - |
| HSV(B) | 14.4º | 0.9% | 0.87% | - |
| XYZ | 32.08 | 19.68 | 2.82 | - |
| YUV | 108.98 | 78.36 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 21 | 0 | 0.69 | 0.90 | 0.13 | 14.4 | 0.83 | 0.47 |
| Hex | DD | 45 | 15 | 0 | 45 | 5A | D | E | 53 | 2F |
| Octal | 335 | 105 | 25 | 0 | 105 | 132 | 15 | 16 | 123 | 57 |
| Binary | 11011101 | 1000101 | 10101 | 0 | 1000101 | 1011010 | 1101 | 1110 | 1010011 | 101111 |
Color Harmonies of #DD4515
Complementary color
Monochromatic Colors of #DD4515
Black with #DD4515
Text Example
Text Example
White with #DD4515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4515; }
p { color: rgb(221,69,21); }
H1.HeaderClassName
{
color: #DD4515;
}
.AnyTagClassName
{
color: #DD4515;
}
</style>
background-color css
<style>
a { background-color: #DD4515; }
a { background-color: rgb(221,69,21); }
div.DivClassName
{
background-color: #DD4515;
}
.BgClassName
{
background-color: #DD4515;
}
</style>
border-color css
<style>
span { border-color: #DD4515; }
span { border-color: rgb(221,69,21); }
td.TdClassName
{
border-color: #DD4515;
}
.TagClassName
{
border-color: #DD4515;
}
</style>