Html Css Color HEX #DD170F Harley Davidson Orange
📋 copy color: '#DD170F'red 221 ◦ green 23 ◦ blue 15
Shades of Harley Davidson Orange #DD170F
Tints of Harley Davidson Orange #DD170F
RGB
CMYK
RGB Variations
Color information
#DD170F (or 0xDD170F) is known color: Harley Davidson Orange. HEX triplet: DD, 17 and 0F. RGB value is (221,23,15). Sum of RGB (Red+Green+Blue) = 221+23+15=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD170F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD170F is #22E8F0. Grayscale: #515151. Windows color (decimal): -2287857 or 989149. OLE color: 989149.
HSL color Cylindrical-coordinate representation of color #DD170F: hue angle of 2.33º degrees, saturation: 0.87, 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 #DD170F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.13 |
| HSL | 2.33º | 0.87% | 0.46% | - |
| HSV(B) | 2.33º | 0.93% | 0.87% | - |
| XYZ | 30.21 | 16.02 | 1.95 | - |
| YUV | 81.29 | 90.6 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 15 | 0 | 0.90 | 0.93 | 0.13 | 2.33 | 0.87 | 0.46 |
| Hex | DD | 17 | F | 0 | 5A | 5D | D | 2 | 57 | 2E |
| Octal | 335 | 27 | 17 | 0 | 132 | 135 | 15 | 2 | 127 | 56 |
| Binary | 11011101 | 10111 | 1111 | 0 | 1011010 | 1011101 | 1101 | 10 | 1010111 | 101110 |
Color Harmonies of #DD170F
Complementary color
Monochromatic Colors of #DD170F
Black with #DD170F
Text Example
Text Example
White with #DD170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD170F; }
p { color: rgb(221,23,15); }
H1.HeaderClassName
{
color: #DD170F;
}
.AnyTagClassName
{
color: #DD170F;
}
</style>
background-color css
<style>
a { background-color: #DD170F; }
a { background-color: rgb(221,23,15); }
div.DivClassName
{
background-color: #DD170F;
}
.BgClassName
{
background-color: #DD170F;
}
</style>
border-color css
<style>
span { border-color: #DD170F; }
span { border-color: rgb(221,23,15); }
td.TdClassName
{
border-color: #DD170F;
}
.TagClassName
{
border-color: #DD170F;
}
</style>