Html Css Color HEX #DD160E Harley Davidson Orange
📋 copy color: '#DD160E'red 221 ◦ green 22 ◦ blue 14
Shades of Harley Davidson Orange #DD160E
Tints of Harley Davidson Orange #DD160E
RGB
CMYK
RGB Variations
Color information
#DD160E (or 0xDD160E) is known color: Harley Davidson Orange. HEX triplet: DD, 16 and 0E. RGB value is (221,22,14). Sum of RGB (Red+Green+Blue) = 221+22+14=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD160E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD160E is #22E9F1. Grayscale: #505050. Windows color (decimal): -2288114 or 923357. OLE color: 923357.
HSL color Cylindrical-coordinate representation of color #DD160E: hue angle of 2.32º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD160E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.13 |
| HSL | 2.32º | 0.88% | 0.46% | - |
| HSV(B) | 2.32º | 0.94% | 0.87% | - |
| XYZ | 30.18 | 15.98 | 1.91 | - |
| YUV | 80.59 | 90.43 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 14 | 0 | 0.90 | 0.94 | 0.13 | 2.32 | 0.88 | 0.46 |
| Hex | DD | 16 | E | 0 | 5A | 5E | D | 2 | 58 | 2E |
| Octal | 335 | 26 | 16 | 0 | 132 | 136 | 15 | 2 | 130 | 56 |
| Binary | 11011101 | 10110 | 1110 | 0 | 1011010 | 1011110 | 1101 | 10 | 1011000 | 101110 |
Color Harmonies of #DD160E
Complementary color
Monochromatic Colors of #DD160E
Black with #DD160E
Text Example
Text Example
White with #DD160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD160E; }
p { color: rgb(221,22,14); }
H1.HeaderClassName
{
color: #DD160E;
}
.AnyTagClassName
{
color: #DD160E;
}
</style>
background-color css
<style>
a { background-color: #DD160E; }
a { background-color: rgb(221,22,14); }
div.DivClassName
{
background-color: #DD160E;
}
.BgClassName
{
background-color: #DD160E;
}
</style>
border-color css
<style>
span { border-color: #DD160E; }
span { border-color: rgb(221,22,14); }
td.TdClassName
{
border-color: #DD160E;
}
.TagClassName
{
border-color: #DD160E;
}
</style>