Html Css Color HEX #DD1C16 Harley Davidson Orange
📋 copy color: '#DD1C16'red 221 ◦ green 28 ◦ blue 22
Shades of Harley Davidson Orange #DD1C16
Tints of Harley Davidson Orange #DD1C16
RGB
CMYK
RGB Variations
Color information
#DD1C16 (or 0xDD1C16) is known color: Harley Davidson Orange. HEX triplet: DD, 1C and 16. RGB value is (221,28,22). Sum of RGB (Red+Green+Blue) = 221+28+22=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1C16 is #22E3E9. Grayscale: #555555. Windows color (decimal): -2286570 or 1449181. OLE color: 1449181.
HSL color Cylindrical-coordinate representation of color #DD1C16: hue angle of 1.81º degrees, saturation: 0.82, 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 #DD1C16 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 22 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.13 |
| HSL | 1.81º | 0.82% | 0.48% | - |
| HSV(B) | 1.81º | 0.9% | 0.87% | - |
| XYZ | 30.38 | 16.26 | 2.3 | - |
| YUV | 85.02 | 92.44 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 22 | 0 | 0.87 | 0.90 | 0.13 | 1.81 | 0.82 | 0.48 |
| Hex | DD | 1C | 16 | 0 | 57 | 5A | D | 2 | 52 | 30 |
| Octal | 335 | 34 | 26 | 0 | 127 | 132 | 15 | 2 | 122 | 60 |
| Binary | 11011101 | 11100 | 10110 | 0 | 1010111 | 1011010 | 1101 | 10 | 1010010 | 110000 |
Color Harmonies of #DD1C16
Complementary color
Monochromatic Colors of #DD1C16
Black with #DD1C16
Text Example
Text Example
White with #DD1C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C16; }
p { color: rgb(221,28,22); }
H1.HeaderClassName
{
color: #DD1C16;
}
.AnyTagClassName
{
color: #DD1C16;
}
</style>
background-color css
<style>
a { background-color: #DD1C16; }
a { background-color: rgb(221,28,22); }
div.DivClassName
{
background-color: #DD1C16;
}
.BgClassName
{
background-color: #DD1C16;
}
</style>
border-color css
<style>
span { border-color: #DD1C16; }
span { border-color: rgb(221,28,22); }
td.TdClassName
{
border-color: #DD1C16;
}
.TagClassName
{
border-color: #DD1C16;
}
</style>