Shades of Alizarin #DC353C
Tints of Alizarin #DC353C
RGB
CMYK
RGB Variations
Color information
#DC353C (or 0xDC353C) is known color: Alizarin. HEX triplet: DC, 35 and 3C. RGB value is (220,53,60). Sum of RGB (Red+Green+Blue) = 220+53+60=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC353C is #23CAC3. Grayscale: #676767. Windows color (decimal): -2345668 or 3945948. OLE color: 3945948.
HSL color Cylindrical-coordinate representation of color #DC353C: hue angle of 357.49º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC353C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 60 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.14 |
| HSL | 357.49º | 0.7% | 0.54% | - |
| HSV(B) | 357.49º | 0.76% | 0.86% | - |
| XYZ | 31.6 | 18.09 | 6.1 | - |
| YUV | 103.73 | 103.33 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 60 | 0 | 0.76 | 0.73 | 0.14 | 357.49 | 0.7 | 0.54 |
| Hex | DC | 35 | 3C | 0 | 4C | 49 | E | 165 | 46 | 36 |
| Octal | 334 | 65 | 74 | 0 | 114 | 111 | 16 | 545 | 106 | 66 |
| Binary | 11011100 | 110101 | 111100 | 0 | 1001100 | 1001001 | 1110 | 101100101 | 1000110 | 110110 |
Color Harmonies of #DC353C
Complementary color
Monochromatic Colors of #DC353C
Black with #DC353C
Text Example
Text Example
White with #DC353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC353C; }
p { color: rgb(220,53,60); }
H1.HeaderClassName
{
color: #DC353C;
}
.AnyTagClassName
{
color: #DC353C;
}
</style>
background-color css
<style>
a { background-color: #DC353C; }
a { background-color: rgb(220,53,60); }
div.DivClassName
{
background-color: #DC353C;
}
.BgClassName
{
background-color: #DC353C;
}
</style>
border-color css
<style>
span { border-color: #DC353C; }
span { border-color: rgb(220,53,60); }
td.TdClassName
{
border-color: #DC353C;
}
.TagClassName
{
border-color: #DC353C;
}
</style>