Shades of Alizarin #DD223E
Tints of Alizarin #DD223E
RGB
CMYK
RGB Variations
Color information
#DD223E (or 0xDD223E) is known color: Alizarin. HEX triplet: DD, 22 and 3E. RGB value is (221,34,62). Sum of RGB (Red+Green+Blue) = 221+34+62=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD223E is #22DDC1. Grayscale: #5D5D5D. Windows color (decimal): -2284994 or 4072157. OLE color: 4072157.
HSL color Cylindrical-coordinate representation of color #DD223E: hue angle of 351.02º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD223E is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 62 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.13 |
| HSL | 351.02º | 0.73% | 0.5% | - |
| HSV(B) | 351.02º | 0.85% | 0.87% | - |
| XYZ | 31.26 | 16.86 | 6.16 | - |
| YUV | 93.11 | 110.45 | 219.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 62 | 0 | 0.85 | 0.72 | 0.13 | 351.02 | 0.73 | 0.5 |
| Hex | DD | 22 | 3E | 0 | 55 | 48 | D | 15F | 49 | 32 |
| Octal | 335 | 42 | 76 | 0 | 125 | 110 | 15 | 537 | 111 | 62 |
| Binary | 11011101 | 100010 | 111110 | 0 | 1010101 | 1001000 | 1101 | 101011111 | 1001001 | 110010 |
Color Harmonies of #DD223E
Complementary color
Monochromatic Colors of #DD223E
Black with #DD223E
Text Example
Text Example
White with #DD223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD223E; }
p { color: rgb(221,34,62); }
H1.HeaderClassName
{
color: #DD223E;
}
.AnyTagClassName
{
color: #DD223E;
}
</style>
background-color css
<style>
a { background-color: #DD223E; }
a { background-color: rgb(221,34,62); }
div.DivClassName
{
background-color: #DD223E;
}
.BgClassName
{
background-color: #DD223E;
}
</style>
border-color css
<style>
span { border-color: #DD223E; }
span { border-color: rgb(221,34,62); }
td.TdClassName
{
border-color: #DD223E;
}
.TagClassName
{
border-color: #DD223E;
}
</style>