Shades of Alizarin #DF192E
Tints of Alizarin #DF192E
RGB
CMYK
RGB Variations
Color information
#DF192E (or 0xDF192E) is known color: Alizarin. HEX triplet: DF, 19 and 2E. RGB value is (223,25,46). Sum of RGB (Red+Green+Blue) = 223+25+46=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF192E is #20E6D1. Grayscale: #565656. Windows color (decimal): -2156242 or 3021279. OLE color: 3021279.
HSL color Cylindrical-coordinate representation of color #DF192E: hue angle of 353.64º 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 #DF192E is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 46 | - |
| CMYK | 0 | 0.89 | 0.79 | 0.13 |
| HSL | 353.64º | 0.8% | 0.49% | - |
| HSV(B) | 353.64º | 0.89% | 0.87% | - |
| XYZ | 31.27 | 16.58 | 4.14 | - |
| YUV | 86.6 | 105.1 | 225.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 46 | 0 | 0.89 | 0.79 | 0.13 | 353.64 | 0.8 | 0.49 |
| Hex | DF | 19 | 2E | 0 | 59 | 4F | D | 162 | 50 | 31 |
| Octal | 337 | 31 | 56 | 0 | 131 | 117 | 15 | 542 | 120 | 61 |
| Binary | 11011111 | 11001 | 101110 | 0 | 1011001 | 1001111 | 1101 | 101100010 | 1010000 | 110001 |
Color Harmonies of #DF192E
Complementary color
Monochromatic Colors of #DF192E
Black with #DF192E
Text Example
Text Example
White with #DF192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF192E; }
p { color: rgb(223,25,46); }
H1.HeaderClassName
{
color: #DF192E;
}
.AnyTagClassName
{
color: #DF192E;
}
</style>
background-color css
<style>
a { background-color: #DF192E; }
a { background-color: rgb(223,25,46); }
div.DivClassName
{
background-color: #DF192E;
}
.BgClassName
{
background-color: #DF192E;
}
</style>
border-color css
<style>
span { border-color: #DF192E; }
span { border-color: rgb(223,25,46); }
td.TdClassName
{
border-color: #DF192E;
}
.TagClassName
{
border-color: #DF192E;
}
</style>