Shades of Alizarin #FC2732
Tints of Alizarin #FC2732
RGB
CMYK
RGB Variations
Color information
#FC2732 (or 0xFC2732) is known color: Alizarin. HEX triplet: FC, 27 and 32. RGB value is (252,39,50). Sum of RGB (Red+Green+Blue) = 252+39+50=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 39 (15.62% from 255 or 11.44% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2732 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2732 is #03D8CD. Grayscale: #686868. Windows color (decimal): -252110 or 3287036. OLE color: 3287036.
HSL color Cylindrical-coordinate representation of color #FC2732: hue angle of 356.9º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2732 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 50 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.01 |
| HSL | 356.9º | 0.97% | 0.57% | - |
| HSV(B) | 356.9º | 0.85% | 0.99% | - |
| XYZ | 41.45 | 22.38 | 5.15 | - |
| YUV | 103.94 | 97.57 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 50 | 0 | 0.85 | 0.80 | 0.01 | 356.9 | 0.97 | 0.57 |
| Hex | FC | 27 | 32 | 0 | 55 | 50 | 1 | 165 | 61 | 39 |
| Octal | 374 | 47 | 62 | 0 | 125 | 120 | 1 | 545 | 141 | 71 |
| Binary | 11111100 | 100111 | 110010 | 0 | 1010101 | 1010000 | 1 | 101100101 | 1100001 | 111001 |
Color Harmonies of #FC2732
Complementary color
Monochromatic Colors of #FC2732
Black with #FC2732
Text Example
Text Example
White with #FC2732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2732; }
p { color: rgb(252,39,50); }
H1.HeaderClassName
{
color: #FC2732;
}
.AnyTagClassName
{
color: #FC2732;
}
</style>
background-color css
<style>
a { background-color: #FC2732; }
a { background-color: rgb(252,39,50); }
div.DivClassName
{
background-color: #FC2732;
}
.BgClassName
{
background-color: #FC2732;
}
</style>
border-color css
<style>
span { border-color: #FC2732; }
span { border-color: rgb(252,39,50); }
td.TdClassName
{
border-color: #FC2732;
}
.TagClassName
{
border-color: #FC2732;
}
</style>