Shades of Alizarin #DC323C
Tints of Alizarin #DC323C
RGB
CMYK
RGB Variations
Color information
#DC323C (or 0xDC323C) is known color: Alizarin. HEX triplet: DC, 32 and 3C. RGB value is (220,50,60). Sum of RGB (Red+Green+Blue) = 220+50+60=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC323C is #23CDC3. Grayscale: #666666. Windows color (decimal): -2346436 or 3945180. OLE color: 3945180.
HSL color Cylindrical-coordinate representation of color #DC323C: hue angle of 356.47º 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 #DC323C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 60 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.14 |
| HSL | 356.47º | 0.71% | 0.53% | - |
| HSV(B) | 356.47º | 0.77% | 0.86% | - |
| XYZ | 31.47 | 17.82 | 6.06 | - |
| YUV | 101.97 | 104.32 | 212.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 60 | 0 | 0.77 | 0.73 | 0.14 | 356.47 | 0.71 | 0.53 |
| Hex | DC | 32 | 3C | 0 | 4D | 49 | E | 164 | 47 | 35 |
| Octal | 334 | 62 | 74 | 0 | 115 | 111 | 16 | 544 | 107 | 65 |
| Binary | 11011100 | 110010 | 111100 | 0 | 1001101 | 1001001 | 1110 | 101100100 | 1000111 | 110101 |
Color Harmonies of #DC323C
Complementary color
Monochromatic Colors of #DC323C
Black with #DC323C
Text Example
Text Example
White with #DC323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC323C; }
p { color: rgb(220,50,60); }
H1.HeaderClassName
{
color: #DC323C;
}
.AnyTagClassName
{
color: #DC323C;
}
</style>
background-color css
<style>
a { background-color: #DC323C; }
a { background-color: rgb(220,50,60); }
div.DivClassName
{
background-color: #DC323C;
}
.BgClassName
{
background-color: #DC323C;
}
</style>
border-color css
<style>
span { border-color: #DC323C; }
span { border-color: rgb(220,50,60); }
td.TdClassName
{
border-color: #DC323C;
}
.TagClassName
{
border-color: #DC323C;
}
</style>