Shades of Alizarin #FC2B3A
Tints of Alizarin #FC2B3A
RGB
CMYK
RGB Variations
Color information
#FC2B3A (or 0xFC2B3A) is known color: Alizarin. HEX triplet: FC, 2B and 3A. RGB value is (252,43,58). Sum of RGB (Red+Green+Blue) = 252+43+58=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 58 (23.05% from 255 or 16.43% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B3A is #03D4C5. Grayscale: #6B6B6B. Windows color (decimal): -251078 or 3812348. OLE color: 3812348.
HSL color Cylindrical-coordinate representation of color #FC2B3A: hue angle of 355.69º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2B3A is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 58 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.01 |
| HSL | 355.69º | 0.97% | 0.58% | - |
| HSV(B) | 355.69º | 0.83% | 0.99% | - |
| XYZ | 41.77 | 22.73 | 6.19 | - |
| YUV | 107.2 | 100.24 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 58 | 0 | 0.83 | 0.77 | 0.01 | 355.69 | 0.97 | 0.58 |
| Hex | FC | 2B | 3A | 0 | 53 | 4D | 1 | 164 | 61 | 3A |
| Octal | 374 | 53 | 72 | 0 | 123 | 115 | 1 | 544 | 141 | 72 |
| Binary | 11111100 | 101011 | 111010 | 0 | 1010011 | 1001101 | 1 | 101100100 | 1100001 | 111010 |
Color Harmonies of #FC2B3A
Complementary color
Monochromatic Colors of #FC2B3A
Black with #FC2B3A
Text Example
Text Example
White with #FC2B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B3A; }
p { color: rgb(252,43,58); }
H1.HeaderClassName
{
color: #FC2B3A;
}
.AnyTagClassName
{
color: #FC2B3A;
}
</style>
background-color css
<style>
a { background-color: #FC2B3A; }
a { background-color: rgb(252,43,58); }
div.DivClassName
{
background-color: #FC2B3A;
}
.BgClassName
{
background-color: #FC2B3A;
}
</style>
border-color css
<style>
span { border-color: #FC2B3A; }
span { border-color: rgb(252,43,58); }
td.TdClassName
{
border-color: #FC2B3A;
}
.TagClassName
{
border-color: #FC2B3A;
}
</style>