Shades of Alizarin #FC2C31
Tints of Alizarin #FC2C31
RGB
CMYK
RGB Variations
Color information
#FC2C31 (or 0xFC2C31) is known color: Alizarin. HEX triplet: FC, 2C and 31. RGB value is (252,44,49). Sum of RGB (Red+Green+Blue) = 252+44+49=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 44 (17.58% from 255 or 12.75% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C31 is #03D3CE. Grayscale: #6A6A6A. Windows color (decimal): -250831 or 3222780. OLE color: 3222780.
HSL color Cylindrical-coordinate representation of color #FC2C31: hue angle of 358.56º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2C31 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 49 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.01 |
| HSL | 358.56º | 0.97% | 0.58% | - |
| HSV(B) | 358.56º | 0.83% | 0.99% | - |
| XYZ | 41.6 | 22.72 | 5.1 | - |
| YUV | 106.76 | 95.41 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 49 | 0 | 0.83 | 0.81 | 0.01 | 358.56 | 0.97 | 0.58 |
| Hex | FC | 2C | 31 | 0 | 53 | 51 | 1 | 167 | 61 | 3A |
| Octal | 374 | 54 | 61 | 0 | 123 | 121 | 1 | 547 | 141 | 72 |
| Binary | 11111100 | 101100 | 110001 | 0 | 1010011 | 1010001 | 1 | 101100111 | 1100001 | 111010 |
Color Harmonies of #FC2C31
Complementary color
Monochromatic Colors of #FC2C31
Black with #FC2C31
Text Example
Text Example
White with #FC2C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C31; }
p { color: rgb(252,44,49); }
H1.HeaderClassName
{
color: #FC2C31;
}
.AnyTagClassName
{
color: #FC2C31;
}
</style>
background-color css
<style>
a { background-color: #FC2C31; }
a { background-color: rgb(252,44,49); }
div.DivClassName
{
background-color: #FC2C31;
}
.BgClassName
{
background-color: #FC2C31;
}
</style>
border-color css
<style>
span { border-color: #FC2C31; }
span { border-color: rgb(252,44,49); }
td.TdClassName
{
border-color: #FC2C31;
}
.TagClassName
{
border-color: #FC2C31;
}
</style>