Shades of Alizarin #DC293C
Tints of Alizarin #DC293C
RGB
CMYK
RGB Variations
Color information
#DC293C (or 0xDC293C) is known color: Alizarin. HEX triplet: DC, 29 and 3C. RGB value is (220,41,60). Sum of RGB (Red+Green+Blue) = 220+41+60=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC293C is #23D6C3. Grayscale: #606060. Windows color (decimal): -2348740 or 3942876. OLE color: 3942876.
HSL color Cylindrical-coordinate representation of color #DC293C: hue angle of 353.63º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC293C is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 60 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.14 |
| HSL | 353.63º | 0.72% | 0.51% | - |
| HSV(B) | 353.63º | 0.81% | 0.86% | - |
| XYZ | 31.12 | 17.13 | 5.94 | - |
| YUV | 96.69 | 107.3 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 60 | 0 | 0.81 | 0.73 | 0.14 | 353.63 | 0.72 | 0.51 |
| Hex | DC | 29 | 3C | 0 | 51 | 49 | E | 162 | 48 | 33 |
| Octal | 334 | 51 | 74 | 0 | 121 | 111 | 16 | 542 | 110 | 63 |
| Binary | 11011100 | 101001 | 111100 | 0 | 1010001 | 1001001 | 1110 | 101100010 | 1001000 | 110011 |
Color Harmonies of #DC293C
Complementary color
Monochromatic Colors of #DC293C
Black with #DC293C
Text Example
Text Example
White with #DC293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC293C; }
p { color: rgb(220,41,60); }
H1.HeaderClassName
{
color: #DC293C;
}
.AnyTagClassName
{
color: #DC293C;
}
</style>
background-color css
<style>
a { background-color: #DC293C; }
a { background-color: rgb(220,41,60); }
div.DivClassName
{
background-color: #DC293C;
}
.BgClassName
{
background-color: #DC293C;
}
</style>
border-color css
<style>
span { border-color: #DC293C; }
span { border-color: rgb(220,41,60); }
td.TdClassName
{
border-color: #DC293C;
}
.TagClassName
{
border-color: #DC293C;
}
</style>