Html Css Color HEX #DD160F Harley Davidson Orange
📋 copy color: '#DD160F'red 221 ◦ green 22 ◦ blue 15
Shades of Harley Davidson Orange #DD160F
Tints of Harley Davidson Orange #DD160F
RGB
CMYK
RGB Variations
Color information
#DD160F (or 0xDD160F) is known color: Harley Davidson Orange. HEX triplet: DD, 16 and 0F. RGB value is (221,22,15). Sum of RGB (Red+Green+Blue) = 221+22+15=258 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.66% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 221 - color contains mainly: red. Hex color #DD160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD160F is #22E9F0. Grayscale: #505050. Windows color (decimal): -2288113 or 988893. OLE color: 988893.
HSL color Cylindrical-coordinate representation of color #DD160F: hue angle of 2.04º 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 #DD160F is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 15 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.13 |
| HSL | 2.04º | 0.87% | 0.46% | - |
| HSV(B) | 2.04º | 0.93% | 0.87% | - |
| XYZ | 30.19 | 15.98 | 1.95 | - |
| YUV | 80.7 | 90.93 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 15 | 0 | 0.90 | 0.93 | 0.13 | 2.04 | 0.87 | 0.46 |
| Hex | DD | 16 | F | 0 | 5A | 5D | D | 2 | 57 | 2E |
| Octal | 335 | 26 | 17 | 0 | 132 | 135 | 15 | 2 | 127 | 56 |
| Binary | 11011101 | 10110 | 1111 | 0 | 1011010 | 1011101 | 1101 | 10 | 1010111 | 101110 |
Color Harmonies of #DD160F
Complementary color
Monochromatic Colors of #DD160F
Black with #DD160F
Text Example
Text Example
White with #DD160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD160F; }
p { color: rgb(221,22,15); }
H1.HeaderClassName
{
color: #DD160F;
}
.AnyTagClassName
{
color: #DD160F;
}
</style>
background-color css
<style>
a { background-color: #DD160F; }
a { background-color: rgb(221,22,15); }
div.DivClassName
{
background-color: #DD160F;
}
.BgClassName
{
background-color: #DD160F;
}
</style>
border-color css
<style>
span { border-color: #DD160F; }
span { border-color: rgb(221,22,15); }
td.TdClassName
{
border-color: #DD160F;
}
.TagClassName
{
border-color: #DD160F;
}
</style>