Shades of Alizarin #DC243D
Tints of Alizarin #DC243D
RGB
CMYK
RGB Variations
Color information
#DC243D (or 0xDC243D) is known color: Alizarin. HEX triplet: DC, 24 and 3D. RGB value is (220,36,61). Sum of RGB (Red+Green+Blue) = 220+36+61=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC243D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC243D is #23DBC2. Grayscale: #5D5D5D. Windows color (decimal): -2350019 or 4007132. OLE color: 4007132.
HSL color Cylindrical-coordinate representation of color #DC243D: hue angle of 351.85º 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 #DC243D is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 61 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.14 |
| HSL | 351.85º | 0.72% | 0.5% | - |
| HSV(B) | 351.85º | 0.84% | 0.86% | - |
| XYZ | 30.99 | 16.81 | 6.03 | - |
| YUV | 93.87 | 109.46 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 61 | 0 | 0.84 | 0.72 | 0.14 | 351.85 | 0.72 | 0.5 |
| Hex | DC | 24 | 3D | 0 | 54 | 48 | E | 160 | 48 | 32 |
| Octal | 334 | 44 | 75 | 0 | 124 | 110 | 16 | 540 | 110 | 62 |
| Binary | 11011100 | 100100 | 111101 | 0 | 1010100 | 1001000 | 1110 | 101100000 | 1001000 | 110010 |
Color Harmonies of #DC243D
Complementary color
Monochromatic Colors of #DC243D
Black with #DC243D
Text Example
Text Example
White with #DC243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC243D; }
p { color: rgb(220,36,61); }
H1.HeaderClassName
{
color: #DC243D;
}
.AnyTagClassName
{
color: #DC243D;
}
</style>
background-color css
<style>
a { background-color: #DC243D; }
a { background-color: rgb(220,36,61); }
div.DivClassName
{
background-color: #DC243D;
}
.BgClassName
{
background-color: #DC243D;
}
</style>
border-color css
<style>
span { border-color: #DC243D; }
span { border-color: rgb(220,36,61); }
td.TdClassName
{
border-color: #DC243D;
}
.TagClassName
{
border-color: #DC243D;
}
</style>