Shades of Alizarin #DC2D3C
Tints of Alizarin #DC2D3C
RGB
CMYK
RGB Variations
Color information
#DC2D3C (or 0xDC2D3C) is known color: Alizarin. HEX triplet: DC, 2D and 3C. RGB value is (220,45,60). Sum of RGB (Red+Green+Blue) = 220+45+60=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2D3C is #23D2C3. Grayscale: #636363. Windows color (decimal): -2347716 or 3943900. OLE color: 3943900.
HSL color Cylindrical-coordinate representation of color #DC2D3C: hue angle of 354.86º 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 #DC2D3C is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 60 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.14 |
| HSL | 354.86º | 0.71% | 0.52% | - |
| HSV(B) | 354.86º | 0.8% | 0.86% | - |
| XYZ | 31.27 | 17.42 | 5.99 | - |
| YUV | 99.04 | 105.98 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 60 | 0 | 0.80 | 0.73 | 0.14 | 354.86 | 0.71 | 0.52 |
| Hex | DC | 2D | 3C | 0 | 50 | 49 | E | 163 | 47 | 34 |
| Octal | 334 | 55 | 74 | 0 | 120 | 111 | 16 | 543 | 107 | 64 |
| Binary | 11011100 | 101101 | 111100 | 0 | 1010000 | 1001001 | 1110 | 101100011 | 1000111 | 110100 |
Color Harmonies of #DC2D3C
Complementary color
Monochromatic Colors of #DC2D3C
Black with #DC2D3C
Text Example
Text Example
White with #DC2D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D3C; }
p { color: rgb(220,45,60); }
H1.HeaderClassName
{
color: #DC2D3C;
}
.AnyTagClassName
{
color: #DC2D3C;
}
</style>
background-color css
<style>
a { background-color: #DC2D3C; }
a { background-color: rgb(220,45,60); }
div.DivClassName
{
background-color: #DC2D3C;
}
.BgClassName
{
background-color: #DC2D3C;
}
</style>
border-color css
<style>
span { border-color: #DC2D3C; }
span { border-color: rgb(220,45,60); }
td.TdClassName
{
border-color: #DC2D3C;
}
.TagClassName
{
border-color: #DC2D3C;
}
</style>