Shades of Alizarin #DC2B2E
Tints of Alizarin #DC2B2E
RGB
CMYK
RGB Variations
Color information
#DC2B2E (or 0xDC2B2E) is known color: Alizarin. HEX triplet: DC, 2B and 2E. RGB value is (220,43,46). Sum of RGB (Red+Green+Blue) = 220+43+46=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 46 (18.36% from 255 or 14.89% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B2E is #23D4D1. Grayscale: #606060. Windows color (decimal): -2348242 or 3025884. OLE color: 3025884.
HSL color Cylindrical-coordinate representation of color #DC2B2E: hue angle of 358.98º 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 #DC2B2E is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 46 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.14 |
| HSL | 358.98º | 0.72% | 0.52% | - |
| HSV(B) | 358.98º | 0.8% | 0.86% | - |
| XYZ | 30.87 | 17.14 | 4.27 | - |
| YUV | 96.27 | 99.64 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 46 | 0 | 0.80 | 0.79 | 0.14 | 358.98 | 0.72 | 0.52 |
| Hex | DC | 2B | 2E | 0 | 50 | 4F | E | 167 | 48 | 34 |
| Octal | 334 | 53 | 56 | 0 | 120 | 117 | 16 | 547 | 110 | 64 |
| Binary | 11011100 | 101011 | 101110 | 0 | 1010000 | 1001111 | 1110 | 101100111 | 1001000 | 110100 |
Color Harmonies of #DC2B2E
Complementary color
Monochromatic Colors of #DC2B2E
Black with #DC2B2E
Text Example
Text Example
White with #DC2B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B2E; }
p { color: rgb(220,43,46); }
H1.HeaderClassName
{
color: #DC2B2E;
}
.AnyTagClassName
{
color: #DC2B2E;
}
</style>
background-color css
<style>
a { background-color: #DC2B2E; }
a { background-color: rgb(220,43,46); }
div.DivClassName
{
background-color: #DC2B2E;
}
.BgClassName
{
background-color: #DC2B2E;
}
</style>
border-color css
<style>
span { border-color: #DC2B2E; }
span { border-color: rgb(220,43,46); }
td.TdClassName
{
border-color: #DC2B2E;
}
.TagClassName
{
border-color: #DC2B2E;
}
</style>