Shades of Alizarin #DF2833
Tints of Alizarin #DF2833
RGB
CMYK
RGB Variations
Color information
#DF2833 (or 0xDF2833) is known color: Alizarin. HEX triplet: DF, 28 and 33. RGB value is (223,40,51). Sum of RGB (Red+Green+Blue) = 223+40+51=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2833 is #20D7CC. Grayscale: #606060. Windows color (decimal): -2152397 or 3352799. OLE color: 3352799.
HSL color Cylindrical-coordinate representation of color #DF2833: hue angle of 356.39º 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 #DF2833 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 40 | 51 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.13 |
| HSL | 356.39º | 0.74% | 0.52% | - |
| HSV(B) | 356.39º | 0.82% | 0.87% | - |
| XYZ | 31.79 | 17.44 | 4.82 | - |
| YUV | 95.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 40 | 51 | 0 | 0.82 | 0.77 | 0.13 | 356.39 | 0.74 | 0.52 |
| Hex | DF | 28 | 33 | 0 | 52 | 4D | D | 164 | 4A | 34 |
| Octal | 337 | 50 | 63 | 0 | 122 | 115 | 15 | 544 | 112 | 64 |
| Binary | 11011111 | 101000 | 110011 | 0 | 1010010 | 1001101 | 1101 | 101100100 | 1001010 | 110100 |
Color Harmonies of #DF2833
Complementary color
Monochromatic Colors of #DF2833
Black with #DF2833
Text Example
Text Example
White with #DF2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2833; }
p { color: rgb(223,40,51); }
H1.HeaderClassName
{
color: #DF2833;
}
.AnyTagClassName
{
color: #DF2833;
}
</style>
background-color css
<style>
a { background-color: #DF2833; }
a { background-color: rgb(223,40,51); }
div.DivClassName
{
background-color: #DF2833;
}
.BgClassName
{
background-color: #DF2833;
}
</style>
border-color css
<style>
span { border-color: #DF2833; }
span { border-color: rgb(223,40,51); }
td.TdClassName
{
border-color: #DF2833;
}
.TagClassName
{
border-color: #DF2833;
}
</style>