Shades of Alizarin #FC353A
Tints of Alizarin #FC353A
RGB
CMYK
RGB Variations
Color information
#FC353A (or 0xFC353A) is known color: Alizarin. HEX triplet: FC, 35 and 3A. RGB value is (252,53,58). Sum of RGB (Red+Green+Blue) = 252+53+58=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC353A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC353A is #03CAC5. Grayscale: #717171. Windows color (decimal): -248518 or 3814908. OLE color: 3814908.
HSL color Cylindrical-coordinate representation of color #FC353A: hue angle of 358.49º 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 #FC353A is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 58 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.01 |
| HSL | 358.49º | 0.97% | 0.6% | - |
| HSV(B) | 358.49º | 0.79% | 0.99% | - |
| XYZ | 42.18 | 23.55 | 6.32 | - |
| YUV | 113.07 | 96.93 | 227.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 58 | 0 | 0.79 | 0.77 | 0.01 | 358.49 | 0.97 | 0.6 |
| Hex | FC | 35 | 3A | 0 | 4F | 4D | 1 | 166 | 61 | 3C |
| Octal | 374 | 65 | 72 | 0 | 117 | 115 | 1 | 546 | 141 | 74 |
| Binary | 11111100 | 110101 | 111010 | 0 | 1001111 | 1001101 | 1 | 101100110 | 1100001 | 111100 |
Color Harmonies of #FC353A
Complementary color
Monochromatic Colors of #FC353A
Black with #FC353A
Text Example
Text Example
White with #FC353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC353A; }
p { color: rgb(252,53,58); }
H1.HeaderClassName
{
color: #FC353A;
}
.AnyTagClassName
{
color: #FC353A;
}
</style>
background-color css
<style>
a { background-color: #FC353A; }
a { background-color: rgb(252,53,58); }
div.DivClassName
{
background-color: #FC353A;
}
.BgClassName
{
background-color: #FC353A;
}
</style>
border-color css
<style>
span { border-color: #FC353A; }
span { border-color: rgb(252,53,58); }
td.TdClassName
{
border-color: #FC353A;
}
.TagClassName
{
border-color: #FC353A;
}
</style>