Shades of Alizarin #FC2B3C
Tints of Alizarin #FC2B3C
RGB
CMYK
RGB Variations
Color information
#FC2B3C (or 0xFC2B3C) is known color: Alizarin. HEX triplet: FC, 2B and 3C. RGB value is (252,43,60). Sum of RGB (Red+Green+Blue) = 252+43+60=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B3C is #03D4C3. Grayscale: #6B6B6B. Windows color (decimal): -251076 or 3943420. OLE color: 3943420.
HSL color Cylindrical-coordinate representation of color #FC2B3C: hue angle of 355.12º 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 #FC2B3C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 60 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.01 |
| HSL | 355.12º | 0.97% | 0.58% | - |
| HSV(B) | 355.12º | 0.83% | 0.99% | - |
| XYZ | 41.82 | 22.75 | 6.46 | - |
| YUV | 107.43 | 101.24 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 60 | 0 | 0.83 | 0.76 | 0.01 | 355.12 | 0.97 | 0.58 |
| Hex | FC | 2B | 3C | 0 | 53 | 4C | 1 | 163 | 61 | 3A |
| Octal | 374 | 53 | 74 | 0 | 123 | 114 | 1 | 543 | 141 | 72 |
| Binary | 11111100 | 101011 | 111100 | 0 | 1010011 | 1001100 | 1 | 101100011 | 1100001 | 111010 |
Color Harmonies of #FC2B3C
Complementary color
Monochromatic Colors of #FC2B3C
Black with #FC2B3C
Text Example
Text Example
White with #FC2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B3C; }
p { color: rgb(252,43,60); }
H1.HeaderClassName
{
color: #FC2B3C;
}
.AnyTagClassName
{
color: #FC2B3C;
}
</style>
background-color css
<style>
a { background-color: #FC2B3C; }
a { background-color: rgb(252,43,60); }
div.DivClassName
{
background-color: #FC2B3C;
}
.BgClassName
{
background-color: #FC2B3C;
}
</style>
border-color css
<style>
span { border-color: #FC2B3C; }
span { border-color: rgb(252,43,60); }
td.TdClassName
{
border-color: #FC2B3C;
}
.TagClassName
{
border-color: #FC2B3C;
}
</style>