Shades of Alizarin #DC353E
Tints of Alizarin #DC353E
RGB
CMYK
RGB Variations
Color information
#DC353E (or 0xDC353E) is known color: Alizarin. HEX triplet: DC, 35 and 3E. RGB value is (220,53,62). Sum of RGB (Red+Green+Blue) = 220+53+62=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC353E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC353E is #23CAC1. Grayscale: #686868. Windows color (decimal): -2345666 or 4077020. OLE color: 4077020.
HSL color Cylindrical-coordinate representation of color #DC353E: hue angle of 356.77º 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 #DC353E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 62 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.14 |
| HSL | 356.77º | 0.7% | 0.54% | - |
| HSV(B) | 356.77º | 0.76% | 0.86% | - |
| XYZ | 31.66 | 18.11 | 6.38 | - |
| YUV | 103.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 62 | 0 | 0.76 | 0.72 | 0.14 | 356.77 | 0.7 | 0.54 |
| Hex | DC | 35 | 3E | 0 | 4C | 48 | E | 165 | 46 | 36 |
| Octal | 334 | 65 | 76 | 0 | 114 | 110 | 16 | 545 | 106 | 66 |
| Binary | 11011100 | 110101 | 111110 | 0 | 1001100 | 1001000 | 1110 | 101100101 | 1000110 | 110110 |
Color Harmonies of #DC353E
Complementary color
Monochromatic Colors of #DC353E
Black with #DC353E
Text Example
Text Example
White with #DC353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC353E; }
p { color: rgb(220,53,62); }
H1.HeaderClassName
{
color: #DC353E;
}
.AnyTagClassName
{
color: #DC353E;
}
</style>
background-color css
<style>
a { background-color: #DC353E; }
a { background-color: rgb(220,53,62); }
div.DivClassName
{
background-color: #DC353E;
}
.BgClassName
{
background-color: #DC353E;
}
</style>
border-color css
<style>
span { border-color: #DC353E; }
span { border-color: rgb(220,53,62); }
td.TdClassName
{
border-color: #DC353E;
}
.TagClassName
{
border-color: #DC353E;
}
</style>