Shades of Alizarin #DF202C
Tints of Alizarin #DF202C
RGB
CMYK
RGB Variations
Color information
#DF202C (or 0xDF202C) is known color: Alizarin. HEX triplet: DF, 20 and 2C. RGB value is (223,32,44). Sum of RGB (Red+Green+Blue) = 223+32+44=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF202C is #20DFD3. Grayscale: #5A5A5A. Windows color (decimal): -2154452 or 2891999. OLE color: 2891999.
HSL color Cylindrical-coordinate representation of color #DF202C: hue angle of 356.23º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF202C is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 44 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.13 |
| HSL | 356.23º | 0.75% | 0.5% | - |
| HSV(B) | 356.23º | 0.86% | 0.87% | - |
| XYZ | 31.4 | 16.9 | 3.99 | - |
| YUV | 90.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 44 | 0 | 0.86 | 0.80 | 0.13 | 356.23 | 0.75 | 0.5 |
| Hex | DF | 20 | 2C | 0 | 56 | 50 | D | 164 | 4B | 32 |
| Octal | 337 | 40 | 54 | 0 | 126 | 120 | 15 | 544 | 113 | 62 |
| Binary | 11011111 | 100000 | 101100 | 0 | 1010110 | 1010000 | 1101 | 101100100 | 1001011 | 110010 |
Color Harmonies of #DF202C
Complementary color
Monochromatic Colors of #DF202C
Black with #DF202C
Text Example
Text Example
White with #DF202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF202C; }
p { color: rgb(223,32,44); }
H1.HeaderClassName
{
color: #DF202C;
}
.AnyTagClassName
{
color: #DF202C;
}
</style>
background-color css
<style>
a { background-color: #DF202C; }
a { background-color: rgb(223,32,44); }
div.DivClassName
{
background-color: #DF202C;
}
.BgClassName
{
background-color: #DF202C;
}
</style>
border-color css
<style>
span { border-color: #DF202C; }
span { border-color: rgb(223,32,44); }
td.TdClassName
{
border-color: #DF202C;
}
.TagClassName
{
border-color: #DF202C;
}
</style>