Shades of Alizarin #DC2633
Tints of Alizarin #DC2633
RGB
CMYK
RGB Variations
Color information
#DC2633 (or 0xDC2633) is known color: Alizarin. HEX triplet: DC, 26 and 33. RGB value is (220,38,51). Sum of RGB (Red+Green+Blue) = 220+38+51=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2633 is #23D9CC. Grayscale: #5E5E5E. Windows color (decimal): -2349517 or 3352284. OLE color: 3352284.
HSL color Cylindrical-coordinate representation of color #DC2633: hue angle of 355.71º 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 #DC2633 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 51 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.14 |
| HSL | 355.71º | 0.72% | 0.51% | - |
| HSV(B) | 355.71º | 0.83% | 0.86% | - |
| XYZ | 30.81 | 16.84 | 4.76 | - |
| YUV | 93.9 | 103.8 | 217.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 51 | 0 | 0.83 | 0.77 | 0.14 | 355.71 | 0.72 | 0.51 |
| Hex | DC | 26 | 33 | 0 | 53 | 4D | E | 164 | 48 | 33 |
| Octal | 334 | 46 | 63 | 0 | 123 | 115 | 16 | 544 | 110 | 63 |
| Binary | 11011100 | 100110 | 110011 | 0 | 1010011 | 1001101 | 1110 | 101100100 | 1001000 | 110011 |
Color Harmonies of #DC2633
Complementary color
Monochromatic Colors of #DC2633
Black with #DC2633
Text Example
Text Example
White with #DC2633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2633; }
p { color: rgb(220,38,51); }
H1.HeaderClassName
{
color: #DC2633;
}
.AnyTagClassName
{
color: #DC2633;
}
</style>
background-color css
<style>
a { background-color: #DC2633; }
a { background-color: rgb(220,38,51); }
div.DivClassName
{
background-color: #DC2633;
}
.BgClassName
{
background-color: #DC2633;
}
</style>
border-color css
<style>
span { border-color: #DC2633; }
span { border-color: rgb(220,38,51); }
td.TdClassName
{
border-color: #DC2633;
}
.TagClassName
{
border-color: #DC2633;
}
</style>