Shades of Alizarin #FC323A
Tints of Alizarin #FC323A
RGB
CMYK
RGB Variations
Color information
#FC323A (or 0xFC323A) is known color: Alizarin. HEX triplet: FC, 32 and 3A. RGB value is (252,50,58). Sum of RGB (Red+Green+Blue) = 252+50+58=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC323A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC323A is #03CDC5. Grayscale: #6F6F6F. Windows color (decimal): -249286 or 3814140. OLE color: 3814140.
HSL color Cylindrical-coordinate representation of color #FC323A: hue angle of 357.62º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC323A is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 58 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.01 |
| HSL | 357.62º | 0.97% | 0.59% | - |
| HSV(B) | 357.62º | 0.8% | 0.99% | - |
| XYZ | 42.05 | 23.28 | 6.28 | - |
| YUV | 111.31 | 97.92 | 228.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 58 | 0 | 0.80 | 0.77 | 0.01 | 357.62 | 0.97 | 0.59 |
| Hex | FC | 32 | 3A | 0 | 50 | 4D | 1 | 166 | 61 | 3B |
| Octal | 374 | 62 | 72 | 0 | 120 | 115 | 1 | 546 | 141 | 73 |
| Binary | 11111100 | 110010 | 111010 | 0 | 1010000 | 1001101 | 1 | 101100110 | 1100001 | 111011 |
Color Harmonies of #FC323A
Complementary color
Monochromatic Colors of #FC323A
Black with #FC323A
Text Example
Text Example
White with #FC323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC323A; }
p { color: rgb(252,50,58); }
H1.HeaderClassName
{
color: #FC323A;
}
.AnyTagClassName
{
color: #FC323A;
}
</style>
background-color css
<style>
a { background-color: #FC323A; }
a { background-color: rgb(252,50,58); }
div.DivClassName
{
background-color: #FC323A;
}
.BgClassName
{
background-color: #FC323A;
}
</style>
border-color css
<style>
span { border-color: #FC323A; }
span { border-color: rgb(252,50,58); }
td.TdClassName
{
border-color: #FC323A;
}
.TagClassName
{
border-color: #FC323A;
}
</style>