Shades of Alizarin #DC293B
Tints of Alizarin #DC293B
RGB
CMYK
RGB Variations
Color information
#DC293B (or 0xDC293B) is known color: Alizarin. HEX triplet: DC, 29 and 3B. RGB value is (220,41,59). Sum of RGB (Red+Green+Blue) = 220+41+59=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC293B is #23D6C4. Grayscale: #606060. Windows color (decimal): -2348741 or 3877340. OLE color: 3877340.
HSL color Cylindrical-coordinate representation of color #DC293B: hue angle of 353.97º 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 #DC293B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 59 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.14 |
| HSL | 353.97º | 0.72% | 0.51% | - |
| HSV(B) | 353.97º | 0.81% | 0.86% | - |
| XYZ | 31.1 | 17.12 | 5.8 | - |
| YUV | 96.57 | 106.8 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 59 | 0 | 0.81 | 0.73 | 0.14 | 353.97 | 0.72 | 0.51 |
| Hex | DC | 29 | 3B | 0 | 51 | 49 | E | 162 | 48 | 33 |
| Octal | 334 | 51 | 73 | 0 | 121 | 111 | 16 | 542 | 110 | 63 |
| Binary | 11011100 | 101001 | 111011 | 0 | 1010001 | 1001001 | 1110 | 101100010 | 1001000 | 110011 |
Color Harmonies of #DC293B
Complementary color
Monochromatic Colors of #DC293B
Black with #DC293B
Text Example
Text Example
White with #DC293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC293B; }
p { color: rgb(220,41,59); }
H1.HeaderClassName
{
color: #DC293B;
}
.AnyTagClassName
{
color: #DC293B;
}
</style>
background-color css
<style>
a { background-color: #DC293B; }
a { background-color: rgb(220,41,59); }
div.DivClassName
{
background-color: #DC293B;
}
.BgClassName
{
background-color: #DC293B;
}
</style>
border-color css
<style>
span { border-color: #DC293B; }
span { border-color: rgb(220,41,59); }
td.TdClassName
{
border-color: #DC293B;
}
.TagClassName
{
border-color: #DC293B;
}
</style>