Shades of Alizarin #DC3334
Tints of Alizarin #DC3334
RGB
CMYK
RGB Variations
Color information
#DC3334 (or 0xDC3334) is known color: Alizarin. HEX triplet: DC, 33 and 34. RGB value is (220,51,52). Sum of RGB (Red+Green+Blue) = 220+51+52=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3334 is #23CCCB. Grayscale: #656565. Windows color (decimal): -2346188 or 3421148. OLE color: 3421148.
HSL color Cylindrical-coordinate representation of color #DC3334: hue angle of 359.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3334 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 52 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.14 |
| HSL | 359.65º | 0.71% | 0.53% | - |
| HSV(B) | 359.65º | 0.77% | 0.86% | - |
| XYZ | 31.32 | 17.83 | 5.04 | - |
| YUV | 101.65 | 99.99 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 52 | 0 | 0.77 | 0.76 | 0.14 | 359.65 | 0.71 | 0.53 |
| Hex | DC | 33 | 34 | 0 | 4D | 4C | E | 168 | 47 | 35 |
| Octal | 334 | 63 | 64 | 0 | 115 | 114 | 16 | 550 | 107 | 65 |
| Binary | 11011100 | 110011 | 110100 | 0 | 1001101 | 1001100 | 1110 | 101101000 | 1000111 | 110101 |
Color Harmonies of #DC3334
Complementary color
Monochromatic Colors of #DC3334
Black with #DC3334
Text Example
Text Example
White with #DC3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3334; }
p { color: rgb(220,51,52); }
H1.HeaderClassName
{
color: #DC3334;
}
.AnyTagClassName
{
color: #DC3334;
}
</style>
background-color css
<style>
a { background-color: #DC3334; }
a { background-color: rgb(220,51,52); }
div.DivClassName
{
background-color: #DC3334;
}
.BgClassName
{
background-color: #DC3334;
}
</style>
border-color css
<style>
span { border-color: #DC3334; }
span { border-color: rgb(220,51,52); }
td.TdClassName
{
border-color: #DC3334;
}
.TagClassName
{
border-color: #DC3334;
}
</style>