Shades of Alizarin #DC333B
Tints of Alizarin #DC333B
RGB
CMYK
RGB Variations
Color information
#DC333B (or 0xDC333B) is known color: Alizarin. HEX triplet: DC, 33 and 3B. RGB value is (220,51,59). Sum of RGB (Red+Green+Blue) = 220+51+59=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC333B is #23CCC4. Grayscale: #666666. Windows color (decimal): -2346181 or 3879900. OLE color: 3879900.
HSL color Cylindrical-coordinate representation of color #DC333B: hue angle of 357.16º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC333B is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 59 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.14 |
| HSL | 357.16º | 0.71% | 0.53% | - |
| HSV(B) | 357.16º | 0.77% | 0.86% | - |
| XYZ | 31.49 | 17.9 | 5.93 | - |
| YUV | 102.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 59 | 0 | 0.77 | 0.73 | 0.14 | 357.16 | 0.71 | 0.53 |
| Hex | DC | 33 | 3B | 0 | 4D | 49 | E | 165 | 47 | 35 |
| Octal | 334 | 63 | 73 | 0 | 115 | 111 | 16 | 545 | 107 | 65 |
| Binary | 11011100 | 110011 | 111011 | 0 | 1001101 | 1001001 | 1110 | 101100101 | 1000111 | 110101 |
Color Harmonies of #DC333B
Complementary color
Monochromatic Colors of #DC333B
Black with #DC333B
Text Example
Text Example
White with #DC333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC333B; }
p { color: rgb(220,51,59); }
H1.HeaderClassName
{
color: #DC333B;
}
.AnyTagClassName
{
color: #DC333B;
}
</style>
background-color css
<style>
a { background-color: #DC333B; }
a { background-color: rgb(220,51,59); }
div.DivClassName
{
background-color: #DC333B;
}
.BgClassName
{
background-color: #DC333B;
}
</style>
border-color css
<style>
span { border-color: #DC333B; }
span { border-color: rgb(220,51,59); }
td.TdClassName
{
border-color: #DC333B;
}
.TagClassName
{
border-color: #DC333B;
}
</style>