Html Css Color HEX #DD1812 Harley Davidson Orange
📋 copy color: '#DD1812'red 221 ◦ green 24 ◦ blue 18
Shades of Harley Davidson Orange #DD1812
Tints of Harley Davidson Orange #DD1812
RGB
CMYK
RGB Variations
Color information
#DD1812 (or 0xDD1812) is known color: Harley Davidson Orange. HEX triplet: DD, 18 and 12. RGB value is (221,24,18). Sum of RGB (Red+Green+Blue) = 221+24+18=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1812 is #22E7ED. Grayscale: #525252. Windows color (decimal): -2287598 or 1186013. OLE color: 1186013.
HSL color Cylindrical-coordinate representation of color #DD1812: hue angle of 1.77º 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 #DD1812 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 18 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.13 |
| HSL | 1.77º | 0.85% | 0.47% | - |
| HSV(B) | 1.77º | 0.92% | 0.87% | - |
| XYZ | 30.25 | 16.07 | 2.08 | - |
| YUV | 82.22 | 91.77 | 226.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 18 | 0 | 0.89 | 0.92 | 0.13 | 1.77 | 0.85 | 0.47 |
| Hex | DD | 18 | 12 | 0 | 59 | 5C | D | 2 | 55 | 2F |
| Octal | 335 | 30 | 22 | 0 | 131 | 134 | 15 | 2 | 125 | 57 |
| Binary | 11011101 | 11000 | 10010 | 0 | 1011001 | 1011100 | 1101 | 10 | 1010101 | 101111 |
Color Harmonies of #DD1812
Complementary color
Monochromatic Colors of #DD1812
Black with #DD1812
Text Example
Text Example
White with #DD1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1812; }
p { color: rgb(221,24,18); }
H1.HeaderClassName
{
color: #DD1812;
}
.AnyTagClassName
{
color: #DD1812;
}
</style>
background-color css
<style>
a { background-color: #DD1812; }
a { background-color: rgb(221,24,18); }
div.DivClassName
{
background-color: #DD1812;
}
.BgClassName
{
background-color: #DD1812;
}
</style>
border-color css
<style>
span { border-color: #DD1812; }
span { border-color: rgb(221,24,18); }
td.TdClassName
{
border-color: #DD1812;
}
.TagClassName
{
border-color: #DD1812;
}
</style>