Shades of Alizarin #DF202A
Tints of Alizarin #DF202A
RGB
CMYK
RGB Variations
Color information
#DF202A (or 0xDF202A) is known color: Alizarin. HEX triplet: DF, 20 and 2A. RGB value is (223,32,42). Sum of RGB (Red+Green+Blue) = 223+32+42=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF202A is #20DFD5. Grayscale: #5A5A5A. Windows color (decimal): -2154454 or 2760927. OLE color: 2760927.
HSL color Cylindrical-coordinate representation of color #DF202A: hue angle of 356.86º 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 #DF202A is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 42 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.13 |
| HSL | 356.86º | 0.75% | 0.5% | - |
| HSV(B) | 356.86º | 0.86% | 0.87% | - |
| XYZ | 31.37 | 16.89 | 3.8 | - |
| YUV | 90.25 | 100.78 | 222.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 42 | 0 | 0.86 | 0.81 | 0.13 | 356.86 | 0.75 | 0.5 |
| Hex | DF | 20 | 2A | 0 | 56 | 51 | D | 165 | 4B | 32 |
| Octal | 337 | 40 | 52 | 0 | 126 | 121 | 15 | 545 | 113 | 62 |
| Binary | 11011111 | 100000 | 101010 | 0 | 1010110 | 1010001 | 1101 | 101100101 | 1001011 | 110010 |
Color Harmonies of #DF202A
Complementary color
Monochromatic Colors of #DF202A
Black with #DF202A
Text Example
Text Example
White with #DF202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF202A; }
p { color: rgb(223,32,42); }
H1.HeaderClassName
{
color: #DF202A;
}
.AnyTagClassName
{
color: #DF202A;
}
</style>
background-color css
<style>
a { background-color: #DF202A; }
a { background-color: rgb(223,32,42); }
div.DivClassName
{
background-color: #DF202A;
}
.BgClassName
{
background-color: #DF202A;
}
</style>
border-color css
<style>
span { border-color: #DF202A; }
span { border-color: rgb(223,32,42); }
td.TdClassName
{
border-color: #DF202A;
}
.TagClassName
{
border-color: #DF202A;
}
</style>