Shades of Alizarin #DF2427
Tints of Alizarin #DF2427
RGB
CMYK
RGB Variations
Color information
#DF2427 (or 0xDF2427) is known color: Alizarin. HEX triplet: DF, 24 and 27. RGB value is (223,36,39). Sum of RGB (Red+Green+Blue) = 223+36+39=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2427 is #20DBD8. Grayscale: #5C5C5C. Windows color (decimal): -2153433 or 2565343. OLE color: 2565343.
HSL color Cylindrical-coordinate representation of color #DF2427: hue angle of 359.04º 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 #DF2427 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 39 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.13 |
| HSL | 359.04º | 0.75% | 0.51% | - |
| HSV(B) | 359.04º | 0.84% | 0.87% | - |
| XYZ | 31.43 | 17.1 | 3.56 | - |
| YUV | 92.26 | 97.95 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 39 | 0 | 0.84 | 0.83 | 0.13 | 359.04 | 0.75 | 0.51 |
| Hex | DF | 24 | 27 | 0 | 54 | 53 | D | 167 | 4B | 33 |
| Octal | 337 | 44 | 47 | 0 | 124 | 123 | 15 | 547 | 113 | 63 |
| Binary | 11011111 | 100100 | 100111 | 0 | 1010100 | 1010011 | 1101 | 101100111 | 1001011 | 110011 |
Color Harmonies of #DF2427
Complementary color
Monochromatic Colors of #DF2427
Black with #DF2427
Text Example
Text Example
White with #DF2427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2427; }
p { color: rgb(223,36,39); }
H1.HeaderClassName
{
color: #DF2427;
}
.AnyTagClassName
{
color: #DF2427;
}
</style>
background-color css
<style>
a { background-color: #DF2427; }
a { background-color: rgb(223,36,39); }
div.DivClassName
{
background-color: #DF2427;
}
.BgClassName
{
background-color: #DF2427;
}
</style>
border-color css
<style>
span { border-color: #DF2427; }
span { border-color: rgb(223,36,39); }
td.TdClassName
{
border-color: #DF2427;
}
.TagClassName
{
border-color: #DF2427;
}
</style>