Shades of Alizarin #FC363C
Tints of Alizarin #FC363C
RGB
CMYK
RGB Variations
Color information
#FC363C (or 0xFC363C) is known color: Alizarin. HEX triplet: FC, 36 and 3C. RGB value is (252,54,60). Sum of RGB (Red+Green+Blue) = 252+54+60=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 54 (21.48% from 255 or 14.75% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC363C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC363C is #03C9C3. Grayscale: #727272. Windows color (decimal): -248260 or 3946236. OLE color: 3946236.
HSL color Cylindrical-coordinate representation of color #FC363C: hue angle of 358.18º 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 #FC363C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 60 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.01 |
| HSL | 358.18º | 0.97% | 0.6% | - |
| HSV(B) | 358.18º | 0.79% | 0.99% | - |
| XYZ | 42.28 | 23.66 | 6.61 | - |
| YUV | 113.89 | 97.6 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 60 | 0 | 0.79 | 0.76 | 0.01 | 358.18 | 0.97 | 0.6 |
| Hex | FC | 36 | 3C | 0 | 4F | 4C | 1 | 166 | 61 | 3C |
| Octal | 374 | 66 | 74 | 0 | 117 | 114 | 1 | 546 | 141 | 74 |
| Binary | 11111100 | 110110 | 111100 | 0 | 1001111 | 1001100 | 1 | 101100110 | 1100001 | 111100 |
Color Harmonies of #FC363C
Complementary color
Monochromatic Colors of #FC363C
Black with #FC363C
Text Example
Text Example
White with #FC363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC363C; }
p { color: rgb(252,54,60); }
H1.HeaderClassName
{
color: #FC363C;
}
.AnyTagClassName
{
color: #FC363C;
}
</style>
background-color css
<style>
a { background-color: #FC363C; }
a { background-color: rgb(252,54,60); }
div.DivClassName
{
background-color: #FC363C;
}
.BgClassName
{
background-color: #FC363C;
}
</style>
border-color css
<style>
span { border-color: #FC363C; }
span { border-color: rgb(252,54,60); }
td.TdClassName
{
border-color: #FC363C;
}
.TagClassName
{
border-color: #FC363C;
}
</style>