Shades of Alizarin #DC3241
Tints of Alizarin #DC3241
RGB
CMYK
RGB Variations
Color information
#DC3241 (or 0xDC3241) is known color: Alizarin. HEX triplet: DC, 32 and 41. RGB value is (220,50,65). Sum of RGB (Red+Green+Blue) = 220+50+65=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3241 is #23CDBE. Grayscale: #666666. Windows color (decimal): -2346431 or 4272860. OLE color: 4272860.
HSL color Cylindrical-coordinate representation of color #DC3241: hue angle of 354.71º 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 #DC3241 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 65 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.14 |
| HSL | 354.71º | 0.71% | 0.53% | - |
| HSV(B) | 354.71º | 0.77% | 0.86% | - |
| XYZ | 31.61 | 17.88 | 6.79 | - |
| YUV | 102.54 | 106.82 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 65 | 0 | 0.77 | 0.70 | 0.14 | 354.71 | 0.71 | 0.53 |
| Hex | DC | 32 | 41 | 0 | 4D | 46 | E | 163 | 47 | 35 |
| Octal | 334 | 62 | 101 | 0 | 115 | 106 | 16 | 543 | 107 | 65 |
| Binary | 11011100 | 110010 | 1000001 | 0 | 1001101 | 1000110 | 1110 | 101100011 | 1000111 | 110101 |
Color Harmonies of #DC3241
Complementary color
Monochromatic Colors of #DC3241
Black with #DC3241
Text Example
Text Example
White with #DC3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3241; }
p { color: rgb(220,50,65); }
H1.HeaderClassName
{
color: #DC3241;
}
.AnyTagClassName
{
color: #DC3241;
}
</style>
background-color css
<style>
a { background-color: #DC3241; }
a { background-color: rgb(220,50,65); }
div.DivClassName
{
background-color: #DC3241;
}
.BgClassName
{
background-color: #DC3241;
}
</style>
border-color css
<style>
span { border-color: #DC3241; }
span { border-color: rgb(220,50,65); }
td.TdClassName
{
border-color: #DC3241;
}
.TagClassName
{
border-color: #DC3241;
}
</style>