Shades of Alizarin #DC292C
Tints of Alizarin #DC292C
RGB
CMYK
RGB Variations
Color information
#DC292C (or 0xDC292C) is known color: Alizarin. HEX triplet: DC, 29 and 2C. RGB value is (220,41,44). Sum of RGB (Red+Green+Blue) = 220+41+44=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC292C is #23D6D3. Grayscale: #5F5F5F. Windows color (decimal): -2348756 or 2894300. OLE color: 2894300.
HSL color Cylindrical-coordinate representation of color #DC292C: hue angle of 358.99º 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 #DC292C is Cyan = 0, Magento = 0.81, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 44 | - |
| CMYK | 0 | 0.81 | 0.8 | 0.14 |
| HSL | 358.99º | 0.72% | 0.51% | - |
| HSV(B) | 358.99º | 0.81% | 0.86% | - |
| XYZ | 30.76 | 16.98 | 4.04 | - |
| YUV | 94.86 | 99.3 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 44 | 0 | 0.81 | 0.8 | 0.14 | 358.99 | 0.72 | 0.51 |
| Hex | DC | 29 | 2C | 0 | 51 | 50 | E | 167 | 48 | 33 |
| Octal | 334 | 51 | 54 | 0 | 121 | 120 | 16 | 547 | 110 | 63 |
| Binary | 11011100 | 101001 | 101100 | 0 | 1010001 | 1010000 | 1110 | 101100111 | 1001000 | 110011 |
Color Harmonies of #DC292C
Complementary color
Monochromatic Colors of #DC292C
Black with #DC292C
Text Example
Text Example
White with #DC292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC292C; }
p { color: rgb(220,41,44); }
H1.HeaderClassName
{
color: #DC292C;
}
.AnyTagClassName
{
color: #DC292C;
}
</style>
background-color css
<style>
a { background-color: #DC292C; }
a { background-color: rgb(220,41,44); }
div.DivClassName
{
background-color: #DC292C;
}
.BgClassName
{
background-color: #DC292C;
}
</style>
border-color css
<style>
span { border-color: #DC292C; }
span { border-color: rgb(220,41,44); }
td.TdClassName
{
border-color: #DC292C;
}
.TagClassName
{
border-color: #DC292C;
}
</style>