Shades of Alizarin #DC242A
Tints of Alizarin #DC242A
RGB
CMYK
RGB Variations
Color information
#DC242A (or 0xDC242A) is known color: Alizarin. HEX triplet: DC, 24 and 2A. RGB value is (220,36,42). Sum of RGB (Red+Green+Blue) = 220+36+42=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC242A is #23DBD5. Grayscale: #5B5B5B. Windows color (decimal): -2350038 or 2761948. OLE color: 2761948.
HSL color Cylindrical-coordinate representation of color #DC242A: hue angle of 358.04º 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 #DC242A is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 42 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.14 |
| HSL | 358.04º | 0.72% | 0.5% | - |
| HSV(B) | 358.04º | 0.84% | 0.86% | - |
| XYZ | 30.56 | 16.64 | 3.79 | - |
| YUV | 91.7 | 99.96 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 42 | 0 | 0.84 | 0.81 | 0.14 | 358.04 | 0.72 | 0.5 |
| Hex | DC | 24 | 2A | 0 | 54 | 51 | E | 166 | 48 | 32 |
| Octal | 334 | 44 | 52 | 0 | 124 | 121 | 16 | 546 | 110 | 62 |
| Binary | 11011100 | 100100 | 101010 | 0 | 1010100 | 1010001 | 1110 | 101100110 | 1001000 | 110010 |
Color Harmonies of #DC242A
Complementary color
Monochromatic Colors of #DC242A
Black with #DC242A
Text Example
Text Example
White with #DC242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC242A; }
p { color: rgb(220,36,42); }
H1.HeaderClassName
{
color: #DC242A;
}
.AnyTagClassName
{
color: #DC242A;
}
</style>
background-color css
<style>
a { background-color: #DC242A; }
a { background-color: rgb(220,36,42); }
div.DivClassName
{
background-color: #DC242A;
}
.BgClassName
{
background-color: #DC242A;
}
</style>
border-color css
<style>
span { border-color: #DC242A; }
span { border-color: rgb(220,36,42); }
td.TdClassName
{
border-color: #DC242A;
}
.TagClassName
{
border-color: #DC242A;
}
</style>