Shades of Alizarin #FC363F
Tints of Alizarin #FC363F
RGB
CMYK
RGB Variations
Color information
#FC363F (or 0xFC363F) is known color: Alizarin. HEX triplet: FC, 36 and 3F. RGB value is (252,54,63). Sum of RGB (Red+Green+Blue) = 252+54+63=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC363F is #03C9C0. Grayscale: #727272. Windows color (decimal): -248257 or 4142844. OLE color: 4142844.
HSL color Cylindrical-coordinate representation of color #FC363F: hue angle of 357.27º 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 #FC363F is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 63 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.01 |
| HSL | 357.27º | 0.97% | 0.6% | - |
| HSV(B) | 357.27º | 0.79% | 0.99% | - |
| XYZ | 42.36 | 23.69 | 7.04 | - |
| YUV | 114.23 | 99.1 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 63 | 0 | 0.79 | 0.75 | 0.01 | 357.27 | 0.97 | 0.6 |
| Hex | FC | 36 | 3F | 0 | 4F | 4B | 1 | 165 | 61 | 3C |
| Octal | 374 | 66 | 77 | 0 | 117 | 113 | 1 | 545 | 141 | 74 |
| Binary | 11111100 | 110110 | 111111 | 0 | 1001111 | 1001011 | 1 | 101100101 | 1100001 | 111100 |
Color Harmonies of #FC363F
Complementary color
Monochromatic Colors of #FC363F
Black with #FC363F
Text Example
Text Example
White with #FC363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC363F; }
p { color: rgb(252,54,63); }
H1.HeaderClassName
{
color: #FC363F;
}
.AnyTagClassName
{
color: #FC363F;
}
</style>
background-color css
<style>
a { background-color: #FC363F; }
a { background-color: rgb(252,54,63); }
div.DivClassName
{
background-color: #FC363F;
}
.BgClassName
{
background-color: #FC363F;
}
</style>
border-color css
<style>
span { border-color: #FC363F; }
span { border-color: rgb(252,54,63); }
td.TdClassName
{
border-color: #FC363F;
}
.TagClassName
{
border-color: #FC363F;
}
</style>