Shades of Alizarin #DC2B3B
Tints of Alizarin #DC2B3B
RGB
CMYK
RGB Variations
Color information
#DC2B3B (or 0xDC2B3B) is known color: Alizarin. HEX triplet: DC, 2B and 3B. RGB value is (220,43,59). Sum of RGB (Red+Green+Blue) = 220+43+59=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 43 (17.19% from 255 or 13.35% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B3B is #23D4C4. Grayscale: #616161. Windows color (decimal): -2348229 or 3877852. OLE color: 3877852.
HSL color Cylindrical-coordinate representation of color #DC2B3B: hue angle of 354.58º 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 #DC2B3B is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 59 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.14 |
| HSL | 354.58º | 0.72% | 0.52% | - |
| HSV(B) | 354.58º | 0.8% | 0.86% | - |
| XYZ | 31.17 | 17.26 | 5.83 | - |
| YUV | 97.75 | 106.14 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 59 | 0 | 0.80 | 0.73 | 0.14 | 354.58 | 0.72 | 0.52 |
| Hex | DC | 2B | 3B | 0 | 50 | 49 | E | 163 | 48 | 34 |
| Octal | 334 | 53 | 73 | 0 | 120 | 111 | 16 | 543 | 110 | 64 |
| Binary | 11011100 | 101011 | 111011 | 0 | 1010000 | 1001001 | 1110 | 101100011 | 1001000 | 110100 |
Color Harmonies of #DC2B3B
Complementary color
Monochromatic Colors of #DC2B3B
Black with #DC2B3B
Text Example
Text Example
White with #DC2B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B3B; }
p { color: rgb(220,43,59); }
H1.HeaderClassName
{
color: #DC2B3B;
}
.AnyTagClassName
{
color: #DC2B3B;
}
</style>
background-color css
<style>
a { background-color: #DC2B3B; }
a { background-color: rgb(220,43,59); }
div.DivClassName
{
background-color: #DC2B3B;
}
.BgClassName
{
background-color: #DC2B3B;
}
</style>
border-color css
<style>
span { border-color: #DC2B3B; }
span { border-color: rgb(220,43,59); }
td.TdClassName
{
border-color: #DC2B3B;
}
.TagClassName
{
border-color: #DC2B3B;
}
</style>