Shades of Alizarin #DC1F32
Tints of Alizarin #DC1F32
RGB
CMYK
RGB Variations
Color information
#DC1F32 (or 0xDC1F32) is known color: Alizarin. HEX triplet: DC, 1F and 32. RGB value is (220,31,50). Sum of RGB (Red+Green+Blue) = 220+31+50=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 50 (19.92% from 255 or 16.61% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1F32 is #23E0CD. Grayscale: #595959. Windows color (decimal): -2351310 or 3284956. OLE color: 3284956.
HSL color Cylindrical-coordinate representation of color #DC1F32: hue angle of 353.97º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1F32 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 31 | 50 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.14 |
| HSL | 353.97º | 0.75% | 0.49% | - |
| HSV(B) | 353.97º | 0.86% | 0.86% | - |
| XYZ | 30.58 | 16.43 | 4.58 | - |
| YUV | 89.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 31 | 50 | 0 | 0.86 | 0.77 | 0.14 | 353.97 | 0.75 | 0.49 |
| Hex | DC | 1F | 32 | 0 | 56 | 4D | E | 162 | 4B | 31 |
| Octal | 334 | 37 | 62 | 0 | 126 | 115 | 16 | 542 | 113 | 61 |
| Binary | 11011100 | 11111 | 110010 | 0 | 1010110 | 1001101 | 1110 | 101100010 | 1001011 | 110001 |
Color Harmonies of #DC1F32
Complementary color
Monochromatic Colors of #DC1F32
Black with #DC1F32
Text Example
Text Example
White with #DC1F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1F32; }
p { color: rgb(220,31,50); }
H1.HeaderClassName
{
color: #DC1F32;
}
.AnyTagClassName
{
color: #DC1F32;
}
</style>
background-color css
<style>
a { background-color: #DC1F32; }
a { background-color: rgb(220,31,50); }
div.DivClassName
{
background-color: #DC1F32;
}
.BgClassName
{
background-color: #DC1F32;
}
</style>
border-color css
<style>
span { border-color: #DC1F32; }
span { border-color: rgb(220,31,50); }
td.TdClassName
{
border-color: #DC1F32;
}
.TagClassName
{
border-color: #DC1F32;
}
</style>