Shades of Alizarin #DF192A
Tints of Alizarin #DF192A
RGB
CMYK
RGB Variations
Color information
#DF192A (or 0xDF192A) is known color: Alizarin. HEX triplet: DF, 19 and 2A. RGB value is (223,25,42). Sum of RGB (Red+Green+Blue) = 223+25+42=290 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.90% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 223 - color contains mainly: red. Hex color #DF192A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF192A is #20E6D5. Grayscale: #565656. Windows color (decimal): -2156246 or 2759135. OLE color: 2759135.
HSL color Cylindrical-coordinate representation of color #DF192A: hue angle of 354.85º 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 #DF192A is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 42 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.13 |
| HSL | 354.85º | 0.8% | 0.49% | - |
| HSV(B) | 354.85º | 0.89% | 0.87% | - |
| XYZ | 31.2 | 16.55 | 3.74 | - |
| YUV | 86.14 | 103.1 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 42 | 0 | 0.89 | 0.81 | 0.13 | 354.85 | 0.8 | 0.49 |
| Hex | DF | 19 | 2A | 0 | 59 | 51 | D | 163 | 50 | 31 |
| Octal | 337 | 31 | 52 | 0 | 131 | 121 | 15 | 543 | 120 | 61 |
| Binary | 11011111 | 11001 | 101010 | 0 | 1011001 | 1010001 | 1101 | 101100011 | 1010000 | 110001 |
Color Harmonies of #DF192A
Complementary color
Monochromatic Colors of #DF192A
Black with #DF192A
Text Example
Text Example
White with #DF192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF192A; }
p { color: rgb(223,25,42); }
H1.HeaderClassName
{
color: #DF192A;
}
.AnyTagClassName
{
color: #DF192A;
}
</style>
background-color css
<style>
a { background-color: #DF192A; }
a { background-color: rgb(223,25,42); }
div.DivClassName
{
background-color: #DF192A;
}
.BgClassName
{
background-color: #DF192A;
}
</style>
border-color css
<style>
span { border-color: #DF192A; }
span { border-color: rgb(223,25,42); }
td.TdClassName
{
border-color: #DF192A;
}
.TagClassName
{
border-color: #DF192A;
}
</style>