Shades of Alizarin #DC202B
Tints of Alizarin #DC202B
RGB
CMYK
RGB Variations
Color information
#DC202B (or 0xDC202B) is known color: Alizarin. HEX triplet: DC, 20 and 2B. RGB value is (220,32,43). Sum of RGB (Red+Green+Blue) = 220+32+43=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC202B is #23DFD4. Grayscale: #595959. Windows color (decimal): -2351061 or 2826460. OLE color: 2826460.
HSL color Cylindrical-coordinate representation of color #DC202B: hue angle of 356.49º 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 #DC202B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 43 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.14 |
| HSL | 356.49º | 0.75% | 0.49% | - |
| HSV(B) | 356.49º | 0.85% | 0.86% | - |
| XYZ | 30.47 | 16.42 | 3.85 | - |
| YUV | 89.47 | 101.78 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 43 | 0 | 0.85 | 0.80 | 0.14 | 356.49 | 0.75 | 0.49 |
| Hex | DC | 20 | 2B | 0 | 55 | 50 | E | 164 | 4B | 31 |
| Octal | 334 | 40 | 53 | 0 | 125 | 120 | 16 | 544 | 113 | 61 |
| Binary | 11011100 | 100000 | 101011 | 0 | 1010101 | 1010000 | 1110 | 101100100 | 1001011 | 110001 |
Color Harmonies of #DC202B
Complementary color
Monochromatic Colors of #DC202B
Black with #DC202B
Text Example
Text Example
White with #DC202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC202B; }
p { color: rgb(220,32,43); }
H1.HeaderClassName
{
color: #DC202B;
}
.AnyTagClassName
{
color: #DC202B;
}
</style>
background-color css
<style>
a { background-color: #DC202B; }
a { background-color: rgb(220,32,43); }
div.DivClassName
{
background-color: #DC202B;
}
.BgClassName
{
background-color: #DC202B;
}
</style>
border-color css
<style>
span { border-color: #DC202B; }
span { border-color: rgb(220,32,43); }
td.TdClassName
{
border-color: #DC202B;
}
.TagClassName
{
border-color: #DC202B;
}
</style>