Shades of Alizarin #DC2526
Tints of Alizarin #DC2526
RGB
CMYK
RGB Variations
Color information
#DC2526 (or 0xDC2526) is known color: Alizarin. HEX triplet: DC, 25 and 26. RGB value is (220,37,38). Sum of RGB (Red+Green+Blue) = 220+37+38=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2526 is #23DAD9. Grayscale: #5C5C5C. Windows color (decimal): -2349786 or 2500060. OLE color: 2500060.
HSL color Cylindrical-coordinate representation of color #DC2526: hue angle of 359.67º 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 #DC2526 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 38 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.14 |
| HSL | 359.67º | 0.72% | 0.5% | - |
| HSV(B) | 359.67º | 0.83% | 0.86% | - |
| XYZ | 30.53 | 16.68 | 3.44 | - |
| YUV | 91.83 | 97.63 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 38 | 0 | 0.83 | 0.83 | 0.14 | 359.67 | 0.72 | 0.5 |
| Hex | DC | 25 | 26 | 0 | 53 | 53 | E | 168 | 48 | 32 |
| Octal | 334 | 45 | 46 | 0 | 123 | 123 | 16 | 550 | 110 | 62 |
| Binary | 11011100 | 100101 | 100110 | 0 | 1010011 | 1010011 | 1110 | 101101000 | 1001000 | 110010 |
Color Harmonies of #DC2526
Complementary color
Monochromatic Colors of #DC2526
Black with #DC2526
Text Example
Text Example
White with #DC2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2526; }
p { color: rgb(220,37,38); }
H1.HeaderClassName
{
color: #DC2526;
}
.AnyTagClassName
{
color: #DC2526;
}
</style>
background-color css
<style>
a { background-color: #DC2526; }
a { background-color: rgb(220,37,38); }
div.DivClassName
{
background-color: #DC2526;
}
.BgClassName
{
background-color: #DC2526;
}
</style>
border-color css
<style>
span { border-color: #DC2526; }
span { border-color: rgb(220,37,38); }
td.TdClassName
{
border-color: #DC2526;
}
.TagClassName
{
border-color: #DC2526;
}
</style>