Shades of Alizarin #DF202D
Tints of Alizarin #DF202D
RGB
CMYK
RGB Variations
Color information
#DF202D (or 0xDF202D) is known color: Alizarin. HEX triplet: DF, 20 and 2D. RGB value is (223,32,45). Sum of RGB (Red+Green+Blue) = 223+32+45=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF202D is #20DFD2. Grayscale: #5A5A5A. Windows color (decimal): -2154451 or 2957535. OLE color: 2957535.
HSL color Cylindrical-coordinate representation of color #DF202D: hue angle of 355.92º 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 #DF202D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 45 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.13 |
| HSL | 355.92º | 0.75% | 0.5% | - |
| HSV(B) | 355.92º | 0.86% | 0.87% | - |
| XYZ | 31.42 | 16.91 | 4.09 | - |
| YUV | 90.59 | 102.28 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 45 | 0 | 0.86 | 0.80 | 0.13 | 355.92 | 0.75 | 0.5 |
| Hex | DF | 20 | 2D | 0 | 56 | 50 | D | 164 | 4B | 32 |
| Octal | 337 | 40 | 55 | 0 | 126 | 120 | 15 | 544 | 113 | 62 |
| Binary | 11011111 | 100000 | 101101 | 0 | 1010110 | 1010000 | 1101 | 101100100 | 1001011 | 110010 |
Color Harmonies of #DF202D
Complementary color
Monochromatic Colors of #DF202D
Black with #DF202D
Text Example
Text Example
White with #DF202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF202D; }
p { color: rgb(223,32,45); }
H1.HeaderClassName
{
color: #DF202D;
}
.AnyTagClassName
{
color: #DF202D;
}
</style>
background-color css
<style>
a { background-color: #DF202D; }
a { background-color: rgb(223,32,45); }
div.DivClassName
{
background-color: #DF202D;
}
.BgClassName
{
background-color: #DF202D;
}
</style>
border-color css
<style>
span { border-color: #DF202D; }
span { border-color: rgb(223,32,45); }
td.TdClassName
{
border-color: #DF202D;
}
.TagClassName
{
border-color: #DF202D;
}
</style>