Html Css Color HEX #DD2012 Harley Davidson Orange
📋 copy color: '#DD2012'red 221 ◦ green 32 ◦ blue 18
Shades of Harley Davidson Orange #DD2012
Tints of Harley Davidson Orange #DD2012
RGB
CMYK
RGB Variations
Color information
#DD2012 (or 0xDD2012) is known color: Harley Davidson Orange. HEX triplet: DD, 20 and 12. RGB value is (221,32,18). Sum of RGB (Red+Green+Blue) = 221+32+18=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2012 is #22DFED. Grayscale: #575757. Windows color (decimal): -2285550 or 1188061. OLE color: 1188061.
HSL color Cylindrical-coordinate representation of color #DD2012: hue angle of 4.14º 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 #DD2012 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 32 | 18 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.13 |
| HSL | 4.14º | 0.85% | 0.47% | - |
| HSV(B) | 4.14º | 0.92% | 0.87% | - |
| XYZ | 30.44 | 16.45 | 2.14 | - |
| YUV | 86.92 | 89.12 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 32 | 18 | 0 | 0.86 | 0.92 | 0.13 | 4.14 | 0.85 | 0.47 |
| Hex | DD | 20 | 12 | 0 | 56 | 5C | D | 4 | 55 | 2F |
| Octal | 335 | 40 | 22 | 0 | 126 | 134 | 15 | 4 | 125 | 57 |
| Binary | 11011101 | 100000 | 10010 | 0 | 1010110 | 1011100 | 1101 | 100 | 1010101 | 101111 |
Color Harmonies of #DD2012
Complementary color
Monochromatic Colors of #DD2012
Black with #DD2012
Text Example
Text Example
White with #DD2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2012; }
p { color: rgb(221,32,18); }
H1.HeaderClassName
{
color: #DD2012;
}
.AnyTagClassName
{
color: #DD2012;
}
</style>
background-color css
<style>
a { background-color: #DD2012; }
a { background-color: rgb(221,32,18); }
div.DivClassName
{
background-color: #DD2012;
}
.BgClassName
{
background-color: #DD2012;
}
</style>
border-color css
<style>
span { border-color: #DD2012; }
span { border-color: rgb(221,32,18); }
td.TdClassName
{
border-color: #DD2012;
}
.TagClassName
{
border-color: #DD2012;
}
</style>