Html Css Color HEX #DD3212 Harley Davidson Orange
📋 copy color: '#DD3212'red 221 ◦ green 50 ◦ blue 18
Shades of Harley Davidson Orange #DD3212
Tints of Harley Davidson Orange #DD3212
RGB
CMYK
RGB Variations
Color information
#DD3212 (or 0xDD3212) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 12. RGB value is (221,50,18). Sum of RGB (Red+Green+Blue) = 221+50+18=289 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.47% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3212 is #22CDED. Grayscale: #616161. Windows color (decimal): -2280942 or 1192669. OLE color: 1192669.
HSL color Cylindrical-coordinate representation of color #DD3212: hue angle of 9.46º 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 #DD3212 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 18 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.13 |
| HSL | 9.46º | 0.85% | 0.47% | - |
| HSV(B) | 9.46º | 0.92% | 0.87% | - |
| XYZ | 31.07 | 17.7 | 2.35 | - |
| YUV | 97.48 | 83.15 | 216.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 18 | 0 | 0.77 | 0.92 | 0.13 | 9.46 | 0.85 | 0.47 |
| Hex | DD | 32 | 12 | 0 | 4D | 5C | D | 9 | 55 | 2F |
| Octal | 335 | 62 | 22 | 0 | 115 | 134 | 15 | 11 | 125 | 57 |
| Binary | 11011101 | 110010 | 10010 | 0 | 1001101 | 1011100 | 1101 | 1001 | 1010101 | 101111 |
Color Harmonies of #DD3212
Complementary color
Monochromatic Colors of #DD3212
Black with #DD3212
Text Example
Text Example
White with #DD3212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3212; }
p { color: rgb(221,50,18); }
H1.HeaderClassName
{
color: #DD3212;
}
.AnyTagClassName
{
color: #DD3212;
}
</style>
background-color css
<style>
a { background-color: #DD3212; }
a { background-color: rgb(221,50,18); }
div.DivClassName
{
background-color: #DD3212;
}
.BgClassName
{
background-color: #DD3212;
}
</style>
border-color css
<style>
span { border-color: #DD3212; }
span { border-color: rgb(221,50,18); }
td.TdClassName
{
border-color: #DD3212;
}
.TagClassName
{
border-color: #DD3212;
}
</style>