Shades of Alizarin #DC2541
Tints of Alizarin #DC2541
RGB
CMYK
RGB Variations
Color information
#DC2541 (or 0xDC2541) is known color: Alizarin. HEX triplet: DC, 25 and 41. RGB value is (220,37,65). Sum of RGB (Red+Green+Blue) = 220+37+65=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2541 is #23DABE. Grayscale: #5E5E5E. Windows color (decimal): -2349759 or 4269532. OLE color: 4269532.
HSL color Cylindrical-coordinate representation of color #DC2541: hue angle of 350.82º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2541 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 65 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.14 |
| HSL | 350.82º | 0.72% | 0.5% | - |
| HSV(B) | 350.82º | 0.83% | 0.86% | - |
| XYZ | 31.13 | 16.92 | 6.63 | - |
| YUV | 94.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 65 | 0 | 0.83 | 0.70 | 0.14 | 350.82 | 0.72 | 0.5 |
| Hex | DC | 25 | 41 | 0 | 53 | 46 | E | 15F | 48 | 32 |
| Octal | 334 | 45 | 101 | 0 | 123 | 106 | 16 | 537 | 110 | 62 |
| Binary | 11011100 | 100101 | 1000001 | 0 | 1010011 | 1000110 | 1110 | 101011111 | 1001000 | 110010 |
Color Harmonies of #DC2541
Complementary color
Monochromatic Colors of #DC2541
Black with #DC2541
Text Example
Text Example
White with #DC2541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2541; }
p { color: rgb(220,37,65); }
H1.HeaderClassName
{
color: #DC2541;
}
.AnyTagClassName
{
color: #DC2541;
}
</style>
background-color css
<style>
a { background-color: #DC2541; }
a { background-color: rgb(220,37,65); }
div.DivClassName
{
background-color: #DC2541;
}
.BgClassName
{
background-color: #DC2541;
}
</style>
border-color css
<style>
span { border-color: #DC2541; }
span { border-color: rgb(220,37,65); }
td.TdClassName
{
border-color: #DC2541;
}
.TagClassName
{
border-color: #DC2541;
}
</style>