Shades of Alizarin #DC2B3C
Tints of Alizarin #DC2B3C
RGB
CMYK
RGB Variations
Color information
#DC2B3C (or 0xDC2B3C) is known color: Alizarin. HEX triplet: DC, 2B and 3C. RGB value is (220,43,60). Sum of RGB (Red+Green+Blue) = 220+43+60=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B3C is #23D4C3. Grayscale: #616161. Windows color (decimal): -2348228 or 3943388. OLE color: 3943388.
HSL color Cylindrical-coordinate representation of color #DC2B3C: hue angle of 354.24º degrees, saturation: 0.72, 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 #DC2B3C is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 60 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.14 |
| HSL | 354.24º | 0.72% | 0.52% | - |
| HSV(B) | 354.24º | 0.8% | 0.86% | - |
| XYZ | 31.19 | 17.27 | 5.96 | - |
| YUV | 97.86 | 106.64 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 60 | 0 | 0.80 | 0.73 | 0.14 | 354.24 | 0.72 | 0.52 |
| Hex | DC | 2B | 3C | 0 | 50 | 49 | E | 162 | 48 | 34 |
| Octal | 334 | 53 | 74 | 0 | 120 | 111 | 16 | 542 | 110 | 64 |
| Binary | 11011100 | 101011 | 111100 | 0 | 1010000 | 1001001 | 1110 | 101100010 | 1001000 | 110100 |
Color Harmonies of #DC2B3C
Complementary color
Monochromatic Colors of #DC2B3C
Black with #DC2B3C
Text Example
Text Example
White with #DC2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B3C; }
p { color: rgb(220,43,60); }
H1.HeaderClassName
{
color: #DC2B3C;
}
.AnyTagClassName
{
color: #DC2B3C;
}
</style>
background-color css
<style>
a { background-color: #DC2B3C; }
a { background-color: rgb(220,43,60); }
div.DivClassName
{
background-color: #DC2B3C;
}
.BgClassName
{
background-color: #DC2B3C;
}
</style>
border-color css
<style>
span { border-color: #DC2B3C; }
span { border-color: rgb(220,43,60); }
td.TdClassName
{
border-color: #DC2B3C;
}
.TagClassName
{
border-color: #DC2B3C;
}
</style>