Shades of Alizarin #DC2C30
Tints of Alizarin #DC2C30
RGB
CMYK
RGB Variations
Color information
#DC2C30 (or 0xDC2C30) is known color: Alizarin. HEX triplet: DC, 2C and 30. RGB value is (220,44,48). Sum of RGB (Red+Green+Blue) = 220+44+48=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2C30 is #23D3CF. Grayscale: #616161. Windows color (decimal): -2347984 or 3157212. OLE color: 3157212.
HSL color Cylindrical-coordinate representation of color #DC2C30: hue angle of 358.64º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2C30 is Cyan = 0, Magento = 0.8, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 44 | 48 | - |
| CMYK | 0 | 0.8 | 0.78 | 0.14 |
| HSL | 358.64º | 0.72% | 0.52% | - |
| HSV(B) | 358.64º | 0.8% | 0.86% | - |
| XYZ | 30.95 | 17.23 | 4.49 | - |
| YUV | 97.08 | 100.31 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 44 | 48 | 0 | 0.8 | 0.78 | 0.14 | 358.64 | 0.72 | 0.52 |
| Hex | DC | 2C | 30 | 0 | 50 | 4E | E | 167 | 48 | 34 |
| Octal | 334 | 54 | 60 | 0 | 120 | 116 | 16 | 547 | 110 | 64 |
| Binary | 11011100 | 101100 | 110000 | 0 | 1010000 | 1001110 | 1110 | 101100111 | 1001000 | 110100 |
Color Harmonies of #DC2C30
Complementary color
Monochromatic Colors of #DC2C30
Black with #DC2C30
Text Example
Text Example
White with #DC2C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2C30; }
p { color: rgb(220,44,48); }
H1.HeaderClassName
{
color: #DC2C30;
}
.AnyTagClassName
{
color: #DC2C30;
}
</style>
background-color css
<style>
a { background-color: #DC2C30; }
a { background-color: rgb(220,44,48); }
div.DivClassName
{
background-color: #DC2C30;
}
.BgClassName
{
background-color: #DC2C30;
}
</style>
border-color css
<style>
span { border-color: #DC2C30; }
span { border-color: rgb(220,44,48); }
td.TdClassName
{
border-color: #DC2C30;
}
.TagClassName
{
border-color: #DC2C30;
}
</style>