Html Css Color HEX #DD1612 Harley Davidson Orange
📋 copy color: '#DD1612'red 221 ◦ green 22 ◦ blue 18
Shades of Harley Davidson Orange #DD1612
Tints of Harley Davidson Orange #DD1612
RGB
CMYK
RGB Variations
Color information
#DD1612 (or 0xDD1612) is known color: Harley Davidson Orange. HEX triplet: DD, 16 and 12. RGB value is (221,22,18). Sum of RGB (Red+Green+Blue) = 221+22+18=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1612 is #22E9ED. Grayscale: #515151. Windows color (decimal): -2288110 or 1185501. OLE color: 1185501.
HSL color Cylindrical-coordinate representation of color #DD1612: hue angle of 1.18º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1612 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 18 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.13 |
| HSL | 1.18º | 0.85% | 0.47% | - |
| HSV(B) | 1.18º | 0.92% | 0.87% | - |
| XYZ | 30.21 | 15.99 | 2.07 | - |
| YUV | 81.05 | 92.43 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 18 | 0 | 0.90 | 0.92 | 0.13 | 1.18 | 0.85 | 0.47 |
| Hex | DD | 16 | 12 | 0 | 5A | 5C | D | 1 | 55 | 2F |
| Octal | 335 | 26 | 22 | 0 | 132 | 134 | 15 | 1 | 125 | 57 |
| Binary | 11011101 | 10110 | 10010 | 0 | 1011010 | 1011100 | 1101 | 1 | 1010101 | 101111 |
Color Harmonies of #DD1612
Complementary color
Monochromatic Colors of #DD1612
Black with #DD1612
Text Example
Text Example
White with #DD1612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1612; }
p { color: rgb(221,22,18); }
H1.HeaderClassName
{
color: #DD1612;
}
.AnyTagClassName
{
color: #DD1612;
}
</style>
background-color css
<style>
a { background-color: #DD1612; }
a { background-color: rgb(221,22,18); }
div.DivClassName
{
background-color: #DD1612;
}
.BgClassName
{
background-color: #DD1612;
}
</style>
border-color css
<style>
span { border-color: #DD1612; }
span { border-color: rgb(221,22,18); }
td.TdClassName
{
border-color: #DD1612;
}
.TagClassName
{
border-color: #DD1612;
}
</style>