Shades of Alizarin #DC2733
Tints of Alizarin #DC2733
RGB
CMYK
RGB Variations
Color information
#DC2733 (or 0xDC2733) is known color: Alizarin. HEX triplet: DC, 27 and 33. RGB value is (220,39,51). Sum of RGB (Red+Green+Blue) = 220+39+51=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2733 is #23D8CC. Grayscale: #5E5E5E. Windows color (decimal): -2349261 or 3352540. OLE color: 3352540.
HSL color Cylindrical-coordinate representation of color #DC2733: hue angle of 356.02º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC2733 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 51 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.14 |
| HSL | 356.02º | 0.72% | 0.51% | - |
| HSV(B) | 356.02º | 0.82% | 0.86% | - |
| XYZ | 30.84 | 16.91 | 4.77 | - |
| YUV | 94.49 | 103.47 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 51 | 0 | 0.82 | 0.77 | 0.14 | 356.02 | 0.72 | 0.51 |
| Hex | DC | 27 | 33 | 0 | 52 | 4D | E | 164 | 48 | 33 |
| Octal | 334 | 47 | 63 | 0 | 122 | 115 | 16 | 544 | 110 | 63 |
| Binary | 11011100 | 100111 | 110011 | 0 | 1010010 | 1001101 | 1110 | 101100100 | 1001000 | 110011 |
Color Harmonies of #DC2733
Complementary color
Monochromatic Colors of #DC2733
Black with #DC2733
Text Example
Text Example
White with #DC2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2733; }
p { color: rgb(220,39,51); }
H1.HeaderClassName
{
color: #DC2733;
}
.AnyTagClassName
{
color: #DC2733;
}
</style>
background-color css
<style>
a { background-color: #DC2733; }
a { background-color: rgb(220,39,51); }
div.DivClassName
{
background-color: #DC2733;
}
.BgClassName
{
background-color: #DC2733;
}
</style>
border-color css
<style>
span { border-color: #DC2733; }
span { border-color: rgb(220,39,51); }
td.TdClassName
{
border-color: #DC2733;
}
.TagClassName
{
border-color: #DC2733;
}
</style>