Shades of Alizarin #DC242D
Tints of Alizarin #DC242D
RGB
CMYK
RGB Variations
Color information
#DC242D (or 0xDC242D) is known color: Alizarin. HEX triplet: DC, 24 and 2D. RGB value is (220,36,45). Sum of RGB (Red+Green+Blue) = 220+36+45=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC242D is #23DBD2. Grayscale: #5C5C5C. Windows color (decimal): -2350035 or 2958556. OLE color: 2958556.
HSL color Cylindrical-coordinate representation of color #DC242D: hue angle of 357.07º 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 #DC242D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 45 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.14 |
| HSL | 357.07º | 0.72% | 0.5% | - |
| HSV(B) | 357.07º | 0.84% | 0.86% | - |
| XYZ | 30.62 | 16.67 | 4.09 | - |
| YUV | 92.04 | 101.46 | 219.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 45 | 0 | 0.84 | 0.80 | 0.14 | 357.07 | 0.72 | 0.5 |
| Hex | DC | 24 | 2D | 0 | 54 | 50 | E | 165 | 48 | 32 |
| Octal | 334 | 44 | 55 | 0 | 124 | 120 | 16 | 545 | 110 | 62 |
| Binary | 11011100 | 100100 | 101101 | 0 | 1010100 | 1010000 | 1110 | 101100101 | 1001000 | 110010 |
Color Harmonies of #DC242D
Complementary color
Monochromatic Colors of #DC242D
Black with #DC242D
Text Example
Text Example
White with #DC242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC242D; }
p { color: rgb(220,36,45); }
H1.HeaderClassName
{
color: #DC242D;
}
.AnyTagClassName
{
color: #DC242D;
}
</style>
background-color css
<style>
a { background-color: #DC242D; }
a { background-color: rgb(220,36,45); }
div.DivClassName
{
background-color: #DC242D;
}
.BgClassName
{
background-color: #DC242D;
}
</style>
border-color css
<style>
span { border-color: #DC242D; }
span { border-color: rgb(220,36,45); }
td.TdClassName
{
border-color: #DC242D;
}
.TagClassName
{
border-color: #DC242D;
}
</style>