Shades of Alizarin #FC363B
Tints of Alizarin #FC363B
RGB
CMYK
RGB Variations
Color information
#FC363B (or 0xFC363B) is known color: Alizarin. HEX triplet: FC, 36 and 3B. RGB value is (252,54,59). Sum of RGB (Red+Green+Blue) = 252+54+59=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC363B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC363B is #03C9C4. Grayscale: #717171. Windows color (decimal): -248261 or 3880700. OLE color: 3880700.
HSL color Cylindrical-coordinate representation of color #FC363B: hue angle of 358.48º 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 #FC363B is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 59 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.01 |
| HSL | 358.48º | 0.97% | 0.6% | - |
| HSV(B) | 358.48º | 0.79% | 0.99% | - |
| XYZ | 42.25 | 23.65 | 6.48 | - |
| YUV | 113.77 | 97.1 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 59 | 0 | 0.79 | 0.77 | 0.01 | 358.48 | 0.97 | 0.6 |
| Hex | FC | 36 | 3B | 0 | 4F | 4D | 1 | 166 | 61 | 3C |
| Octal | 374 | 66 | 73 | 0 | 117 | 115 | 1 | 546 | 141 | 74 |
| Binary | 11111100 | 110110 | 111011 | 0 | 1001111 | 1001101 | 1 | 101100110 | 1100001 | 111100 |
Color Harmonies of #FC363B
Complementary color
Monochromatic Colors of #FC363B
Black with #FC363B
Text Example
Text Example
White with #FC363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC363B; }
p { color: rgb(252,54,59); }
H1.HeaderClassName
{
color: #FC363B;
}
.AnyTagClassName
{
color: #FC363B;
}
</style>
background-color css
<style>
a { background-color: #FC363B; }
a { background-color: rgb(252,54,59); }
div.DivClassName
{
background-color: #FC363B;
}
.BgClassName
{
background-color: #FC363B;
}
</style>
border-color css
<style>
span { border-color: #FC363B; }
span { border-color: rgb(252,54,59); }
td.TdClassName
{
border-color: #FC363B;
}
.TagClassName
{
border-color: #FC363B;
}
</style>