Shades of Alizarin #FC2934
Tints of Alizarin #FC2934
RGB
CMYK
RGB Variations
Color information
#FC2934 (or 0xFC2934) is known color: Alizarin. HEX triplet: FC, 29 and 34. RGB value is (252,41,52). Sum of RGB (Red+Green+Blue) = 252+41+52=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2934 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2934 is #03D6CB. Grayscale: #696969. Windows color (decimal): -251596 or 3418620. OLE color: 3418620.
HSL color Cylindrical-coordinate representation of color #FC2934: hue angle of 356.87º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2934 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 52 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.01 |
| HSL | 356.87º | 0.97% | 0.57% | - |
| HSV(B) | 356.87º | 0.84% | 0.99% | - |
| XYZ | 41.56 | 22.53 | 5.41 | - |
| YUV | 105.34 | 97.9 | 232.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 52 | 0 | 0.84 | 0.79 | 0.01 | 356.87 | 0.97 | 0.57 |
| Hex | FC | 29 | 34 | 0 | 54 | 4F | 1 | 165 | 61 | 39 |
| Octal | 374 | 51 | 64 | 0 | 124 | 117 | 1 | 545 | 141 | 71 |
| Binary | 11111100 | 101001 | 110100 | 0 | 1010100 | 1001111 | 1 | 101100101 | 1100001 | 111001 |
Color Harmonies of #FC2934
Complementary color
Monochromatic Colors of #FC2934
Black with #FC2934
Text Example
Text Example
White with #FC2934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2934; }
p { color: rgb(252,41,52); }
H1.HeaderClassName
{
color: #FC2934;
}
.AnyTagClassName
{
color: #FC2934;
}
</style>
background-color css
<style>
a { background-color: #FC2934; }
a { background-color: rgb(252,41,52); }
div.DivClassName
{
background-color: #FC2934;
}
.BgClassName
{
background-color: #FC2934;
}
</style>
border-color css
<style>
span { border-color: #FC2934; }
span { border-color: rgb(252,41,52); }
td.TdClassName
{
border-color: #FC2934;
}
.TagClassName
{
border-color: #FC2934;
}
</style>