Shades of Alizarin #DC2C36
Tints of Alizarin #DC2C36
RGB
CMYK
RGB Variations
Color information
#DC2C36 (or 0xDC2C36) is known color: Alizarin. HEX triplet: DC, 2C and 36. RGB value is (220,44,54). Sum of RGB (Red+Green+Blue) = 220+44+54=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C36 is #23D3C9. Grayscale: #616161. Windows color (decimal): -2347978 or 3550428. OLE color: 3550428.
HSL color Cylindrical-coordinate representation of color #DC2C36: hue angle of 356.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2C36 is Cyan = 0, Magento = 0.8, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 54 | - |
| CMYK | 0 | 0.8 | 0.75 | 0.14 |
| HSL | 356.59º | 0.72% | 0.52% | - |
| HSV(B) | 356.59º | 0.8% | 0.86% | - |
| XYZ | 31.08 | 17.28 | 5.19 | - |
| YUV | 97.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 54 | 0 | 0.8 | 0.75 | 0.14 | 356.59 | 0.72 | 0.52 |
| Hex | DC | 2C | 36 | 0 | 50 | 4B | E | 165 | 48 | 34 |
| Octal | 334 | 54 | 66 | 0 | 120 | 113 | 16 | 545 | 110 | 64 |
| Binary | 11011100 | 101100 | 110110 | 0 | 1010000 | 1001011 | 1110 | 101100101 | 1001000 | 110100 |
Color Harmonies of #DC2C36
Complementary color
Monochromatic Colors of #DC2C36
Black with #DC2C36
Text Example
Text Example
White with #DC2C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C36; }
p { color: rgb(220,44,54); }
H1.HeaderClassName
{
color: #DC2C36;
}
.AnyTagClassName
{
color: #DC2C36;
}
</style>
background-color css
<style>
a { background-color: #DC2C36; }
a { background-color: rgb(220,44,54); }
div.DivClassName
{
background-color: #DC2C36;
}
.BgClassName
{
background-color: #DC2C36;
}
</style>
border-color css
<style>
span { border-color: #DC2C36; }
span { border-color: rgb(220,44,54); }
td.TdClassName
{
border-color: #DC2C36;
}
.TagClassName
{
border-color: #DC2C36;
}
</style>