Shades of Alizarin #DC3538
Tints of Alizarin #DC3538
RGB
CMYK
RGB Variations
Color information
#DC3538 (or 0xDC3538) is known color: Alizarin. HEX triplet: DC, 35 and 38. RGB value is (220,53,56). Sum of RGB (Red+Green+Blue) = 220+53+56=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3538 is #23CAC7. Grayscale: #676767. Windows color (decimal): -2345672 or 3683804. OLE color: 3683804.
HSL color Cylindrical-coordinate representation of color #DC3538: hue angle of 358.92º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3538 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 56 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.14 |
| HSL | 358.92º | 0.7% | 0.54% | - |
| HSV(B) | 358.92º | 0.76% | 0.86% | - |
| XYZ | 31.5 | 18.05 | 5.56 | - |
| YUV | 103.28 | 101.33 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 56 | 0 | 0.76 | 0.75 | 0.14 | 358.92 | 0.7 | 0.54 |
| Hex | DC | 35 | 38 | 0 | 4C | 4B | E | 167 | 46 | 36 |
| Octal | 334 | 65 | 70 | 0 | 114 | 113 | 16 | 547 | 106 | 66 |
| Binary | 11011100 | 110101 | 111000 | 0 | 1001100 | 1001011 | 1110 | 101100111 | 1000110 | 110110 |
Color Harmonies of #DC3538
Complementary color
Monochromatic Colors of #DC3538
Black with #DC3538
Text Example
Text Example
White with #DC3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3538; }
p { color: rgb(220,53,56); }
H1.HeaderClassName
{
color: #DC3538;
}
.AnyTagClassName
{
color: #DC3538;
}
</style>
background-color css
<style>
a { background-color: #DC3538; }
a { background-color: rgb(220,53,56); }
div.DivClassName
{
background-color: #DC3538;
}
.BgClassName
{
background-color: #DC3538;
}
</style>
border-color css
<style>
span { border-color: #DC3538; }
span { border-color: rgb(220,53,56); }
td.TdClassName
{
border-color: #DC3538;
}
.TagClassName
{
border-color: #DC3538;
}
</style>