Shades of Alizarin #DE293C
Tints of Alizarin #DE293C
RGB
CMYK
RGB Variations
Color information
#DE293C (or 0xDE293C) is known color: Alizarin. HEX triplet: DE, 29 and 3C. RGB value is (222,41,60). Sum of RGB (Red+Green+Blue) = 222+41+60=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE293C is #21D6C3. Grayscale: #616161. Windows color (decimal): -2217668 or 3942878. OLE color: 3942878.
HSL color Cylindrical-coordinate representation of color #DE293C: hue angle of 353.7º degrees, saturation: 0.73, 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 #DE293C is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 41 | 60 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.13 |
| HSL | 353.7º | 0.73% | 0.52% | - |
| HSV(B) | 353.7º | 0.82% | 0.87% | - |
| XYZ | 31.73 | 17.44 | 5.97 | - |
| YUV | 97.29 | 106.97 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 41 | 60 | 0 | 0.82 | 0.73 | 0.13 | 353.7 | 0.73 | 0.52 |
| Hex | DE | 29 | 3C | 0 | 52 | 49 | D | 162 | 49 | 34 |
| Octal | 336 | 51 | 74 | 0 | 122 | 111 | 15 | 542 | 111 | 64 |
| Binary | 11011110 | 101001 | 111100 | 0 | 1010010 | 1001001 | 1101 | 101100010 | 1001001 | 110100 |
Color Harmonies of #DE293C
Complementary color
Monochromatic Colors of #DE293C
Black with #DE293C
Text Example
Text Example
White with #DE293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE293C; }
p { color: rgb(222,41,60); }
H1.HeaderClassName
{
color: #DE293C;
}
.AnyTagClassName
{
color: #DE293C;
}
</style>
background-color css
<style>
a { background-color: #DE293C; }
a { background-color: rgb(222,41,60); }
div.DivClassName
{
background-color: #DE293C;
}
.BgClassName
{
background-color: #DE293C;
}
</style>
border-color css
<style>
span { border-color: #DE293C; }
span { border-color: rgb(222,41,60); }
td.TdClassName
{
border-color: #DE293C;
}
.TagClassName
{
border-color: #DE293C;
}
</style>