Shades of Alizarin #FC2B41
Tints of Alizarin #FC2B41
RGB
CMYK
RGB Variations
Color information
#FC2B41 (or 0xFC2B41) is known color: Alizarin. HEX triplet: FC, 2B and 41. RGB value is (252,43,65). Sum of RGB (Red+Green+Blue) = 252+43+65=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B41 is #03D4BE. Grayscale: #6C6C6C. Windows color (decimal): -251071 or 4271100. OLE color: 4271100.
HSL color Cylindrical-coordinate representation of color #FC2B41: hue angle of 353.68º 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 #FC2B41 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 65 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.01 |
| HSL | 353.68º | 0.97% | 0.58% | - |
| HSV(B) | 353.68º | 0.83% | 0.99% | - |
| XYZ | 41.96 | 22.8 | 7.19 | - |
| YUV | 108 | 103.74 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 65 | 0 | 0.83 | 0.74 | 0.01 | 353.68 | 0.97 | 0.58 |
| Hex | FC | 2B | 41 | 0 | 53 | 4A | 1 | 162 | 61 | 3A |
| Octal | 374 | 53 | 101 | 0 | 123 | 112 | 1 | 542 | 141 | 72 |
| Binary | 11111100 | 101011 | 1000001 | 0 | 1010011 | 1001010 | 1 | 101100010 | 1100001 | 111010 |
Color Harmonies of #FC2B41
Complementary color
Monochromatic Colors of #FC2B41
Black with #FC2B41
Text Example
Text Example
White with #FC2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B41; }
p { color: rgb(252,43,65); }
H1.HeaderClassName
{
color: #FC2B41;
}
.AnyTagClassName
{
color: #FC2B41;
}
</style>
background-color css
<style>
a { background-color: #FC2B41; }
a { background-color: rgb(252,43,65); }
div.DivClassName
{
background-color: #FC2B41;
}
.BgClassName
{
background-color: #FC2B41;
}
</style>
border-color css
<style>
span { border-color: #FC2B41; }
span { border-color: rgb(252,43,65); }
td.TdClassName
{
border-color: #FC2B41;
}
.TagClassName
{
border-color: #FC2B41;
}
</style>