Html Css Color HEX #DD1614 Harley Davidson Orange
📋 copy color: '#DD1614'red 221 ◦ green 22 ◦ blue 20
Shades of Harley Davidson Orange #DD1614
Tints of Harley Davidson Orange #DD1614
RGB
CMYK
RGB Variations
Color information
#DD1614 (or 0xDD1614) is known color: Harley Davidson Orange. HEX triplet: DD, 16 and 14. RGB value is (221,22,20). Sum of RGB (Red+Green+Blue) = 221+22+20=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1614 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1614 is #22E9EB. Grayscale: #515151. Windows color (decimal): -2288108 or 1316573. OLE color: 1316573.
HSL color Cylindrical-coordinate representation of color #DD1614: hue angle of 0.6º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1614 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 20 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.13 |
| HSL | 0.6º | 0.83% | 0.47% | - |
| HSV(B) | 0.6º | 0.91% | 0.87% | - |
| XYZ | 30.23 | 16 | 2.16 | - |
| YUV | 81.27 | 93.43 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 20 | 0 | 0.90 | 0.91 | 0.13 | 0.6 | 0.83 | 0.47 |
| Hex | DD | 16 | 14 | 0 | 5A | 5B | D | 1 | 53 | 2F |
| Octal | 335 | 26 | 24 | 0 | 132 | 133 | 15 | 1 | 123 | 57 |
| Binary | 11011101 | 10110 | 10100 | 0 | 1011010 | 1011011 | 1101 | 1 | 1010011 | 101111 |
Color Harmonies of #DD1614
Complementary color
Monochromatic Colors of #DD1614
Black with #DD1614
Text Example
Text Example
White with #DD1614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1614; }
p { color: rgb(221,22,20); }
H1.HeaderClassName
{
color: #DD1614;
}
.AnyTagClassName
{
color: #DD1614;
}
</style>
background-color css
<style>
a { background-color: #DD1614; }
a { background-color: rgb(221,22,20); }
div.DivClassName
{
background-color: #DD1614;
}
.BgClassName
{
background-color: #DD1614;
}
</style>
border-color css
<style>
span { border-color: #DD1614; }
span { border-color: rgb(221,22,20); }
td.TdClassName
{
border-color: #DD1614;
}
.TagClassName
{
border-color: #DD1614;
}
</style>