Shades of Alizarin #DC2441
Tints of Alizarin #DC2441
RGB
CMYK
RGB Variations
Color information
#DC2441 (or 0xDC2441) is known color: Alizarin. HEX triplet: DC, 24 and 41. RGB value is (220,36,65). Sum of RGB (Red+Green+Blue) = 220+36+65=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2441 is #23DBBE. Grayscale: #5E5E5E. Windows color (decimal): -2350015 or 4269276. OLE color: 4269276.
HSL color Cylindrical-coordinate representation of color #DC2441: hue angle of 350.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2441 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 65 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.14 |
| HSL | 350.54º | 0.72% | 0.5% | - |
| HSV(B) | 350.54º | 0.84% | 0.86% | - |
| XYZ | 31.1 | 16.86 | 6.62 | - |
| YUV | 94.32 | 111.46 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 65 | 0 | 0.84 | 0.70 | 0.14 | 350.54 | 0.72 | 0.5 |
| Hex | DC | 24 | 41 | 0 | 54 | 46 | E | 15F | 48 | 32 |
| Octal | 334 | 44 | 101 | 0 | 124 | 106 | 16 | 537 | 110 | 62 |
| Binary | 11011100 | 100100 | 1000001 | 0 | 1010100 | 1000110 | 1110 | 101011111 | 1001000 | 110010 |
Color Harmonies of #DC2441
Complementary color
Monochromatic Colors of #DC2441
Black with #DC2441
Text Example
Text Example
White with #DC2441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2441; }
p { color: rgb(220,36,65); }
H1.HeaderClassName
{
color: #DC2441;
}
.AnyTagClassName
{
color: #DC2441;
}
</style>
background-color css
<style>
a { background-color: #DC2441; }
a { background-color: rgb(220,36,65); }
div.DivClassName
{
background-color: #DC2441;
}
.BgClassName
{
background-color: #DC2441;
}
</style>
border-color css
<style>
span { border-color: #DC2441; }
span { border-color: rgb(220,36,65); }
td.TdClassName
{
border-color: #DC2441;
}
.TagClassName
{
border-color: #DC2441;
}
</style>