Shades of Alizarin #DC2D3F
Tints of Alizarin #DC2D3F
RGB
CMYK
RGB Variations
Color information
#DC2D3F (or 0xDC2D3F) is known color: Alizarin. HEX triplet: DC, 2D and 3F. RGB value is (220,45,63). Sum of RGB (Red+Green+Blue) = 220+45+63=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D3F is #23D2C0. Grayscale: #636363. Windows color (decimal): -2347713 or 4140508. OLE color: 4140508.
HSL color Cylindrical-coordinate representation of color #DC2D3F: hue angle of 353.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D3F is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 63 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.14 |
| HSL | 353.83º | 0.71% | 0.52% | - |
| HSV(B) | 353.83º | 0.8% | 0.86% | - |
| XYZ | 31.35 | 17.45 | 6.42 | - |
| YUV | 99.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 63 | 0 | 0.80 | 0.71 | 0.14 | 353.83 | 0.71 | 0.52 |
| Hex | DC | 2D | 3F | 0 | 50 | 47 | E | 162 | 47 | 34 |
| Octal | 334 | 55 | 77 | 0 | 120 | 107 | 16 | 542 | 107 | 64 |
| Binary | 11011100 | 101101 | 111111 | 0 | 1010000 | 1000111 | 1110 | 101100010 | 1000111 | 110100 |
Color Harmonies of #DC2D3F
Complementary color
Monochromatic Colors of #DC2D3F
Black with #DC2D3F
Text Example
Text Example
White with #DC2D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D3F; }
p { color: rgb(220,45,63); }
H1.HeaderClassName
{
color: #DC2D3F;
}
.AnyTagClassName
{
color: #DC2D3F;
}
</style>
background-color css
<style>
a { background-color: #DC2D3F; }
a { background-color: rgb(220,45,63); }
div.DivClassName
{
background-color: #DC2D3F;
}
.BgClassName
{
background-color: #DC2D3F;
}
</style>
border-color css
<style>
span { border-color: #DC2D3F; }
span { border-color: rgb(220,45,63); }
td.TdClassName
{
border-color: #DC2D3F;
}
.TagClassName
{
border-color: #DC2D3F;
}
</style>