Shades of Alizarin #DC2D40
Tints of Alizarin #DC2D40
RGB
CMYK
RGB Variations
Color information
#DC2D40 (or 0xDC2D40) is known color: Alizarin. HEX triplet: DC, 2D and 40. RGB value is (220,45,64). Sum of RGB (Red+Green+Blue) = 220+45+64=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D40 is #23D2BF. Grayscale: #636363. Windows color (decimal): -2347712 or 4206044. OLE color: 4206044.
HSL color Cylindrical-coordinate representation of color #DC2D40: hue angle of 353.49º 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 #DC2D40 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 64 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.14 |
| HSL | 353.49º | 0.71% | 0.52% | - |
| HSV(B) | 353.49º | 0.8% | 0.86% | - |
| XYZ | 31.38 | 17.46 | 6.57 | - |
| YUV | 99.49 | 107.98 | 213.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 64 | 0 | 0.80 | 0.71 | 0.14 | 353.49 | 0.71 | 0.52 |
| Hex | DC | 2D | 40 | 0 | 50 | 47 | E | 161 | 47 | 34 |
| Octal | 334 | 55 | 100 | 0 | 120 | 107 | 16 | 541 | 107 | 64 |
| Binary | 11011100 | 101101 | 1000000 | 0 | 1010000 | 1000111 | 1110 | 101100001 | 1000111 | 110100 |
Color Harmonies of #DC2D40
Complementary color
Monochromatic Colors of #DC2D40
Black with #DC2D40
Text Example
Text Example
White with #DC2D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D40; }
p { color: rgb(220,45,64); }
H1.HeaderClassName
{
color: #DC2D40;
}
.AnyTagClassName
{
color: #DC2D40;
}
</style>
background-color css
<style>
a { background-color: #DC2D40; }
a { background-color: rgb(220,45,64); }
div.DivClassName
{
background-color: #DC2D40;
}
.BgClassName
{
background-color: #DC2D40;
}
</style>
border-color css
<style>
span { border-color: #DC2D40; }
span { border-color: rgb(220,45,64); }
td.TdClassName
{
border-color: #DC2D40;
}
.TagClassName
{
border-color: #DC2D40;
}
</style>