Shades of Alizarin #DF2935
Tints of Alizarin #DF2935
RGB
CMYK
RGB Variations
Color information
#DF2935 (or 0xDF2935) is known color: Alizarin. HEX triplet: DF, 29 and 35. RGB value is (223,41,53). Sum of RGB (Red+Green+Blue) = 223+41+53=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2935 is #20D6CA. Grayscale: #606060. Windows color (decimal): -2152139 or 3484127. OLE color: 3484127.
HSL color Cylindrical-coordinate representation of color #DF2935: hue angle of 356.04º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2935 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 53 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.13 |
| HSL | 356.04º | 0.74% | 0.52% | - |
| HSV(B) | 356.04º | 0.82% | 0.87% | - |
| XYZ | 31.87 | 17.53 | 5.07 | - |
| YUV | 96.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 53 | 0 | 0.82 | 0.76 | 0.13 | 356.04 | 0.74 | 0.52 |
| Hex | DF | 29 | 35 | 0 | 52 | 4C | D | 164 | 4A | 34 |
| Octal | 337 | 51 | 65 | 0 | 122 | 114 | 15 | 544 | 112 | 64 |
| Binary | 11011111 | 101001 | 110101 | 0 | 1010010 | 1001100 | 1101 | 101100100 | 1001010 | 110100 |
Color Harmonies of #DF2935
Complementary color
Monochromatic Colors of #DF2935
Black with #DF2935
Text Example
Text Example
White with #DF2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2935; }
p { color: rgb(223,41,53); }
H1.HeaderClassName
{
color: #DF2935;
}
.AnyTagClassName
{
color: #DF2935;
}
</style>
background-color css
<style>
a { background-color: #DF2935; }
a { background-color: rgb(223,41,53); }
div.DivClassName
{
background-color: #DF2935;
}
.BgClassName
{
background-color: #DF2935;
}
</style>
border-color css
<style>
span { border-color: #DF2935; }
span { border-color: rgb(223,41,53); }
td.TdClassName
{
border-color: #DF2935;
}
.TagClassName
{
border-color: #DF2935;
}
</style>