Shades of Alizarin #DC243E
Tints of Alizarin #DC243E
RGB
CMYK
RGB Variations
Color information
#DC243E (or 0xDC243E) is known color: Alizarin. HEX triplet: DC, 24 and 3E. RGB value is (220,36,62). Sum of RGB (Red+Green+Blue) = 220+36+62=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC243E is #23DBC1. Grayscale: #5E5E5E. Windows color (decimal): -2350018 or 4072668. OLE color: 4072668.
HSL color Cylindrical-coordinate representation of color #DC243E: hue angle of 351.52º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC243E is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 62 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.14 |
| HSL | 351.52º | 0.72% | 0.5% | - |
| HSV(B) | 351.52º | 0.84% | 0.86% | - |
| XYZ | 31.02 | 16.83 | 6.17 | - |
| YUV | 93.98 | 109.96 | 217.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 62 | 0 | 0.84 | 0.72 | 0.14 | 351.52 | 0.72 | 0.5 |
| Hex | DC | 24 | 3E | 0 | 54 | 48 | E | 160 | 48 | 32 |
| Octal | 334 | 44 | 76 | 0 | 124 | 110 | 16 | 540 | 110 | 62 |
| Binary | 11011100 | 100100 | 111110 | 0 | 1010100 | 1001000 | 1110 | 101100000 | 1001000 | 110010 |
Color Harmonies of #DC243E
Complementary color
Monochromatic Colors of #DC243E
Black with #DC243E
Text Example
Text Example
White with #DC243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC243E; }
p { color: rgb(220,36,62); }
H1.HeaderClassName
{
color: #DC243E;
}
.AnyTagClassName
{
color: #DC243E;
}
</style>
background-color css
<style>
a { background-color: #DC243E; }
a { background-color: rgb(220,36,62); }
div.DivClassName
{
background-color: #DC243E;
}
.BgClassName
{
background-color: #DC243E;
}
</style>
border-color css
<style>
span { border-color: #DC243E; }
span { border-color: rgb(220,36,62); }
td.TdClassName
{
border-color: #DC243E;
}
.TagClassName
{
border-color: #DC243E;
}
</style>