Shades of Alizarin #DC203C
Tints of Alizarin #DC203C
RGB
CMYK
RGB Variations
Color information
#DC203C (or 0xDC203C) is known color: Alizarin. HEX triplet: DC, 20 and 3C. RGB value is (220,32,60). Sum of RGB (Red+Green+Blue) = 220+32+60=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC203C is #23DFC3. Grayscale: #5B5B5B. Windows color (decimal): -2351044 or 3940572. OLE color: 3940572.
HSL color Cylindrical-coordinate representation of color #DC203C: hue angle of 351.06º 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 #DC203C is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 60 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.14 |
| HSL | 351.06º | 0.75% | 0.49% | - |
| HSV(B) | 351.06º | 0.85% | 0.86% | - |
| XYZ | 30.85 | 16.57 | 5.85 | - |
| YUV | 91.4 | 110.28 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 60 | 0 | 0.85 | 0.73 | 0.14 | 351.06 | 0.75 | 0.49 |
| Hex | DC | 20 | 3C | 0 | 55 | 49 | E | 15F | 4B | 31 |
| Octal | 334 | 40 | 74 | 0 | 125 | 111 | 16 | 537 | 113 | 61 |
| Binary | 11011100 | 100000 | 111100 | 0 | 1010101 | 1001001 | 1110 | 101011111 | 1001011 | 110001 |
Color Harmonies of #DC203C
Complementary color
Monochromatic Colors of #DC203C
Black with #DC203C
Text Example
Text Example
White with #DC203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC203C; }
p { color: rgb(220,32,60); }
H1.HeaderClassName
{
color: #DC203C;
}
.AnyTagClassName
{
color: #DC203C;
}
</style>
background-color css
<style>
a { background-color: #DC203C; }
a { background-color: rgb(220,32,60); }
div.DivClassName
{
background-color: #DC203C;
}
.BgClassName
{
background-color: #DC203C;
}
</style>
border-color css
<style>
span { border-color: #DC203C; }
span { border-color: rgb(220,32,60); }
td.TdClassName
{
border-color: #DC203C;
}
.TagClassName
{
border-color: #DC203C;
}
</style>