Shades of Alizarin #DC2941
Tints of Alizarin #DC2941
RGB
CMYK
RGB Variations
Color information
#DC2941 (or 0xDC2941) is known color: Alizarin. HEX triplet: DC, 29 and 41. RGB value is (220,41,65). Sum of RGB (Red+Green+Blue) = 220+41+65=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2941 is #23D6BE. Grayscale: #616161. Windows color (decimal): -2348735 or 4270556. OLE color: 4270556.
HSL color Cylindrical-coordinate representation of color #DC2941: hue angle of 351.96º 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 #DC2941 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 65 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.14 |
| HSL | 351.96º | 0.72% | 0.51% | - |
| HSV(B) | 351.96º | 0.81% | 0.86% | - |
| XYZ | 31.26 | 17.18 | 6.67 | - |
| YUV | 97.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 65 | 0 | 0.81 | 0.70 | 0.14 | 351.96 | 0.72 | 0.51 |
| Hex | DC | 29 | 41 | 0 | 51 | 46 | E | 160 | 48 | 33 |
| Octal | 334 | 51 | 101 | 0 | 121 | 106 | 16 | 540 | 110 | 63 |
| Binary | 11011100 | 101001 | 1000001 | 0 | 1010001 | 1000110 | 1110 | 101100000 | 1001000 | 110011 |
Color Harmonies of #DC2941
Complementary color
Monochromatic Colors of #DC2941
Black with #DC2941
Text Example
Text Example
White with #DC2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2941; }
p { color: rgb(220,41,65); }
H1.HeaderClassName
{
color: #DC2941;
}
.AnyTagClassName
{
color: #DC2941;
}
</style>
background-color css
<style>
a { background-color: #DC2941; }
a { background-color: rgb(220,41,65); }
div.DivClassName
{
background-color: #DC2941;
}
.BgClassName
{
background-color: #DC2941;
}
</style>
border-color css
<style>
span { border-color: #DC2941; }
span { border-color: rgb(220,41,65); }
td.TdClassName
{
border-color: #DC2941;
}
.TagClassName
{
border-color: #DC2941;
}
</style>