Shades of Alizarin #DF2930
Tints of Alizarin #DF2930
RGB
CMYK
RGB Variations
Color information
#DF2930 (or 0xDF2930) is known color: Alizarin. HEX triplet: DF, 29 and 30. RGB value is (223,41,48). Sum of RGB (Red+Green+Blue) = 223+41+48=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2930 is #20D6CF. Grayscale: #606060. Windows color (decimal): -2152144 or 3156447. OLE color: 3156447.
HSL color Cylindrical-coordinate representation of color #DF2930: hue angle of 357.69º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF2930 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 48 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.13 |
| HSL | 357.69º | 0.74% | 0.52% | - |
| HSV(B) | 357.69º | 0.82% | 0.87% | - |
| XYZ | 31.76 | 17.49 | 4.5 | - |
| YUV | 96.22 | 100.8 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 48 | 0 | 0.82 | 0.78 | 0.13 | 357.69 | 0.74 | 0.52 |
| Hex | DF | 29 | 30 | 0 | 52 | 4E | D | 166 | 4A | 34 |
| Octal | 337 | 51 | 60 | 0 | 122 | 116 | 15 | 546 | 112 | 64 |
| Binary | 11011111 | 101001 | 110000 | 0 | 1010010 | 1001110 | 1101 | 101100110 | 1001010 | 110100 |
Color Harmonies of #DF2930
Complementary color
Monochromatic Colors of #DF2930
Black with #DF2930
Text Example
Text Example
White with #DF2930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2930; }
p { color: rgb(223,41,48); }
H1.HeaderClassName
{
color: #DF2930;
}
.AnyTagClassName
{
color: #DF2930;
}
</style>
background-color css
<style>
a { background-color: #DF2930; }
a { background-color: rgb(223,41,48); }
div.DivClassName
{
background-color: #DF2930;
}
.BgClassName
{
background-color: #DF2930;
}
</style>
border-color css
<style>
span { border-color: #DF2930; }
span { border-color: rgb(223,41,48); }
td.TdClassName
{
border-color: #DF2930;
}
.TagClassName
{
border-color: #DF2930;
}
</style>