Shades of Alizarin #DC213A
Tints of Alizarin #DC213A
RGB
CMYK
RGB Variations
Color information
#DC213A (or 0xDC213A) is known color: Alizarin. HEX triplet: DC, 21 and 3A. RGB value is (220,33,58). Sum of RGB (Red+Green+Blue) = 220+33+58=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC213A is #23DEC5. Grayscale: #5B5B5B. Windows color (decimal): -2350790 or 3809756. OLE color: 3809756.
HSL color Cylindrical-coordinate representation of color #DC213A: hue angle of 351.98º 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 #DC213A is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 58 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.14 |
| HSL | 351.98º | 0.74% | 0.5% | - |
| HSV(B) | 351.98º | 0.85% | 0.86% | - |
| XYZ | 30.82 | 16.61 | 5.58 | - |
| YUV | 91.76 | 108.95 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 58 | 0 | 0.85 | 0.74 | 0.14 | 351.98 | 0.74 | 0.5 |
| Hex | DC | 21 | 3A | 0 | 55 | 4A | E | 160 | 4A | 32 |
| Octal | 334 | 41 | 72 | 0 | 125 | 112 | 16 | 540 | 112 | 62 |
| Binary | 11011100 | 100001 | 111010 | 0 | 1010101 | 1001010 | 1110 | 101100000 | 1001010 | 110010 |
Color Harmonies of #DC213A
Complementary color
Monochromatic Colors of #DC213A
Black with #DC213A
Text Example
Text Example
White with #DC213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC213A; }
p { color: rgb(220,33,58); }
H1.HeaderClassName
{
color: #DC213A;
}
.AnyTagClassName
{
color: #DC213A;
}
</style>
background-color css
<style>
a { background-color: #DC213A; }
a { background-color: rgb(220,33,58); }
div.DivClassName
{
background-color: #DC213A;
}
.BgClassName
{
background-color: #DC213A;
}
</style>
border-color css
<style>
span { border-color: #DC213A; }
span { border-color: rgb(220,33,58); }
td.TdClassName
{
border-color: #DC213A;
}
.TagClassName
{
border-color: #DC213A;
}
</style>