Shades of Alizarin #DC243C
Tints of Alizarin #DC243C
RGB
CMYK
RGB Variations
Color information
#DC243C (or 0xDC243C) is known color: Alizarin. HEX triplet: DC, 24 and 3C. RGB value is (220,36,60). Sum of RGB (Red+Green+Blue) = 220+36+60=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC243C is #23DBC3. Grayscale: #5D5D5D. Windows color (decimal): -2350020 or 3941596. OLE color: 3941596.
HSL color Cylindrical-coordinate representation of color #DC243C: hue angle of 352.17º 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 #DC243C is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 60 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.14 |
| HSL | 352.17º | 0.72% | 0.5% | - |
| HSV(B) | 352.17º | 0.84% | 0.86% | - |
| XYZ | 30.96 | 16.8 | 5.89 | - |
| YUV | 93.75 | 108.96 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 60 | 0 | 0.84 | 0.73 | 0.14 | 352.17 | 0.72 | 0.5 |
| Hex | DC | 24 | 3C | 0 | 54 | 49 | E | 160 | 48 | 32 |
| Octal | 334 | 44 | 74 | 0 | 124 | 111 | 16 | 540 | 110 | 62 |
| Binary | 11011100 | 100100 | 111100 | 0 | 1010100 | 1001001 | 1110 | 101100000 | 1001000 | 110010 |
Color Harmonies of #DC243C
Complementary color
Monochromatic Colors of #DC243C
Black with #DC243C
Text Example
Text Example
White with #DC243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC243C; }
p { color: rgb(220,36,60); }
H1.HeaderClassName
{
color: #DC243C;
}
.AnyTagClassName
{
color: #DC243C;
}
</style>
background-color css
<style>
a { background-color: #DC243C; }
a { background-color: rgb(220,36,60); }
div.DivClassName
{
background-color: #DC243C;
}
.BgClassName
{
background-color: #DC243C;
}
</style>
border-color css
<style>
span { border-color: #DC243C; }
span { border-color: rgb(220,36,60); }
td.TdClassName
{
border-color: #DC243C;
}
.TagClassName
{
border-color: #DC243C;
}
</style>