Shades of Alizarin #DC2529
Tints of Alizarin #DC2529
RGB
CMYK
RGB Variations
Color information
#DC2529 (or 0xDC2529) is known color: Alizarin. HEX triplet: DC, 25 and 29. RGB value is (220,37,41). Sum of RGB (Red+Green+Blue) = 220+37+41=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2529 is #23DAD6. Grayscale: #5C5C5C. Windows color (decimal): -2349783 or 2696668. OLE color: 2696668.
HSL color Cylindrical-coordinate representation of color #DC2529: hue angle of 358.69º 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 #DC2529 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 41 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.14 |
| HSL | 358.69º | 0.72% | 0.5% | - |
| HSV(B) | 358.69º | 0.83% | 0.86% | - |
| XYZ | 30.58 | 16.7 | 3.71 | - |
| YUV | 92.17 | 99.13 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 41 | 0 | 0.83 | 0.81 | 0.14 | 358.69 | 0.72 | 0.5 |
| Hex | DC | 25 | 29 | 0 | 53 | 51 | E | 167 | 48 | 32 |
| Octal | 334 | 45 | 51 | 0 | 123 | 121 | 16 | 547 | 110 | 62 |
| Binary | 11011100 | 100101 | 101001 | 0 | 1010011 | 1010001 | 1110 | 101100111 | 1001000 | 110010 |
Color Harmonies of #DC2529
Complementary color
Monochromatic Colors of #DC2529
Black with #DC2529
Text Example
Text Example
White with #DC2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2529; }
p { color: rgb(220,37,41); }
H1.HeaderClassName
{
color: #DC2529;
}
.AnyTagClassName
{
color: #DC2529;
}
</style>
background-color css
<style>
a { background-color: #DC2529; }
a { background-color: rgb(220,37,41); }
div.DivClassName
{
background-color: #DC2529;
}
.BgClassName
{
background-color: #DC2529;
}
</style>
border-color css
<style>
span { border-color: #DC2529; }
span { border-color: rgb(220,37,41); }
td.TdClassName
{
border-color: #DC2529;
}
.TagClassName
{
border-color: #DC2529;
}
</style>