Shades of Alizarin #DC2229
Tints of Alizarin #DC2229
RGB
CMYK
RGB Variations
Color information
#DC2229 (or 0xDC2229) is known color: Alizarin. HEX triplet: DC, 22 and 29. RGB value is (220,34,41). Sum of RGB (Red+Green+Blue) = 220+34+41=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2229 is #23DDD6. Grayscale: #5A5A5A. Windows color (decimal): -2350551 or 2695900. OLE color: 2695900.
HSL color Cylindrical-coordinate representation of color #DC2229: hue angle of 357.74º degrees, saturation: 0.73, 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 #DC2229 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 41 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.14 |
| HSL | 357.74º | 0.73% | 0.5% | - |
| HSV(B) | 357.74º | 0.85% | 0.86% | - |
| XYZ | 30.49 | 16.52 | 3.68 | - |
| YUV | 90.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 41 | 0 | 0.85 | 0.81 | 0.14 | 357.74 | 0.73 | 0.5 |
| Hex | DC | 22 | 29 | 0 | 55 | 51 | E | 166 | 49 | 32 |
| Octal | 334 | 42 | 51 | 0 | 125 | 121 | 16 | 546 | 111 | 62 |
| Binary | 11011100 | 100010 | 101001 | 0 | 1010101 | 1010001 | 1110 | 101100110 | 1001001 | 110010 |
Color Harmonies of #DC2229
Complementary color
Monochromatic Colors of #DC2229
Black with #DC2229
Text Example
Text Example
White with #DC2229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2229; }
p { color: rgb(220,34,41); }
H1.HeaderClassName
{
color: #DC2229;
}
.AnyTagClassName
{
color: #DC2229;
}
</style>
background-color css
<style>
a { background-color: #DC2229; }
a { background-color: rgb(220,34,41); }
div.DivClassName
{
background-color: #DC2229;
}
.BgClassName
{
background-color: #DC2229;
}
</style>
border-color css
<style>
span { border-color: #DC2229; }
span { border-color: rgb(220,34,41); }
td.TdClassName
{
border-color: #DC2229;
}
.TagClassName
{
border-color: #DC2229;
}
</style>