Shades of Alizarin #DC2434
Tints of Alizarin #DC2434
RGB
CMYK
RGB Variations
Color information
#DC2434 (or 0xDC2434) is known color: Alizarin. HEX triplet: DC, 24 and 34. RGB value is (220,36,52). Sum of RGB (Red+Green+Blue) = 220+36+52=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2434 is #23DBCB. Grayscale: #5C5C5C. Windows color (decimal): -2350028 or 3417308. OLE color: 3417308.
HSL color Cylindrical-coordinate representation of color #DC2434: hue angle of 354.78º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2434 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 52 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.14 |
| HSL | 354.78º | 0.72% | 0.5% | - |
| HSV(B) | 354.78º | 0.84% | 0.86% | - |
| XYZ | 30.77 | 16.73 | 4.86 | - |
| YUV | 92.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 52 | 0 | 0.84 | 0.76 | 0.14 | 354.78 | 0.72 | 0.5 |
| Hex | DC | 24 | 34 | 0 | 54 | 4C | E | 163 | 48 | 32 |
| Octal | 334 | 44 | 64 | 0 | 124 | 114 | 16 | 543 | 110 | 62 |
| Binary | 11011100 | 100100 | 110100 | 0 | 1010100 | 1001100 | 1110 | 101100011 | 1001000 | 110010 |
Color Harmonies of #DC2434
Complementary color
Monochromatic Colors of #DC2434
Black with #DC2434
Text Example
Text Example
White with #DC2434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2434; }
p { color: rgb(220,36,52); }
H1.HeaderClassName
{
color: #DC2434;
}
.AnyTagClassName
{
color: #DC2434;
}
</style>
background-color css
<style>
a { background-color: #DC2434; }
a { background-color: rgb(220,36,52); }
div.DivClassName
{
background-color: #DC2434;
}
.BgClassName
{
background-color: #DC2434;
}
</style>
border-color css
<style>
span { border-color: #DC2434; }
span { border-color: rgb(220,36,52); }
td.TdClassName
{
border-color: #DC2434;
}
.TagClassName
{
border-color: #DC2434;
}
</style>