Shades of Alizarin #DF2426
Tints of Alizarin #DF2426
RGB
CMYK
RGB Variations
Color information
#DF2426 (or 0xDF2426) is known color: Alizarin. HEX triplet: DF, 24 and 26. RGB value is (223,36,38). Sum of RGB (Red+Green+Blue) = 223+36+38=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 38 (15.23% from 255 or 12.79% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2426 is #20DBD9. Grayscale: #5C5C5C. Windows color (decimal): -2153434 or 2499807. OLE color: 2499807.
HSL color Cylindrical-coordinate representation of color #DF2426: hue angle of 359.36º 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 #DF2426 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 38 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.13 |
| HSL | 359.36º | 0.75% | 0.51% | - |
| HSV(B) | 359.36º | 0.84% | 0.87% | - |
| XYZ | 31.41 | 17.09 | 3.48 | - |
| YUV | 92.14 | 97.45 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 38 | 0 | 0.84 | 0.83 | 0.13 | 359.36 | 0.75 | 0.51 |
| Hex | DF | 24 | 26 | 0 | 54 | 53 | D | 167 | 4B | 33 |
| Octal | 337 | 44 | 46 | 0 | 124 | 123 | 15 | 547 | 113 | 63 |
| Binary | 11011111 | 100100 | 100110 | 0 | 1010100 | 1010011 | 1101 | 101100111 | 1001011 | 110011 |
Color Harmonies of #DF2426
Complementary color
Monochromatic Colors of #DF2426
Black with #DF2426
Text Example
Text Example
White with #DF2426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2426; }
p { color: rgb(223,36,38); }
H1.HeaderClassName
{
color: #DF2426;
}
.AnyTagClassName
{
color: #DF2426;
}
</style>
background-color css
<style>
a { background-color: #DF2426; }
a { background-color: rgb(223,36,38); }
div.DivClassName
{
background-color: #DF2426;
}
.BgClassName
{
background-color: #DF2426;
}
</style>
border-color css
<style>
span { border-color: #DF2426; }
span { border-color: rgb(223,36,38); }
td.TdClassName
{
border-color: #DF2426;
}
.TagClassName
{
border-color: #DF2426;
}
</style>