Shades of Alizarin #DC3240
Tints of Alizarin #DC3240
RGB
CMYK
RGB Variations
Color information
#DC3240 (or 0xDC3240) is known color: Alizarin. HEX triplet: DC, 32 and 40. RGB value is (220,50,64). Sum of RGB (Red+Green+Blue) = 220+50+64=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3240 is #23CDBF. Grayscale: #666666. Windows color (decimal): -2346432 or 4207324. OLE color: 4207324.
HSL color Cylindrical-coordinate representation of color #DC3240: hue angle of 355.06º 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 #DC3240 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 64 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.14 |
| HSL | 355.06º | 0.71% | 0.53% | - |
| HSV(B) | 355.06º | 0.77% | 0.86% | - |
| XYZ | 31.58 | 17.87 | 6.63 | - |
| YUV | 102.43 | 106.32 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 64 | 0 | 0.77 | 0.71 | 0.14 | 355.06 | 0.71 | 0.53 |
| Hex | DC | 32 | 40 | 0 | 4D | 47 | E | 163 | 47 | 35 |
| Octal | 334 | 62 | 100 | 0 | 115 | 107 | 16 | 543 | 107 | 65 |
| Binary | 11011100 | 110010 | 1000000 | 0 | 1001101 | 1000111 | 1110 | 101100011 | 1000111 | 110101 |
Color Harmonies of #DC3240
Complementary color
Monochromatic Colors of #DC3240
Black with #DC3240
Text Example
Text Example
White with #DC3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3240; }
p { color: rgb(220,50,64); }
H1.HeaderClassName
{
color: #DC3240;
}
.AnyTagClassName
{
color: #DC3240;
}
</style>
background-color css
<style>
a { background-color: #DC3240; }
a { background-color: rgb(220,50,64); }
div.DivClassName
{
background-color: #DC3240;
}
.BgClassName
{
background-color: #DC3240;
}
</style>
border-color css
<style>
span { border-color: #DC3240; }
span { border-color: rgb(220,50,64); }
td.TdClassName
{
border-color: #DC3240;
}
.TagClassName
{
border-color: #DC3240;
}
</style>