Html Css Color HEX #DD2017 Harley Davidson Orange
📋 copy color: '#DD2017'red 221 ◦ green 32 ◦ blue 23
Shades of Harley Davidson Orange #DD2017
Tints of Harley Davidson Orange #DD2017
RGB
CMYK
RGB Variations
Color information
#DD2017 (or 0xDD2017) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 17. RGB value is (221,32,23). Sum of RGB (Red+Green+Blue) = 221+32+23=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2017 is #22DFE8. Grayscale: #575757. Windows color (decimal): -2285545 or 1515741. OLE color: 1515741.
HSL color Cylindrical-coordinate representation of color #DD2017: hue angle of 2.73º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD2017 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 23 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.13 |
| HSL | 2.73º | 0.81% | 0.48% | - |
| HSV(B) | 2.73º | 0.9% | 0.87% | - |
| XYZ | 30.49 | 16.47 | 2.38 | - |
| YUV | 87.49 | 91.62 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 23 | 0 | 0.86 | 0.90 | 0.13 | 2.73 | 0.81 | 0.48 |
| Hex | DD | 20 | 17 | 0 | 56 | 5A | D | 3 | 51 | 30 |
| Octal | 335 | 40 | 27 | 0 | 126 | 132 | 15 | 3 | 121 | 60 |
| Binary | 11011101 | 100000 | 10111 | 0 | 1010110 | 1011010 | 1101 | 11 | 1010001 | 110000 |
Color Harmonies of #DD2017
Complementary color
Monochromatic Colors of #DD2017
Black with #DD2017
Text Example
Text Example
White with #DD2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2017; }
p { color: rgb(221,32,23); }
H1.HeaderClassName
{
color: #DD2017;
}
.AnyTagClassName
{
color: #DD2017;
}
</style>
background-color css
<style>
a { background-color: #DD2017; }
a { background-color: rgb(221,32,23); }
div.DivClassName
{
background-color: #DD2017;
}
.BgClassName
{
background-color: #DD2017;
}
</style>
border-color css
<style>
span { border-color: #DD2017; }
span { border-color: rgb(221,32,23); }
td.TdClassName
{
border-color: #DD2017;
}
.TagClassName
{
border-color: #DD2017;
}
</style>