Shades of Alizarin #DF2536
Tints of Alizarin #DF2536
RGB
CMYK
RGB Variations
Color information
#DF2536 (or 0xDF2536) is known color: Alizarin. HEX triplet: DF, 25 and 36. RGB value is (223,37,54). Sum of RGB (Red+Green+Blue) = 223+37+54=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2536 is #20DAC9. Grayscale: #5E5E5E. Windows color (decimal): -2153162 or 3548639. OLE color: 3548639.
HSL color Cylindrical-coordinate representation of color #DF2536: hue angle of 354.52º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF2536 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 54 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.13 |
| HSL | 354.52º | 0.74% | 0.51% | - |
| HSV(B) | 354.52º | 0.83% | 0.87% | - |
| XYZ | 31.76 | 17.28 | 5.15 | - |
| YUV | 94.55 | 105.12 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 54 | 0 | 0.83 | 0.76 | 0.13 | 354.52 | 0.74 | 0.51 |
| Hex | DF | 25 | 36 | 0 | 53 | 4C | D | 163 | 4A | 33 |
| Octal | 337 | 45 | 66 | 0 | 123 | 114 | 15 | 543 | 112 | 63 |
| Binary | 11011111 | 100101 | 110110 | 0 | 1010011 | 1001100 | 1101 | 101100011 | 1001010 | 110011 |
Color Harmonies of #DF2536
Complementary color
Monochromatic Colors of #DF2536
Black with #DF2536
Text Example
Text Example
White with #DF2536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2536; }
p { color: rgb(223,37,54); }
H1.HeaderClassName
{
color: #DF2536;
}
.AnyTagClassName
{
color: #DF2536;
}
</style>
background-color css
<style>
a { background-color: #DF2536; }
a { background-color: rgb(223,37,54); }
div.DivClassName
{
background-color: #DF2536;
}
.BgClassName
{
background-color: #DF2536;
}
</style>
border-color css
<style>
span { border-color: #DF2536; }
span { border-color: rgb(223,37,54); }
td.TdClassName
{
border-color: #DF2536;
}
.TagClassName
{
border-color: #DF2536;
}
</style>