Shades of Alizarin #DC2030
Tints of Alizarin #DC2030
RGB
CMYK
RGB Variations
Color information
#DC2030 (or 0xDC2030) is known color: Alizarin. HEX triplet: DC, 20 and 30. RGB value is (220,32,48). Sum of RGB (Red+Green+Blue) = 220+32+48=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2030 is #23DFCF. Grayscale: #5A5A5A. Windows color (decimal): -2351056 or 3154140. OLE color: 3154140.
HSL color Cylindrical-coordinate representation of color #DC2030: hue angle of 354.89º 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 #DC2030 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 48 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.14 |
| HSL | 354.89º | 0.75% | 0.49% | - |
| HSV(B) | 354.89º | 0.85% | 0.86% | - |
| XYZ | 30.57 | 16.46 | 4.36 | - |
| YUV | 90.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 48 | 0 | 0.85 | 0.78 | 0.14 | 354.89 | 0.75 | 0.49 |
| Hex | DC | 20 | 30 | 0 | 55 | 4E | E | 163 | 4B | 31 |
| Octal | 334 | 40 | 60 | 0 | 125 | 116 | 16 | 543 | 113 | 61 |
| Binary | 11011100 | 100000 | 110000 | 0 | 1010101 | 1001110 | 1110 | 101100011 | 1001011 | 110001 |
Color Harmonies of #DC2030
Complementary color
Monochromatic Colors of #DC2030
Black with #DC2030
Text Example
Text Example
White with #DC2030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2030; }
p { color: rgb(220,32,48); }
H1.HeaderClassName
{
color: #DC2030;
}
.AnyTagClassName
{
color: #DC2030;
}
</style>
background-color css
<style>
a { background-color: #DC2030; }
a { background-color: rgb(220,32,48); }
div.DivClassName
{
background-color: #DC2030;
}
.BgClassName
{
background-color: #DC2030;
}
</style>
border-color css
<style>
span { border-color: #DC2030; }
span { border-color: rgb(220,32,48); }
td.TdClassName
{
border-color: #DC2030;
}
.TagClassName
{
border-color: #DC2030;
}
</style>