Shades of Alizarin #DC2D31
Tints of Alizarin #DC2D31
RGB
CMYK
RGB Variations
Color information
#DC2D31 (or 0xDC2D31) is known color: Alizarin. HEX triplet: DC, 2D and 31. RGB value is (220,45,49). Sum of RGB (Red+Green+Blue) = 220+45+49=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 45 (17.97% from 255 or 14.33% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D31 is #23D2CE. Grayscale: #616161. Windows color (decimal): -2347727 or 3223004. OLE color: 3223004.
HSL color Cylindrical-coordinate representation of color #DC2D31: hue angle of 358.63º 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 #DC2D31 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 49 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.14 |
| HSL | 358.63º | 0.71% | 0.52% | - |
| HSV(B) | 358.63º | 0.8% | 0.86% | - |
| XYZ | 31.01 | 17.31 | 4.61 | - |
| YUV | 97.78 | 100.48 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 49 | 0 | 0.80 | 0.78 | 0.14 | 358.63 | 0.71 | 0.52 |
| Hex | DC | 2D | 31 | 0 | 50 | 4E | E | 167 | 47 | 34 |
| Octal | 334 | 55 | 61 | 0 | 120 | 116 | 16 | 547 | 107 | 64 |
| Binary | 11011100 | 101101 | 110001 | 0 | 1010000 | 1001110 | 1110 | 101100111 | 1000111 | 110100 |
Color Harmonies of #DC2D31
Complementary color
Monochromatic Colors of #DC2D31
Black with #DC2D31
Text Example
Text Example
White with #DC2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D31; }
p { color: rgb(220,45,49); }
H1.HeaderClassName
{
color: #DC2D31;
}
.AnyTagClassName
{
color: #DC2D31;
}
</style>
background-color css
<style>
a { background-color: #DC2D31; }
a { background-color: rgb(220,45,49); }
div.DivClassName
{
background-color: #DC2D31;
}
.BgClassName
{
background-color: #DC2D31;
}
</style>
border-color css
<style>
span { border-color: #DC2D31; }
span { border-color: rgb(220,45,49); }
td.TdClassName
{
border-color: #DC2D31;
}
.TagClassName
{
border-color: #DC2D31;
}
</style>