Shades of Alizarin #DC2528
Tints of Alizarin #DC2528
RGB
CMYK
RGB Variations
Color information
#DC2528 (or 0xDC2528) is known color: Alizarin. HEX triplet: DC, 25 and 28. RGB value is (220,37,40). Sum of RGB (Red+Green+Blue) = 220+37+40=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2528 is #23DAD7. Grayscale: #5C5C5C. Windows color (decimal): -2349784 or 2631132. OLE color: 2631132.
HSL color Cylindrical-coordinate representation of color #DC2528: hue angle of 359.02º 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 #DC2528 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 40 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.14 |
| HSL | 359.02º | 0.72% | 0.5% | - |
| HSV(B) | 359.02º | 0.83% | 0.86% | - |
| XYZ | 30.56 | 16.69 | 3.62 | - |
| YUV | 92.06 | 98.63 | 219.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 40 | 0 | 0.83 | 0.82 | 0.14 | 359.02 | 0.72 | 0.5 |
| Hex | DC | 25 | 28 | 0 | 53 | 52 | E | 167 | 48 | 32 |
| Octal | 334 | 45 | 50 | 0 | 123 | 122 | 16 | 547 | 110 | 62 |
| Binary | 11011100 | 100101 | 101000 | 0 | 1010011 | 1010010 | 1110 | 101100111 | 1001000 | 110010 |
Color Harmonies of #DC2528
Complementary color
Monochromatic Colors of #DC2528
Black with #DC2528
Text Example
Text Example
White with #DC2528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2528; }
p { color: rgb(220,37,40); }
H1.HeaderClassName
{
color: #DC2528;
}
.AnyTagClassName
{
color: #DC2528;
}
</style>
background-color css
<style>
a { background-color: #DC2528; }
a { background-color: rgb(220,37,40); }
div.DivClassName
{
background-color: #DC2528;
}
.BgClassName
{
background-color: #DC2528;
}
</style>
border-color css
<style>
span { border-color: #DC2528; }
span { border-color: rgb(220,37,40); }
td.TdClassName
{
border-color: #DC2528;
}
.TagClassName
{
border-color: #DC2528;
}
</style>