Shades of Alizarin #DC202A
Tints of Alizarin #DC202A
RGB
CMYK
RGB Variations
Color information
#DC202A (or 0xDC202A) is known color: Alizarin. HEX triplet: DC, 20 and 2A. RGB value is (220,32,42). Sum of RGB (Red+Green+Blue) = 220+32+42=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC202A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC202A is #23DFD5. Grayscale: #595959. Windows color (decimal): -2351062 or 2760924. OLE color: 2760924.
HSL color Cylindrical-coordinate representation of color #DC202A: hue angle of 356.81º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC202A is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 42 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.14 |
| HSL | 356.81º | 0.75% | 0.49% | - |
| HSV(B) | 356.81º | 0.85% | 0.86% | - |
| XYZ | 30.45 | 16.42 | 3.75 | - |
| YUV | 89.35 | 101.28 | 221.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 42 | 0 | 0.85 | 0.81 | 0.14 | 356.81 | 0.75 | 0.49 |
| Hex | DC | 20 | 2A | 0 | 55 | 51 | E | 165 | 4B | 31 |
| Octal | 334 | 40 | 52 | 0 | 125 | 121 | 16 | 545 | 113 | 61 |
| Binary | 11011100 | 100000 | 101010 | 0 | 1010101 | 1010001 | 1110 | 101100101 | 1001011 | 110001 |
Color Harmonies of #DC202A
Complementary color
Monochromatic Colors of #DC202A
Black with #DC202A
Text Example
Text Example
White with #DC202A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC202A; }
p { color: rgb(220,32,42); }
H1.HeaderClassName
{
color: #DC202A;
}
.AnyTagClassName
{
color: #DC202A;
}
</style>
background-color css
<style>
a { background-color: #DC202A; }
a { background-color: rgb(220,32,42); }
div.DivClassName
{
background-color: #DC202A;
}
.BgClassName
{
background-color: #DC202A;
}
</style>
border-color css
<style>
span { border-color: #DC202A; }
span { border-color: rgb(220,32,42); }
td.TdClassName
{
border-color: #DC202A;
}
.TagClassName
{
border-color: #DC202A;
}
</style>