Shades of Alizarin #DF2428
Tints of Alizarin #DF2428
RGB
CMYK
RGB Variations
Color information
#DF2428 (or 0xDF2428) is known color: Alizarin. HEX triplet: DF, 24 and 28. RGB value is (223,36,40). Sum of RGB (Red+Green+Blue) = 223+36+40=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2428 is #20DBD7. Grayscale: #5C5C5C. Windows color (decimal): -2153432 or 2630879. OLE color: 2630879.
HSL color Cylindrical-coordinate representation of color #DF2428: hue angle of 358.72º 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 #DF2428 is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 40 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.13 |
| HSL | 358.72º | 0.75% | 0.51% | - |
| HSV(B) | 358.72º | 0.84% | 0.87% | - |
| XYZ | 31.45 | 17.1 | 3.65 | - |
| YUV | 92.37 | 98.45 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 40 | 0 | 0.84 | 0.82 | 0.13 | 358.72 | 0.75 | 0.51 |
| Hex | DF | 24 | 28 | 0 | 54 | 52 | D | 167 | 4B | 33 |
| Octal | 337 | 44 | 50 | 0 | 124 | 122 | 15 | 547 | 113 | 63 |
| Binary | 11011111 | 100100 | 101000 | 0 | 1010100 | 1010010 | 1101 | 101100111 | 1001011 | 110011 |
Color Harmonies of #DF2428
Complementary color
Monochromatic Colors of #DF2428
Black with #DF2428
Text Example
Text Example
White with #DF2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2428; }
p { color: rgb(223,36,40); }
H1.HeaderClassName
{
color: #DF2428;
}
.AnyTagClassName
{
color: #DF2428;
}
</style>
background-color css
<style>
a { background-color: #DF2428; }
a { background-color: rgb(223,36,40); }
div.DivClassName
{
background-color: #DF2428;
}
.BgClassName
{
background-color: #DF2428;
}
</style>
border-color css
<style>
span { border-color: #DF2428; }
span { border-color: rgb(223,36,40); }
td.TdClassName
{
border-color: #DF2428;
}
.TagClassName
{
border-color: #DF2428;
}
</style>