Shades of Alizarin #DC2B3F
Tints of Alizarin #DC2B3F
RGB
CMYK
RGB Variations
Color information
#DC2B3F (or 0xDC2B3F) is known color: Alizarin. HEX triplet: DC, 2B and 3F. RGB value is (220,43,63). Sum of RGB (Red+Green+Blue) = 220+43+63=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2B3F is #23D4C0. Grayscale: #626262. Windows color (decimal): -2348225 or 4139996. OLE color: 4139996.
HSL color Cylindrical-coordinate representation of color #DC2B3F: hue angle of 353.22º 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 #DC2B3F is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 43 | 63 | - |
| CMYK | 0 | 0.80 | 0.71 | 0.14 |
| HSL | 353.22º | 0.72% | 0.52% | - |
| HSV(B) | 353.22º | 0.8% | 0.86% | - |
| XYZ | 31.28 | 17.3 | 6.39 | - |
| YUV | 98.2 | 108.14 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 43 | 63 | 0 | 0.80 | 0.71 | 0.14 | 353.22 | 0.72 | 0.52 |
| Hex | DC | 2B | 3F | 0 | 50 | 47 | E | 161 | 48 | 34 |
| Octal | 334 | 53 | 77 | 0 | 120 | 107 | 16 | 541 | 110 | 64 |
| Binary | 11011100 | 101011 | 111111 | 0 | 1010000 | 1000111 | 1110 | 101100001 | 1001000 | 110100 |
Color Harmonies of #DC2B3F
Complementary color
Monochromatic Colors of #DC2B3F
Black with #DC2B3F
Text Example
Text Example
White with #DC2B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2B3F; }
p { color: rgb(220,43,63); }
H1.HeaderClassName
{
color: #DC2B3F;
}
.AnyTagClassName
{
color: #DC2B3F;
}
</style>
background-color css
<style>
a { background-color: #DC2B3F; }
a { background-color: rgb(220,43,63); }
div.DivClassName
{
background-color: #DC2B3F;
}
.BgClassName
{
background-color: #DC2B3F;
}
</style>
border-color css
<style>
span { border-color: #DC2B3F; }
span { border-color: rgb(220,43,63); }
td.TdClassName
{
border-color: #DC2B3F;
}
.TagClassName
{
border-color: #DC2B3F;
}
</style>