Shades of Alizarin #DC2A34
Tints of Alizarin #DC2A34
RGB
CMYK
RGB Variations
Color information
#DC2A34 (or 0xDC2A34) is known color: Alizarin. HEX triplet: DC, 2A and 34. RGB value is (220,42,52). Sum of RGB (Red+Green+Blue) = 220+42+52=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2A34 is #23D5CB. Grayscale: #606060. Windows color (decimal): -2348492 or 3418844. OLE color: 3418844.
HSL color Cylindrical-coordinate representation of color #DC2A34: hue angle of 356.63º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC2A34 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 52 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.14 |
| HSL | 356.63º | 0.72% | 0.51% | - |
| HSV(B) | 356.63º | 0.81% | 0.86% | - |
| XYZ | 30.96 | 17.12 | 4.92 | - |
| YUV | 96.36 | 102.97 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 52 | 0 | 0.81 | 0.76 | 0.14 | 356.63 | 0.72 | 0.51 |
| Hex | DC | 2A | 34 | 0 | 51 | 4C | E | 165 | 48 | 33 |
| Octal | 334 | 52 | 64 | 0 | 121 | 114 | 16 | 545 | 110 | 63 |
| Binary | 11011100 | 101010 | 110100 | 0 | 1010001 | 1001100 | 1110 | 101100101 | 1001000 | 110011 |
Color Harmonies of #DC2A34
Complementary color
Monochromatic Colors of #DC2A34
Black with #DC2A34
Text Example
Text Example
White with #DC2A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A34; }
p { color: rgb(220,42,52); }
H1.HeaderClassName
{
color: #DC2A34;
}
.AnyTagClassName
{
color: #DC2A34;
}
</style>
background-color css
<style>
a { background-color: #DC2A34; }
a { background-color: rgb(220,42,52); }
div.DivClassName
{
background-color: #DC2A34;
}
.BgClassName
{
background-color: #DC2A34;
}
</style>
border-color css
<style>
span { border-color: #DC2A34; }
span { border-color: rgb(220,42,52); }
td.TdClassName
{
border-color: #DC2A34;
}
.TagClassName
{
border-color: #DC2A34;
}
</style>