Shades of Alizarin #DC212A
Tints of Alizarin #DC212A
RGB
CMYK
RGB Variations
Color information
#DC212A (or 0xDC212A) is known color: Alizarin. HEX triplet: DC, 21 and 2A. RGB value is (220,33,42). Sum of RGB (Red+Green+Blue) = 220+33+42=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC212A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC212A is #23DED5. Grayscale: #5A5A5A. Windows color (decimal): -2350806 or 2761180. OLE color: 2761180.
HSL color Cylindrical-coordinate representation of color #DC212A: hue angle of 357.11º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC212A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 42 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.14 |
| HSL | 357.11º | 0.74% | 0.5% | - |
| HSV(B) | 357.11º | 0.85% | 0.86% | - |
| XYZ | 30.48 | 16.47 | 3.76 | - |
| YUV | 89.94 | 100.95 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 42 | 0 | 0.85 | 0.81 | 0.14 | 357.11 | 0.74 | 0.5 |
| Hex | DC | 21 | 2A | 0 | 55 | 51 | E | 165 | 4A | 32 |
| Octal | 334 | 41 | 52 | 0 | 125 | 121 | 16 | 545 | 112 | 62 |
| Binary | 11011100 | 100001 | 101010 | 0 | 1010101 | 1010001 | 1110 | 101100101 | 1001010 | 110010 |
Color Harmonies of #DC212A
Complementary color
Monochromatic Colors of #DC212A
Black with #DC212A
Text Example
Text Example
White with #DC212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC212A; }
p { color: rgb(220,33,42); }
H1.HeaderClassName
{
color: #DC212A;
}
.AnyTagClassName
{
color: #DC212A;
}
</style>
background-color css
<style>
a { background-color: #DC212A; }
a { background-color: rgb(220,33,42); }
div.DivClassName
{
background-color: #DC212A;
}
.BgClassName
{
background-color: #DC212A;
}
</style>
border-color css
<style>
span { border-color: #DC212A; }
span { border-color: rgb(220,33,42); }
td.TdClassName
{
border-color: #DC212A;
}
.TagClassName
{
border-color: #DC212A;
}
</style>