Shades of Alizarin #DF192B
Tints of Alizarin #DF192B
RGB
CMYK
RGB Variations
Color information
#DF192B (or 0xDF192B) is known color: Alizarin. HEX triplet: DF, 19 and 2B. RGB value is (223,25,43). Sum of RGB (Red+Green+Blue) = 223+25+43=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF192B is #20E6D4. Grayscale: #565656. Windows color (decimal): -2156245 or 2824671. OLE color: 2824671.
HSL color Cylindrical-coordinate representation of color #DF192B: hue angle of 354.55º 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 #DF192B is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 43 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.13 |
| HSL | 354.55º | 0.8% | 0.49% | - |
| HSV(B) | 354.55º | 0.89% | 0.87% | - |
| XYZ | 31.22 | 16.56 | 3.84 | - |
| YUV | 86.25 | 103.6 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 43 | 0 | 0.89 | 0.81 | 0.13 | 354.55 | 0.8 | 0.49 |
| Hex | DF | 19 | 2B | 0 | 59 | 51 | D | 163 | 50 | 31 |
| Octal | 337 | 31 | 53 | 0 | 131 | 121 | 15 | 543 | 120 | 61 |
| Binary | 11011111 | 11001 | 101011 | 0 | 1011001 | 1010001 | 1101 | 101100011 | 1010000 | 110001 |
Color Harmonies of #DF192B
Complementary color
Monochromatic Colors of #DF192B
Black with #DF192B
Text Example
Text Example
White with #DF192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF192B; }
p { color: rgb(223,25,43); }
H1.HeaderClassName
{
color: #DF192B;
}
.AnyTagClassName
{
color: #DF192B;
}
</style>
background-color css
<style>
a { background-color: #DF192B; }
a { background-color: rgb(223,25,43); }
div.DivClassName
{
background-color: #DF192B;
}
.BgClassName
{
background-color: #DF192B;
}
</style>
border-color css
<style>
span { border-color: #DF192B; }
span { border-color: rgb(223,25,43); }
td.TdClassName
{
border-color: #DF192B;
}
.TagClassName
{
border-color: #DF192B;
}
</style>