Shades of Alizarin #DF2436
Tints of Alizarin #DF2436
RGB
CMYK
RGB Variations
Color information
#DF2436 (or 0xDF2436) is known color: Alizarin. HEX triplet: DF, 24 and 36. RGB value is (223,36,54). Sum of RGB (Red+Green+Blue) = 223+36+54=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2436 is #20DBC9. Grayscale: #5E5E5E. Windows color (decimal): -2153418 or 3548383. OLE color: 3548383.
HSL color Cylindrical-coordinate representation of color #DF2436: hue angle of 354.22º 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 #DF2436 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 54 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.13 |
| HSL | 354.22º | 0.75% | 0.51% | - |
| HSV(B) | 354.22º | 0.84% | 0.87% | - |
| XYZ | 31.73 | 17.22 | 5.14 | - |
| YUV | 93.97 | 105.45 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 54 | 0 | 0.84 | 0.76 | 0.13 | 354.22 | 0.75 | 0.51 |
| Hex | DF | 24 | 36 | 0 | 54 | 4C | D | 162 | 4B | 33 |
| Octal | 337 | 44 | 66 | 0 | 124 | 114 | 15 | 542 | 113 | 63 |
| Binary | 11011111 | 100100 | 110110 | 0 | 1010100 | 1001100 | 1101 | 101100010 | 1001011 | 110011 |
Color Harmonies of #DF2436
Complementary color
Monochromatic Colors of #DF2436
Black with #DF2436
Text Example
Text Example
White with #DF2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2436; }
p { color: rgb(223,36,54); }
H1.HeaderClassName
{
color: #DF2436;
}
.AnyTagClassName
{
color: #DF2436;
}
</style>
background-color css
<style>
a { background-color: #DF2436; }
a { background-color: rgb(223,36,54); }
div.DivClassName
{
background-color: #DF2436;
}
.BgClassName
{
background-color: #DF2436;
}
</style>
border-color css
<style>
span { border-color: #DF2436; }
span { border-color: rgb(223,36,54); }
td.TdClassName
{
border-color: #DF2436;
}
.TagClassName
{
border-color: #DF2436;
}
</style>