Shades of Alizarin #DC3238
Tints of Alizarin #DC3238
RGB
CMYK
RGB Variations
Color information
#DC3238 (or 0xDC3238) is known color: Alizarin. HEX triplet: DC, 32 and 38. RGB value is (220,50,56). Sum of RGB (Red+Green+Blue) = 220+50+56=326 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.48% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 56 (22.27% from 255 or 17.18% from 326); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3238 is #23CDC7. Grayscale: #656565. Windows color (decimal): -2346440 or 3683036. OLE color: 3683036.
HSL color Cylindrical-coordinate representation of color #DC3238: hue angle of 357.88º 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 #DC3238 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 56 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.14 |
| HSL | 357.88º | 0.71% | 0.53% | - |
| HSV(B) | 357.88º | 0.77% | 0.86% | - |
| XYZ | 31.37 | 17.78 | 5.52 | - |
| YUV | 101.51 | 102.32 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 56 | 0 | 0.77 | 0.75 | 0.14 | 357.88 | 0.71 | 0.53 |
| Hex | DC | 32 | 38 | 0 | 4D | 4B | E | 166 | 47 | 35 |
| Octal | 334 | 62 | 70 | 0 | 115 | 113 | 16 | 546 | 107 | 65 |
| Binary | 11011100 | 110010 | 111000 | 0 | 1001101 | 1001011 | 1110 | 101100110 | 1000111 | 110101 |
Color Harmonies of #DC3238
Complementary color
Monochromatic Colors of #DC3238
Black with #DC3238
Text Example
Text Example
White with #DC3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3238; }
p { color: rgb(220,50,56); }
H1.HeaderClassName
{
color: #DC3238;
}
.AnyTagClassName
{
color: #DC3238;
}
</style>
background-color css
<style>
a { background-color: #DC3238; }
a { background-color: rgb(220,50,56); }
div.DivClassName
{
background-color: #DC3238;
}
.BgClassName
{
background-color: #DC3238;
}
</style>
border-color css
<style>
span { border-color: #DC3238; }
span { border-color: rgb(220,50,56); }
td.TdClassName
{
border-color: #DC3238;
}
.TagClassName
{
border-color: #DC3238;
}
</style>