Shades of Alizarin #DC2635
Tints of Alizarin #DC2635
RGB
CMYK
RGB Variations
Color information
#DC2635 (or 0xDC2635) is known color: Alizarin. HEX triplet: DC, 26 and 35. RGB value is (220,38,53). Sum of RGB (Red+Green+Blue) = 220+38+53=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2635 is #23D9CA. Grayscale: #5E5E5E. Windows color (decimal): -2349515 or 3483356. OLE color: 3483356.
HSL color Cylindrical-coordinate representation of color #DC2635: hue angle of 355.05º 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 #DC2635 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 53 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.14 |
| HSL | 355.05º | 0.72% | 0.51% | - |
| HSV(B) | 355.05º | 0.83% | 0.86% | - |
| XYZ | 30.85 | 16.86 | 5 | - |
| YUV | 94.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 53 | 0 | 0.83 | 0.76 | 0.14 | 355.05 | 0.72 | 0.51 |
| Hex | DC | 26 | 35 | 0 | 53 | 4C | E | 163 | 48 | 33 |
| Octal | 334 | 46 | 65 | 0 | 123 | 114 | 16 | 543 | 110 | 63 |
| Binary | 11011100 | 100110 | 110101 | 0 | 1010011 | 1001100 | 1110 | 101100011 | 1001000 | 110011 |
Color Harmonies of #DC2635
Complementary color
Monochromatic Colors of #DC2635
Black with #DC2635
Text Example
Text Example
White with #DC2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2635; }
p { color: rgb(220,38,53); }
H1.HeaderClassName
{
color: #DC2635;
}
.AnyTagClassName
{
color: #DC2635;
}
</style>
background-color css
<style>
a { background-color: #DC2635; }
a { background-color: rgb(220,38,53); }
div.DivClassName
{
background-color: #DC2635;
}
.BgClassName
{
background-color: #DC2635;
}
</style>
border-color css
<style>
span { border-color: #DC2635; }
span { border-color: rgb(220,38,53); }
td.TdClassName
{
border-color: #DC2635;
}
.TagClassName
{
border-color: #DC2635;
}
</style>