Shades of Alizarin #DF2035
Tints of Alizarin #DF2035
RGB
CMYK
RGB Variations
Color information
#DF2035 (or 0xDF2035) is known color: Alizarin. HEX triplet: DF, 20 and 35. RGB value is (223,32,53). Sum of RGB (Red+Green+Blue) = 223+32+53=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2035 is #20DFCA. Grayscale: #5B5B5B. Windows color (decimal): -2154443 or 3481823. OLE color: 3481823.
HSL color Cylindrical-coordinate representation of color #DF2035: hue angle of 353.4º 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 #DF2035 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 32 | 53 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.13 |
| HSL | 353.4º | 0.75% | 0.5% | - |
| HSV(B) | 353.4º | 0.86% | 0.87% | - |
| XYZ | 31.59 | 16.98 | 4.98 | - |
| YUV | 91.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 32 | 53 | 0 | 0.86 | 0.76 | 0.13 | 353.4 | 0.75 | 0.5 |
| Hex | DF | 20 | 35 | 0 | 56 | 4C | D | 161 | 4B | 32 |
| Octal | 337 | 40 | 65 | 0 | 126 | 114 | 15 | 541 | 113 | 62 |
| Binary | 11011111 | 100000 | 110101 | 0 | 1010110 | 1001100 | 1101 | 101100001 | 1001011 | 110010 |
Color Harmonies of #DF2035
Complementary color
Monochromatic Colors of #DF2035
Black with #DF2035
Text Example
Text Example
White with #DF2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2035; }
p { color: rgb(223,32,53); }
H1.HeaderClassName
{
color: #DF2035;
}
.AnyTagClassName
{
color: #DF2035;
}
</style>
background-color css
<style>
a { background-color: #DF2035; }
a { background-color: rgb(223,32,53); }
div.DivClassName
{
background-color: #DF2035;
}
.BgClassName
{
background-color: #DF2035;
}
</style>
border-color css
<style>
span { border-color: #DF2035; }
span { border-color: rgb(223,32,53); }
td.TdClassName
{
border-color: #DF2035;
}
.TagClassName
{
border-color: #DF2035;
}
</style>