Shades of Alizarin #DF192C
Tints of Alizarin #DF192C
RGB
CMYK
RGB Variations
Color information
#DF192C (or 0xDF192C) is known color: Alizarin. HEX triplet: DF, 19 and 2C. RGB value is (223,25,44). Sum of RGB (Red+Green+Blue) = 223+25+44=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF192C is #20E6D3. Grayscale: #565656. Windows color (decimal): -2156244 or 2890207. OLE color: 2890207.
HSL color Cylindrical-coordinate representation of color #DF192C: hue angle of 354.24º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF192C is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 44 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.13 |
| HSL | 354.24º | 0.8% | 0.49% | - |
| HSV(B) | 354.24º | 0.89% | 0.87% | - |
| XYZ | 31.23 | 16.57 | 3.93 | - |
| YUV | 86.37 | 104.1 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 44 | 0 | 0.89 | 0.80 | 0.13 | 354.24 | 0.8 | 0.49 |
| Hex | DF | 19 | 2C | 0 | 59 | 50 | D | 162 | 50 | 31 |
| Octal | 337 | 31 | 54 | 0 | 131 | 120 | 15 | 542 | 120 | 61 |
| Binary | 11011111 | 11001 | 101100 | 0 | 1011001 | 1010000 | 1101 | 101100010 | 1010000 | 110001 |
Color Harmonies of #DF192C
Complementary color
Monochromatic Colors of #DF192C
Black with #DF192C
Text Example
Text Example
White with #DF192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF192C; }
p { color: rgb(223,25,44); }
H1.HeaderClassName
{
color: #DF192C;
}
.AnyTagClassName
{
color: #DF192C;
}
</style>
background-color css
<style>
a { background-color: #DF192C; }
a { background-color: rgb(223,25,44); }
div.DivClassName
{
background-color: #DF192C;
}
.BgClassName
{
background-color: #DF192C;
}
</style>
border-color css
<style>
span { border-color: #DF192C; }
span { border-color: rgb(223,25,44); }
td.TdClassName
{
border-color: #DF192C;
}
.TagClassName
{
border-color: #DF192C;
}
</style>