Shades of Alizarin #DC2D41
Tints of Alizarin #DC2D41
RGB
CMYK
RGB Variations
Color information
#DC2D41 (or 0xDC2D41) is known color: Alizarin. HEX triplet: DC, 2D and 41. RGB value is (220,45,65). Sum of RGB (Red+Green+Blue) = 220+45+65=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D41 is #23D2BE. Grayscale: #636363. Windows color (decimal): -2347711 or 4271580. OLE color: 4271580.
HSL color Cylindrical-coordinate representation of color #DC2D41: hue angle of 353.14º 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 #DC2D41 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 65 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.14 |
| HSL | 353.14º | 0.71% | 0.52% | - |
| HSV(B) | 353.14º | 0.8% | 0.86% | - |
| XYZ | 31.41 | 17.47 | 6.72 | - |
| YUV | 99.61 | 108.48 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 65 | 0 | 0.80 | 0.70 | 0.14 | 353.14 | 0.71 | 0.52 |
| Hex | DC | 2D | 41 | 0 | 50 | 46 | E | 161 | 47 | 34 |
| Octal | 334 | 55 | 101 | 0 | 120 | 106 | 16 | 541 | 107 | 64 |
| Binary | 11011100 | 101101 | 1000001 | 0 | 1010000 | 1000110 | 1110 | 101100001 | 1000111 | 110100 |
Color Harmonies of #DC2D41
Complementary color
Monochromatic Colors of #DC2D41
Black with #DC2D41
Text Example
Text Example
White with #DC2D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D41; }
p { color: rgb(220,45,65); }
H1.HeaderClassName
{
color: #DC2D41;
}
.AnyTagClassName
{
color: #DC2D41;
}
</style>
background-color css
<style>
a { background-color: #DC2D41; }
a { background-color: rgb(220,45,65); }
div.DivClassName
{
background-color: #DC2D41;
}
.BgClassName
{
background-color: #DC2D41;
}
</style>
border-color css
<style>
span { border-color: #DC2D41; }
span { border-color: rgb(220,45,65); }
td.TdClassName
{
border-color: #DC2D41;
}
.TagClassName
{
border-color: #DC2D41;
}
</style>