Shades of Alizarin #DC2B2C
Tints of Alizarin #DC2B2C
RGB
CMYK
RGB Variations
Color information
#DC2B2C (or 0xDC2B2C) is known color: Alizarin. HEX triplet: DC, 2B and 2C. RGB value is (220,43,44). Sum of RGB (Red+Green+Blue) = 220+43+44=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B2C is #23D4D3. Grayscale: #606060. Windows color (decimal): -2348244 or 2894812. OLE color: 2894812.
HSL color Cylindrical-coordinate representation of color #DC2B2C: hue angle of 359.66º 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 #DC2B2C is Cyan = 0, Magento = 0.80, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 44 | - |
| CMYK | 0 | 0.80 | 0.8 | 0.14 |
| HSL | 359.66º | 0.72% | 0.52% | - |
| HSV(B) | 359.66º | 0.8% | 0.86% | - |
| XYZ | 30.83 | 17.13 | 4.06 | - |
| YUV | 96.04 | 98.64 | 216.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 44 | 0 | 0.80 | 0.8 | 0.14 | 359.66 | 0.72 | 0.52 |
| Hex | DC | 2B | 2C | 0 | 50 | 50 | E | 168 | 48 | 34 |
| Octal | 334 | 53 | 54 | 0 | 120 | 120 | 16 | 550 | 110 | 64 |
| Binary | 11011100 | 101011 | 101100 | 0 | 1010000 | 1010000 | 1110 | 101101000 | 1001000 | 110100 |
Color Harmonies of #DC2B2C
Complementary color
Monochromatic Colors of #DC2B2C
Black with #DC2B2C
Text Example
Text Example
White with #DC2B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B2C; }
p { color: rgb(220,43,44); }
H1.HeaderClassName
{
color: #DC2B2C;
}
.AnyTagClassName
{
color: #DC2B2C;
}
</style>
background-color css
<style>
a { background-color: #DC2B2C; }
a { background-color: rgb(220,43,44); }
div.DivClassName
{
background-color: #DC2B2C;
}
.BgClassName
{
background-color: #DC2B2C;
}
</style>
border-color css
<style>
span { border-color: #DC2B2C; }
span { border-color: rgb(220,43,44); }
td.TdClassName
{
border-color: #DC2B2C;
}
.TagClassName
{
border-color: #DC2B2C;
}
</style>