Shades of Alizarin #FC353F
Tints of Alizarin #FC353F
RGB
CMYK
RGB Variations
Color information
#FC353F (or 0xFC353F) is known color: Alizarin. HEX triplet: FC, 35 and 3F. RGB value is (252,53,63). Sum of RGB (Red+Green+Blue) = 252+53+63=368 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.48% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 63 (25% from 255 or 17.12% from 368); Max value from RGB is 252 - color contains mainly: red. Hex color #FC353F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC353F is #03CAC0. Grayscale: #717171. Windows color (decimal): -248513 or 4142588. OLE color: 4142588.
HSL color Cylindrical-coordinate representation of color #FC353F: hue angle of 356.98º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC353F is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 63 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.01 |
| HSL | 356.98º | 0.97% | 0.6% | - |
| HSV(B) | 356.98º | 0.79% | 0.99% | - |
| XYZ | 42.32 | 23.6 | 7.03 | - |
| YUV | 113.64 | 99.43 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 63 | 0 | 0.79 | 0.75 | 0.01 | 356.98 | 0.97 | 0.6 |
| Hex | FC | 35 | 3F | 0 | 4F | 4B | 1 | 165 | 61 | 3C |
| Octal | 374 | 65 | 77 | 0 | 117 | 113 | 1 | 545 | 141 | 74 |
| Binary | 11111100 | 110101 | 111111 | 0 | 1001111 | 1001011 | 1 | 101100101 | 1100001 | 111100 |
Color Harmonies of #FC353F
Complementary color
Monochromatic Colors of #FC353F
Black with #FC353F
Text Example
Text Example
White with #FC353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC353F; }
p { color: rgb(252,53,63); }
H1.HeaderClassName
{
color: #FC353F;
}
.AnyTagClassName
{
color: #FC353F;
}
</style>
background-color css
<style>
a { background-color: #FC353F; }
a { background-color: rgb(252,53,63); }
div.DivClassName
{
background-color: #FC353F;
}
.BgClassName
{
background-color: #FC353F;
}
</style>
border-color css
<style>
span { border-color: #FC353F; }
span { border-color: rgb(252,53,63); }
td.TdClassName
{
border-color: #FC353F;
}
.TagClassName
{
border-color: #FC353F;
}
</style>