Shades of Alizarin #DC2235
Tints of Alizarin #DC2235
RGB
CMYK
RGB Variations
Color information
#DC2235 (or 0xDC2235) is known color: Alizarin. HEX triplet: DC, 22 and 35. RGB value is (220,34,53). Sum of RGB (Red+Green+Blue) = 220+34+53=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2235 is #23DDCA. Grayscale: #5B5B5B. Windows color (decimal): -2350539 or 3482332. OLE color: 3482332.
HSL color Cylindrical-coordinate representation of color #DC2235: hue angle of 353.87º 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 #DC2235 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 34 | 53 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.14 |
| HSL | 353.87º | 0.73% | 0.5% | - |
| HSV(B) | 353.87º | 0.85% | 0.86% | - |
| XYZ | 30.73 | 16.62 | 4.96 | - |
| YUV | 91.78 | 106.12 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 34 | 53 | 0 | 0.85 | 0.76 | 0.14 | 353.87 | 0.73 | 0.5 |
| Hex | DC | 22 | 35 | 0 | 55 | 4C | E | 162 | 49 | 32 |
| Octal | 334 | 42 | 65 | 0 | 125 | 114 | 16 | 542 | 111 | 62 |
| Binary | 11011100 | 100010 | 110101 | 0 | 1010101 | 1001100 | 1110 | 101100010 | 1001001 | 110010 |
Color Harmonies of #DC2235
Complementary color
Monochromatic Colors of #DC2235
Black with #DC2235
Text Example
Text Example
White with #DC2235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2235; }
p { color: rgb(220,34,53); }
H1.HeaderClassName
{
color: #DC2235;
}
.AnyTagClassName
{
color: #DC2235;
}
</style>
background-color css
<style>
a { background-color: #DC2235; }
a { background-color: rgb(220,34,53); }
div.DivClassName
{
background-color: #DC2235;
}
.BgClassName
{
background-color: #DC2235;
}
</style>
border-color css
<style>
span { border-color: #DC2235; }
span { border-color: rgb(220,34,53); }
td.TdClassName
{
border-color: #DC2235;
}
.TagClassName
{
border-color: #DC2235;
}
</style>