Shades of Alizarin #DC213C
Tints of Alizarin #DC213C
RGB
CMYK
RGB Variations
Color information
#DC213C (or 0xDC213C) is known color: Alizarin. HEX triplet: DC, 21 and 3C. RGB value is (220,33,60). Sum of RGB (Red+Green+Blue) = 220+33+60=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC213C is #23DEC3. Grayscale: #5C5C5C. Windows color (decimal): -2350788 or 3940828. OLE color: 3940828.
HSL color Cylindrical-coordinate representation of color #DC213C: hue angle of 351.34º 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 #DC213C is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 33 | 60 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.14 |
| HSL | 351.34º | 0.74% | 0.5% | - |
| HSV(B) | 351.34º | 0.85% | 0.86% | - |
| XYZ | 30.87 | 16.63 | 5.86 | - |
| YUV | 91.99 | 109.95 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 33 | 60 | 0 | 0.85 | 0.73 | 0.14 | 351.34 | 0.74 | 0.5 |
| Hex | DC | 21 | 3C | 0 | 55 | 49 | E | 15F | 4A | 32 |
| Octal | 334 | 41 | 74 | 0 | 125 | 111 | 16 | 537 | 112 | 62 |
| Binary | 11011100 | 100001 | 111100 | 0 | 1010101 | 1001001 | 1110 | 101011111 | 1001010 | 110010 |
Color Harmonies of #DC213C
Complementary color
Monochromatic Colors of #DC213C
Black with #DC213C
Text Example
Text Example
White with #DC213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC213C; }
p { color: rgb(220,33,60); }
H1.HeaderClassName
{
color: #DC213C;
}
.AnyTagClassName
{
color: #DC213C;
}
</style>
background-color css
<style>
a { background-color: #DC213C; }
a { background-color: rgb(220,33,60); }
div.DivClassName
{
background-color: #DC213C;
}
.BgClassName
{
background-color: #DC213C;
}
</style>
border-color css
<style>
span { border-color: #DC213C; }
span { border-color: rgb(220,33,60); }
td.TdClassName
{
border-color: #DC213C;
}
.TagClassName
{
border-color: #DC213C;
}
</style>