Shades of Alizarin #DF2138
Tints of Alizarin #DF2138
RGB
CMYK
RGB Variations
Color information
#DF2138 (or 0xDF2138) is known color: Alizarin. HEX triplet: DF, 21 and 38. RGB value is (223,33,56). Sum of RGB (Red+Green+Blue) = 223+33+56=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2138 is #20DEC7. Grayscale: #5C5C5C. Windows color (decimal): -2154184 or 3678687. OLE color: 3678687.
HSL color Cylindrical-coordinate representation of color #DF2138: hue angle of 352.74º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2138 is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 56 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.13 |
| HSL | 352.74º | 0.75% | 0.5% | - |
| HSV(B) | 352.74º | 0.85% | 0.87% | - |
| XYZ | 31.69 | 17.06 | 5.36 | - |
| YUV | 92.43 | 107.45 | 221.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 56 | 0 | 0.85 | 0.75 | 0.13 | 352.74 | 0.75 | 0.5 |
| Hex | DF | 21 | 38 | 0 | 55 | 4B | D | 161 | 4B | 32 |
| Octal | 337 | 41 | 70 | 0 | 125 | 113 | 15 | 541 | 113 | 62 |
| Binary | 11011111 | 100001 | 111000 | 0 | 1010101 | 1001011 | 1101 | 101100001 | 1001011 | 110010 |
Color Harmonies of #DF2138
Complementary color
Monochromatic Colors of #DF2138
Black with #DF2138
Text Example
Text Example
White with #DF2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2138; }
p { color: rgb(223,33,56); }
H1.HeaderClassName
{
color: #DF2138;
}
.AnyTagClassName
{
color: #DF2138;
}
</style>
background-color css
<style>
a { background-color: #DF2138; }
a { background-color: rgb(223,33,56); }
div.DivClassName
{
background-color: #DF2138;
}
.BgClassName
{
background-color: #DF2138;
}
</style>
border-color css
<style>
span { border-color: #DF2138; }
span { border-color: rgb(223,33,56); }
td.TdClassName
{
border-color: #DF2138;
}
.TagClassName
{
border-color: #DF2138;
}
</style>