Shades of Alizarin #FC2C38
Tints of Alizarin #FC2C38
RGB
CMYK
RGB Variations
Color information
#FC2C38 (or 0xFC2C38) is known color: Alizarin. HEX triplet: FC, 2C and 38. RGB value is (252,44,56). Sum of RGB (Red+Green+Blue) = 252+44+56=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 56 (22.27% from 255 or 15.91% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C38 is #03D3C7. Grayscale: #6B6B6B. Windows color (decimal): -250824 or 3681532. OLE color: 3681532.
HSL color Cylindrical-coordinate representation of color #FC2C38: hue angle of 356.54º 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 #FC2C38 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 56 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.01 |
| HSL | 356.54º | 0.97% | 0.58% | - |
| HSV(B) | 356.54º | 0.83% | 0.99% | - |
| XYZ | 41.76 | 22.78 | 5.94 | - |
| YUV | 107.56 | 98.91 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 56 | 0 | 0.83 | 0.78 | 0.01 | 356.54 | 0.97 | 0.58 |
| Hex | FC | 2C | 38 | 0 | 53 | 4E | 1 | 165 | 61 | 3A |
| Octal | 374 | 54 | 70 | 0 | 123 | 116 | 1 | 545 | 141 | 72 |
| Binary | 11111100 | 101100 | 111000 | 0 | 1010011 | 1001110 | 1 | 101100101 | 1100001 | 111010 |
Color Harmonies of #FC2C38
Complementary color
Monochromatic Colors of #FC2C38
Black with #FC2C38
Text Example
Text Example
White with #FC2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C38; }
p { color: rgb(252,44,56); }
H1.HeaderClassName
{
color: #FC2C38;
}
.AnyTagClassName
{
color: #FC2C38;
}
</style>
background-color css
<style>
a { background-color: #FC2C38; }
a { background-color: rgb(252,44,56); }
div.DivClassName
{
background-color: #FC2C38;
}
.BgClassName
{
background-color: #FC2C38;
}
</style>
border-color css
<style>
span { border-color: #FC2C38; }
span { border-color: rgb(252,44,56); }
td.TdClassName
{
border-color: #FC2C38;
}
.TagClassName
{
border-color: #FC2C38;
}
</style>