Shades of Alizarin #DF202B
Tints of Alizarin #DF202B
RGB
CMYK
RGB Variations
Color information
#DF202B (or 0xDF202B) is known color: Alizarin. HEX triplet: DF, 20 and 2B. RGB value is (223,32,43). Sum of RGB (Red+Green+Blue) = 223+32+43=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF202B is #20DFD4. Grayscale: #5A5A5A. Windows color (decimal): -2154453 or 2826463. OLE color: 2826463.
HSL color Cylindrical-coordinate representation of color #DF202B: hue angle of 356.54º 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 #DF202B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 43 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.13 |
| HSL | 356.54º | 0.75% | 0.5% | - |
| HSV(B) | 356.54º | 0.86% | 0.87% | - |
| XYZ | 31.38 | 16.9 | 3.89 | - |
| YUV | 90.36 | 101.28 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 43 | 0 | 0.86 | 0.81 | 0.13 | 356.54 | 0.75 | 0.5 |
| Hex | DF | 20 | 2B | 0 | 56 | 51 | D | 165 | 4B | 32 |
| Octal | 337 | 40 | 53 | 0 | 126 | 121 | 15 | 545 | 113 | 62 |
| Binary | 11011111 | 100000 | 101011 | 0 | 1010110 | 1010001 | 1101 | 101100101 | 1001011 | 110010 |
Color Harmonies of #DF202B
Complementary color
Monochromatic Colors of #DF202B
Black with #DF202B
Text Example
Text Example
White with #DF202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF202B; }
p { color: rgb(223,32,43); }
H1.HeaderClassName
{
color: #DF202B;
}
.AnyTagClassName
{
color: #DF202B;
}
</style>
background-color css
<style>
a { background-color: #DF202B; }
a { background-color: rgb(223,32,43); }
div.DivClassName
{
background-color: #DF202B;
}
.BgClassName
{
background-color: #DF202B;
}
</style>
border-color css
<style>
span { border-color: #DF202B; }
span { border-color: rgb(223,32,43); }
td.TdClassName
{
border-color: #DF202B;
}
.TagClassName
{
border-color: #DF202B;
}
</style>