Shades of Alizarin #DC292D
Tints of Alizarin #DC292D
RGB
CMYK
RGB Variations
Color information
#DC292D (or 0xDC292D) is known color: Alizarin. HEX triplet: DC, 29 and 2D. RGB value is (220,41,45). Sum of RGB (Red+Green+Blue) = 220+41+45=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC292D is #23D6D2. Grayscale: #5F5F5F. Windows color (decimal): -2348755 or 2959836. OLE color: 2959836.
HSL color Cylindrical-coordinate representation of color #DC292D: hue angle of 358.66º 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 #DC292D is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 45 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.14 |
| HSL | 358.66º | 0.72% | 0.51% | - |
| HSV(B) | 358.66º | 0.81% | 0.86% | - |
| XYZ | 30.78 | 16.99 | 4.14 | - |
| YUV | 94.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 45 | 0 | 0.81 | 0.80 | 0.14 | 358.66 | 0.72 | 0.51 |
| Hex | DC | 29 | 2D | 0 | 51 | 50 | E | 167 | 48 | 33 |
| Octal | 334 | 51 | 55 | 0 | 121 | 120 | 16 | 547 | 110 | 63 |
| Binary | 11011100 | 101001 | 101101 | 0 | 1010001 | 1010000 | 1110 | 101100111 | 1001000 | 110011 |
Color Harmonies of #DC292D
Complementary color
Monochromatic Colors of #DC292D
Black with #DC292D
Text Example
Text Example
White with #DC292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC292D; }
p { color: rgb(220,41,45); }
H1.HeaderClassName
{
color: #DC292D;
}
.AnyTagClassName
{
color: #DC292D;
}
</style>
background-color css
<style>
a { background-color: #DC292D; }
a { background-color: rgb(220,41,45); }
div.DivClassName
{
background-color: #DC292D;
}
.BgClassName
{
background-color: #DC292D;
}
</style>
border-color css
<style>
span { border-color: #DC292D; }
span { border-color: rgb(220,41,45); }
td.TdClassName
{
border-color: #DC292D;
}
.TagClassName
{
border-color: #DC292D;
}
</style>