Shades of Alizarin #FC313C
Tints of Alizarin #FC313C
RGB
CMYK
RGB Variations
Color information
#FC313C (or 0xFC313C) is known color: Alizarin. HEX triplet: FC, 31 and 3C. RGB value is (252,49,60). Sum of RGB (Red+Green+Blue) = 252+49+60=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC313C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC313C is #03CEC3. Grayscale: #6F6F6F. Windows color (decimal): -249540 or 3944956. OLE color: 3944956.
HSL color Cylindrical-coordinate representation of color #FC313C: hue angle of 356.75º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC313C is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 60 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.01 |
| HSL | 356.75º | 0.97% | 0.59% | - |
| HSV(B) | 356.75º | 0.81% | 0.99% | - |
| XYZ | 42.06 | 23.22 | 6.54 | - |
| YUV | 110.95 | 99.25 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 60 | 0 | 0.81 | 0.76 | 0.01 | 356.75 | 0.97 | 0.59 |
| Hex | FC | 31 | 3C | 0 | 51 | 4C | 1 | 165 | 61 | 3B |
| Octal | 374 | 61 | 74 | 0 | 121 | 114 | 1 | 545 | 141 | 73 |
| Binary | 11111100 | 110001 | 111100 | 0 | 1010001 | 1001100 | 1 | 101100101 | 1100001 | 111011 |
Color Harmonies of #FC313C
Complementary color
Monochromatic Colors of #FC313C
Black with #FC313C
Text Example
Text Example
White with #FC313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC313C; }
p { color: rgb(252,49,60); }
H1.HeaderClassName
{
color: #FC313C;
}
.AnyTagClassName
{
color: #FC313C;
}
</style>
background-color css
<style>
a { background-color: #FC313C; }
a { background-color: rgb(252,49,60); }
div.DivClassName
{
background-color: #FC313C;
}
.BgClassName
{
background-color: #FC313C;
}
</style>
border-color css
<style>
span { border-color: #FC313C; }
span { border-color: rgb(252,49,60); }
td.TdClassName
{
border-color: #FC313C;
}
.TagClassName
{
border-color: #FC313C;
}
</style>