Shades of Alizarin #DC2436
Tints of Alizarin #DC2436
RGB
CMYK
RGB Variations
Color information
#DC2436 (or 0xDC2436) is known color: Alizarin. HEX triplet: DC, 24 and 36. RGB value is (220,36,54). Sum of RGB (Red+Green+Blue) = 220+36+54=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2436 is #23DBC9. Grayscale: #5D5D5D. Windows color (decimal): -2350026 or 3548380. OLE color: 3548380.
HSL color Cylindrical-coordinate representation of color #DC2436: hue angle of 354.13º 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 #DC2436 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 54 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.14 |
| HSL | 354.13º | 0.72% | 0.5% | - |
| HSV(B) | 354.13º | 0.84% | 0.86% | - |
| XYZ | 30.81 | 16.74 | 5.1 | - |
| YUV | 93.07 | 105.96 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 54 | 0 | 0.84 | 0.75 | 0.14 | 354.13 | 0.72 | 0.5 |
| Hex | DC | 24 | 36 | 0 | 54 | 4B | E | 162 | 48 | 32 |
| Octal | 334 | 44 | 66 | 0 | 124 | 113 | 16 | 542 | 110 | 62 |
| Binary | 11011100 | 100100 | 110110 | 0 | 1010100 | 1001011 | 1110 | 101100010 | 1001000 | 110010 |
Color Harmonies of #DC2436
Complementary color
Monochromatic Colors of #DC2436
Black with #DC2436
Text Example
Text Example
White with #DC2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2436; }
p { color: rgb(220,36,54); }
H1.HeaderClassName
{
color: #DC2436;
}
.AnyTagClassName
{
color: #DC2436;
}
</style>
background-color css
<style>
a { background-color: #DC2436; }
a { background-color: rgb(220,36,54); }
div.DivClassName
{
background-color: #DC2436;
}
.BgClassName
{
background-color: #DC2436;
}
</style>
border-color css
<style>
span { border-color: #DC2436; }
span { border-color: rgb(220,36,54); }
td.TdClassName
{
border-color: #DC2436;
}
.TagClassName
{
border-color: #DC2436;
}
</style>