Shades of Alizarin #DC323A
Tints of Alizarin #DC323A
RGB
CMYK
RGB Variations
Color information
#DC323A (or 0xDC323A) is known color: Alizarin. HEX triplet: DC, 32 and 3A. RGB value is (220,50,58). Sum of RGB (Red+Green+Blue) = 220+50+58=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 58 (23.05% from 255 or 17.68% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC323A is #23CDC5. Grayscale: #656565. Windows color (decimal): -2346438 or 3814108. OLE color: 3814108.
HSL color Cylindrical-coordinate representation of color #DC323A: hue angle of 357.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC323A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 58 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.14 |
| HSL | 357.18º | 0.71% | 0.53% | - |
| HSV(B) | 357.18º | 0.77% | 0.86% | - |
| XYZ | 31.42 | 17.8 | 5.78 | - |
| YUV | 101.74 | 103.32 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 58 | 0 | 0.77 | 0.74 | 0.14 | 357.18 | 0.71 | 0.53 |
| Hex | DC | 32 | 3A | 0 | 4D | 4A | E | 165 | 47 | 35 |
| Octal | 334 | 62 | 72 | 0 | 115 | 112 | 16 | 545 | 107 | 65 |
| Binary | 11011100 | 110010 | 111010 | 0 | 1001101 | 1001010 | 1110 | 101100101 | 1000111 | 110101 |
Color Harmonies of #DC323A
Complementary color
Monochromatic Colors of #DC323A
Black with #DC323A
Text Example
Text Example
White with #DC323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC323A; }
p { color: rgb(220,50,58); }
H1.HeaderClassName
{
color: #DC323A;
}
.AnyTagClassName
{
color: #DC323A;
}
</style>
background-color css
<style>
a { background-color: #DC323A; }
a { background-color: rgb(220,50,58); }
div.DivClassName
{
background-color: #DC323A;
}
.BgClassName
{
background-color: #DC323A;
}
</style>
border-color css
<style>
span { border-color: #DC323A; }
span { border-color: rgb(220,50,58); }
td.TdClassName
{
border-color: #DC323A;
}
.TagClassName
{
border-color: #DC323A;
}
</style>