Shades of Alizarin #DD192C
Tints of Alizarin #DD192C
RGB
CMYK
RGB Variations
Color information
#DD192C (or 0xDD192C) is known color: Alizarin. HEX triplet: DD, 19 and 2C. RGB value is (221,25,44). Sum of RGB (Red+Green+Blue) = 221+25+44=290 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.21% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 221 - color contains mainly: red. Hex color #DD192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD192C is #22E6D3. Grayscale: #555555. Windows color (decimal): -2287316 or 2890205. OLE color: 2890205.
HSL color Cylindrical-coordinate representation of color #DD192C: hue angle of 354.18º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD192C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 44 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.13 |
| HSL | 354.18º | 0.8% | 0.48% | - |
| HSV(B) | 354.18º | 0.89% | 0.87% | - |
| XYZ | 30.62 | 16.25 | 3.91 | - |
| YUV | 85.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 44 | 0 | 0.89 | 0.80 | 0.13 | 354.18 | 0.8 | 0.48 |
| Hex | DD | 19 | 2C | 0 | 59 | 50 | D | 162 | 50 | 30 |
| Octal | 335 | 31 | 54 | 0 | 131 | 120 | 15 | 542 | 120 | 60 |
| Binary | 11011101 | 11001 | 101100 | 0 | 1011001 | 1010000 | 1101 | 101100010 | 1010000 | 110000 |
Color Harmonies of #DD192C
Complementary color
Monochromatic Colors of #DD192C
Black with #DD192C
Text Example
Text Example
White with #DD192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD192C; }
p { color: rgb(221,25,44); }
H1.HeaderClassName
{
color: #DD192C;
}
.AnyTagClassName
{
color: #DD192C;
}
</style>
background-color css
<style>
a { background-color: #DD192C; }
a { background-color: rgb(221,25,44); }
div.DivClassName
{
background-color: #DD192C;
}
.BgClassName
{
background-color: #DD192C;
}
</style>
border-color css
<style>
span { border-color: #DD192C; }
span { border-color: rgb(221,25,44); }
td.TdClassName
{
border-color: #DD192C;
}
.TagClassName
{
border-color: #DD192C;
}
</style>