Shades of Alizarin #FC293F
Tints of Alizarin #FC293F
RGB
CMYK
RGB Variations
Color information
#FC293F (or 0xFC293F) is known color: Alizarin. HEX triplet: FC, 29 and 3F. RGB value is (252,41,63). Sum of RGB (Red+Green+Blue) = 252+41+63=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC293F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC293F is #03D6C0. Grayscale: #6A6A6A. Windows color (decimal): -251585 or 4139516. OLE color: 4139516.
HSL color Cylindrical-coordinate representation of color #FC293F: hue angle of 353.74º 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 #FC293F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 63 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.01 |
| HSL | 353.74º | 0.97% | 0.57% | - |
| HSV(B) | 353.74º | 0.84% | 0.99% | - |
| XYZ | 41.84 | 22.64 | 6.87 | - |
| YUV | 106.6 | 103.4 | 231.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 63 | 0 | 0.84 | 0.75 | 0.01 | 353.74 | 0.97 | 0.57 |
| Hex | FC | 29 | 3F | 0 | 54 | 4B | 1 | 162 | 61 | 39 |
| Octal | 374 | 51 | 77 | 0 | 124 | 113 | 1 | 542 | 141 | 71 |
| Binary | 11111100 | 101001 | 111111 | 0 | 1010100 | 1001011 | 1 | 101100010 | 1100001 | 111001 |
Color Harmonies of #FC293F
Complementary color
Monochromatic Colors of #FC293F
Black with #FC293F
Text Example
Text Example
White with #FC293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC293F; }
p { color: rgb(252,41,63); }
H1.HeaderClassName
{
color: #FC293F;
}
.AnyTagClassName
{
color: #FC293F;
}
</style>
background-color css
<style>
a { background-color: #FC293F; }
a { background-color: rgb(252,41,63); }
div.DivClassName
{
background-color: #FC293F;
}
.BgClassName
{
background-color: #FC293F;
}
</style>
border-color css
<style>
span { border-color: #FC293F; }
span { border-color: rgb(252,41,63); }
td.TdClassName
{
border-color: #FC293F;
}
.TagClassName
{
border-color: #FC293F;
}
</style>