Shades of Alizarin #DF2435
Tints of Alizarin #DF2435
RGB
CMYK
RGB Variations
Color information
#DF2435 (or 0xDF2435) is known color: Alizarin. HEX triplet: DF, 24 and 35. RGB value is (223,36,53). Sum of RGB (Red+Green+Blue) = 223+36+53=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2435 is #20DBCA. Grayscale: #5D5D5D. Windows color (decimal): -2153419 or 3482847. OLE color: 3482847.
HSL color Cylindrical-coordinate representation of color #DF2435: hue angle of 354.55º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF2435 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 53 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.13 |
| HSL | 354.55º | 0.75% | 0.51% | - |
| HSV(B) | 354.55º | 0.84% | 0.87% | - |
| XYZ | 31.7 | 17.21 | 5.02 | - |
| YUV | 93.85 | 104.95 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 53 | 0 | 0.84 | 0.76 | 0.13 | 354.55 | 0.75 | 0.51 |
| Hex | DF | 24 | 35 | 0 | 54 | 4C | D | 163 | 4B | 33 |
| Octal | 337 | 44 | 65 | 0 | 124 | 114 | 15 | 543 | 113 | 63 |
| Binary | 11011111 | 100100 | 110101 | 0 | 1010100 | 1001100 | 1101 | 101100011 | 1001011 | 110011 |
Color Harmonies of #DF2435
Complementary color
Monochromatic Colors of #DF2435
Black with #DF2435
Text Example
Text Example
White with #DF2435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2435; }
p { color: rgb(223,36,53); }
H1.HeaderClassName
{
color: #DF2435;
}
.AnyTagClassName
{
color: #DF2435;
}
</style>
background-color css
<style>
a { background-color: #DF2435; }
a { background-color: rgb(223,36,53); }
div.DivClassName
{
background-color: #DF2435;
}
.BgClassName
{
background-color: #DF2435;
}
</style>
border-color css
<style>
span { border-color: #DF2435; }
span { border-color: rgb(223,36,53); }
td.TdClassName
{
border-color: #DF2435;
}
.TagClassName
{
border-color: #DF2435;
}
</style>