Shades of Alizarin #DC323F
Tints of Alizarin #DC323F
RGB
CMYK
RGB Variations
Color information
#DC323F (or 0xDC323F) is known color: Alizarin. HEX triplet: DC, 32 and 3F. RGB value is (220,50,63). Sum of RGB (Red+Green+Blue) = 220+50+63=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC323F is #23CDC0. Grayscale: #666666. Windows color (decimal): -2346433 or 4141788. OLE color: 4141788.
HSL color Cylindrical-coordinate representation of color #DC323F: hue angle of 355.41º 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 #DC323F is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 63 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.14 |
| HSL | 355.41º | 0.71% | 0.53% | - |
| HSV(B) | 355.41º | 0.77% | 0.86% | - |
| XYZ | 31.55 | 17.86 | 6.49 | - |
| YUV | 102.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 63 | 0 | 0.77 | 0.71 | 0.14 | 355.41 | 0.71 | 0.53 |
| Hex | DC | 32 | 3F | 0 | 4D | 47 | E | 163 | 47 | 35 |
| Octal | 334 | 62 | 77 | 0 | 115 | 107 | 16 | 543 | 107 | 65 |
| Binary | 11011100 | 110010 | 111111 | 0 | 1001101 | 1000111 | 1110 | 101100011 | 1000111 | 110101 |
Color Harmonies of #DC323F
Complementary color
Monochromatic Colors of #DC323F
Black with #DC323F
Text Example
Text Example
White with #DC323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC323F; }
p { color: rgb(220,50,63); }
H1.HeaderClassName
{
color: #DC323F;
}
.AnyTagClassName
{
color: #DC323F;
}
</style>
background-color css
<style>
a { background-color: #DC323F; }
a { background-color: rgb(220,50,63); }
div.DivClassName
{
background-color: #DC323F;
}
.BgClassName
{
background-color: #DC323F;
}
</style>
border-color css
<style>
span { border-color: #DC323F; }
span { border-color: rgb(220,50,63); }
td.TdClassName
{
border-color: #DC323F;
}
.TagClassName
{
border-color: #DC323F;
}
</style>