Shades of Alizarin #FC313B
Tints of Alizarin #FC313B
RGB
CMYK
RGB Variations
Color information
#FC313B (or 0xFC313B) is known color: Alizarin. HEX triplet: FC, 31 and 3B. RGB value is (252,49,59). Sum of RGB (Red+Green+Blue) = 252+49+59=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC313B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC313B is #03CEC4. Grayscale: #6E6E6E. Windows color (decimal): -249541 or 3879420. OLE color: 3879420.
HSL color Cylindrical-coordinate representation of color #FC313B: hue angle of 357.04º 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 #FC313B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 59 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.01 |
| HSL | 357.04º | 0.97% | 0.59% | - |
| HSV(B) | 357.04º | 0.81% | 0.99% | - |
| XYZ | 42.03 | 23.21 | 6.4 | - |
| YUV | 110.84 | 98.75 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 59 | 0 | 0.81 | 0.77 | 0.01 | 357.04 | 0.97 | 0.59 |
| Hex | FC | 31 | 3B | 0 | 51 | 4D | 1 | 165 | 61 | 3B |
| Octal | 374 | 61 | 73 | 0 | 121 | 115 | 1 | 545 | 141 | 73 |
| Binary | 11111100 | 110001 | 111011 | 0 | 1010001 | 1001101 | 1 | 101100101 | 1100001 | 111011 |
Color Harmonies of #FC313B
Complementary color
Monochromatic Colors of #FC313B
Black with #FC313B
Text Example
Text Example
White with #FC313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC313B; }
p { color: rgb(252,49,59); }
H1.HeaderClassName
{
color: #FC313B;
}
.AnyTagClassName
{
color: #FC313B;
}
</style>
background-color css
<style>
a { background-color: #FC313B; }
a { background-color: rgb(252,49,59); }
div.DivClassName
{
background-color: #FC313B;
}
.BgClassName
{
background-color: #FC313B;
}
</style>
border-color css
<style>
span { border-color: #FC313B; }
span { border-color: rgb(252,49,59); }
td.TdClassName
{
border-color: #FC313B;
}
.TagClassName
{
border-color: #FC313B;
}
</style>