Shades of Alizarin #DC1A2F
Tints of Alizarin #DC1A2F
RGB
CMYK
RGB Variations
Color information
#DC1A2F (or 0xDC1A2F) is known color: Alizarin. HEX triplet: DC, 1A and 2F. RGB value is (220,26,47). Sum of RGB (Red+Green+Blue) = 220+26+47=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A2F is #23E5D0. Grayscale: #565656. Windows color (decimal): -2352593 or 3087068. OLE color: 3087068.
HSL color Cylindrical-coordinate representation of color #DC1A2F: hue angle of 353.51º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1A2F is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 47 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.14 |
| HSL | 353.51º | 0.79% | 0.48% | - |
| HSV(B) | 353.51º | 0.88% | 0.86% | - |
| XYZ | 30.4 | 16.16 | 4.21 | - |
| YUV | 86.4 | 105.77 | 223.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 47 | 0 | 0.88 | 0.79 | 0.14 | 353.51 | 0.79 | 0.48 |
| Hex | DC | 1A | 2F | 0 | 58 | 4F | E | 162 | 4F | 30 |
| Octal | 334 | 32 | 57 | 0 | 130 | 117 | 16 | 542 | 117 | 60 |
| Binary | 11011100 | 11010 | 101111 | 0 | 1011000 | 1001111 | 1110 | 101100010 | 1001111 | 110000 |
Color Harmonies of #DC1A2F
Complementary color
Monochromatic Colors of #DC1A2F
Black with #DC1A2F
Text Example
Text Example
White with #DC1A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1A2F; }
p { color: rgb(220,26,47); }
H1.HeaderClassName
{
color: #DC1A2F;
}
.AnyTagClassName
{
color: #DC1A2F;
}
</style>
background-color css
<style>
a { background-color: #DC1A2F; }
a { background-color: rgb(220,26,47); }
div.DivClassName
{
background-color: #DC1A2F;
}
.BgClassName
{
background-color: #DC1A2F;
}
</style>
border-color css
<style>
span { border-color: #DC1A2F; }
span { border-color: rgb(220,26,47); }
td.TdClassName
{
border-color: #DC1A2F;
}
.TagClassName
{
border-color: #DC1A2F;
}
</style>