Shades of Alizarin #DC3242
Tints of Alizarin #DC3242
RGB
CMYK
RGB Variations
Color information
#DC3242 (or 0xDC3242) is known color: Alizarin. HEX triplet: DC, 32 and 42. RGB value is (220,50,66). Sum of RGB (Red+Green+Blue) = 220+50+66=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3242 is #23CDBD. Grayscale: #666666. Windows color (decimal): -2346430 or 4338396. OLE color: 4338396.
HSL color Cylindrical-coordinate representation of color #DC3242: hue angle of 354.35º 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 #DC3242 is Cyan = 0, Magento = 0.77, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 66 | - |
| CMYK | 0 | 0.77 | 0.7 | 0.14 |
| HSL | 354.35º | 0.71% | 0.53% | - |
| HSV(B) | 354.35º | 0.77% | 0.86% | - |
| XYZ | 31.64 | 17.89 | 6.94 | - |
| YUV | 102.65 | 107.32 | 211.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 66 | 0 | 0.77 | 0.7 | 0.14 | 354.35 | 0.71 | 0.53 |
| Hex | DC | 32 | 42 | 0 | 4D | 46 | E | 162 | 47 | 35 |
| Octal | 334 | 62 | 102 | 0 | 115 | 106 | 16 | 542 | 107 | 65 |
| Binary | 11011100 | 110010 | 1000010 | 0 | 1001101 | 1000110 | 1110 | 101100010 | 1000111 | 110101 |
Color Harmonies of #DC3242
Complementary color
Monochromatic Colors of #DC3242
Black with #DC3242
Text Example
Text Example
White with #DC3242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3242; }
p { color: rgb(220,50,66); }
H1.HeaderClassName
{
color: #DC3242;
}
.AnyTagClassName
{
color: #DC3242;
}
</style>
background-color css
<style>
a { background-color: #DC3242; }
a { background-color: rgb(220,50,66); }
div.DivClassName
{
background-color: #DC3242;
}
.BgClassName
{
background-color: #DC3242;
}
</style>
border-color css
<style>
span { border-color: #DC3242; }
span { border-color: rgb(220,50,66); }
td.TdClassName
{
border-color: #DC3242;
}
.TagClassName
{
border-color: #DC3242;
}
</style>