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