Html Css Color HEX #DD2015 Harley Davidson Orange
📋 copy color: '#DD2015'red 221 ◦ green 32 ◦ blue 21
Shades of Harley Davidson Orange #DD2015
Tints of Harley Davidson Orange #DD2015
RGB
CMYK
RGB Variations
Color information
#DD2015 (or 0xDD2015) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 15. RGB value is (221,32,21). Sum of RGB (Red+Green+Blue) = 221+32+21=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 21 (8.59% from 255 or 7.66% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2015 is #22DFEA. Grayscale: #575757. Windows color (decimal): -2285547 or 1384669. OLE color: 1384669.
HSL color Cylindrical-coordinate representation of color #DD2015: hue angle of 3.3º 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 #DD2015 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 21 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.13 |
| HSL | 3.3º | 0.83% | 0.47% | - |
| HSV(B) | 3.3º | 0.9% | 0.87% | - |
| XYZ | 30.47 | 16.46 | 2.28 | - |
| YUV | 87.26 | 90.62 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 21 | 0 | 0.86 | 0.90 | 0.13 | 3.3 | 0.83 | 0.47 |
| Hex | DD | 20 | 15 | 0 | 56 | 5A | D | 3 | 53 | 2F |
| Octal | 335 | 40 | 25 | 0 | 126 | 132 | 15 | 3 | 123 | 57 |
| Binary | 11011101 | 100000 | 10101 | 0 | 1010110 | 1011010 | 1101 | 11 | 1010011 | 101111 |
Color Harmonies of #DD2015
Complementary color
Monochromatic Colors of #DD2015
Black with #DD2015
Text Example
Text Example
White with #DD2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2015; }
p { color: rgb(221,32,21); }
H1.HeaderClassName
{
color: #DD2015;
}
.AnyTagClassName
{
color: #DD2015;
}
</style>
background-color css
<style>
a { background-color: #DD2015; }
a { background-color: rgb(221,32,21); }
div.DivClassName
{
background-color: #DD2015;
}
.BgClassName
{
background-color: #DD2015;
}
</style>
border-color css
<style>
span { border-color: #DD2015; }
span { border-color: rgb(221,32,21); }
td.TdClassName
{
border-color: #DD2015;
}
.TagClassName
{
border-color: #DD2015;
}
</style>