Shades of Alizarin #DC2634
Tints of Alizarin #DC2634
RGB
CMYK
RGB Variations
Color information
#DC2634 (or 0xDC2634) is known color: Alizarin. HEX triplet: DC, 26 and 34. RGB value is (220,38,52). Sum of RGB (Red+Green+Blue) = 220+38+52=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2634 is #23D9CB. Grayscale: #5E5E5E. Windows color (decimal): -2349516 or 3417820. OLE color: 3417820.
HSL color Cylindrical-coordinate representation of color #DC2634: hue angle of 355.38º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2634 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 52 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.14 |
| HSL | 355.38º | 0.72% | 0.51% | - |
| HSV(B) | 355.38º | 0.83% | 0.86% | - |
| XYZ | 30.83 | 16.85 | 4.88 | - |
| YUV | 94.01 | 104.3 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 52 | 0 | 0.83 | 0.76 | 0.14 | 355.38 | 0.72 | 0.51 |
| Hex | DC | 26 | 34 | 0 | 53 | 4C | E | 163 | 48 | 33 |
| Octal | 334 | 46 | 64 | 0 | 123 | 114 | 16 | 543 | 110 | 63 |
| Binary | 11011100 | 100110 | 110100 | 0 | 1010011 | 1001100 | 1110 | 101100011 | 1001000 | 110011 |
Color Harmonies of #DC2634
Complementary color
Monochromatic Colors of #DC2634
Black with #DC2634
Text Example
Text Example
White with #DC2634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2634; }
p { color: rgb(220,38,52); }
H1.HeaderClassName
{
color: #DC2634;
}
.AnyTagClassName
{
color: #DC2634;
}
</style>
background-color css
<style>
a { background-color: #DC2634; }
a { background-color: rgb(220,38,52); }
div.DivClassName
{
background-color: #DC2634;
}
.BgClassName
{
background-color: #DC2634;
}
</style>
border-color css
<style>
span { border-color: #DC2634; }
span { border-color: rgb(220,38,52); }
td.TdClassName
{
border-color: #DC2634;
}
.TagClassName
{
border-color: #DC2634;
}
</style>