Shades of Alizarin #DC2834
Tints of Alizarin #DC2834
RGB
CMYK
RGB Variations
Color information
#DC2834 (or 0xDC2834) is known color: Alizarin. HEX triplet: DC, 28 and 34. RGB value is (220,40,52). Sum of RGB (Red+Green+Blue) = 220+40+52=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2834 is #23D7CB. Grayscale: #5F5F5F. Windows color (decimal): -2349004 or 3418332. OLE color: 3418332.
HSL color Cylindrical-coordinate representation of color #DC2834: hue angle of 356º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2834 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 52 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.14 |
| HSL | 356º | 0.72% | 0.51% | - |
| HSV(B) | 356º | 0.82% | 0.86% | - |
| XYZ | 30.89 | 16.98 | 4.9 | - |
| YUV | 95.19 | 103.63 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 52 | 0 | 0.82 | 0.76 | 0.14 | 356 | 0.72 | 0.51 |
| Hex | DC | 28 | 34 | 0 | 52 | 4C | E | 164 | 48 | 33 |
| Octal | 334 | 50 | 64 | 0 | 122 | 114 | 16 | 544 | 110 | 63 |
| Binary | 11011100 | 101000 | 110100 | 0 | 1010010 | 1001100 | 1110 | 101100100 | 1001000 | 110011 |
Color Harmonies of #DC2834
Complementary color
Monochromatic Colors of #DC2834
Black with #DC2834
Text Example
Text Example
White with #DC2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2834; }
p { color: rgb(220,40,52); }
H1.HeaderClassName
{
color: #DC2834;
}
.AnyTagClassName
{
color: #DC2834;
}
</style>
background-color css
<style>
a { background-color: #DC2834; }
a { background-color: rgb(220,40,52); }
div.DivClassName
{
background-color: #DC2834;
}
.BgClassName
{
background-color: #DC2834;
}
</style>
border-color css
<style>
span { border-color: #DC2834; }
span { border-color: rgb(220,40,52); }
td.TdClassName
{
border-color: #DC2834;
}
.TagClassName
{
border-color: #DC2834;
}
</style>