Shades of Alizarin #FC2B30
Tints of Alizarin #FC2B30
RGB
CMYK
RGB Variations
Color information
#FC2B30 (or 0xFC2B30) is known color: Alizarin. HEX triplet: FC, 2B and 30. RGB value is (252,43,48). Sum of RGB (Red+Green+Blue) = 252+43+48=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2B30 is #03D4CF. Grayscale: #6A6A6A. Windows color (decimal): -251088 or 3156988. OLE color: 3156988.
HSL color Cylindrical-coordinate representation of color #FC2B30: hue angle of 358.56º 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 #FC2B30 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 48 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.01 |
| HSL | 358.56º | 0.97% | 0.58% | - |
| HSV(B) | 358.56º | 0.83% | 0.99% | - |
| XYZ | 41.54 | 22.64 | 4.98 | - |
| YUV | 106.06 | 95.24 | 232.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 48 | 0 | 0.83 | 0.81 | 0.01 | 358.56 | 0.97 | 0.58 |
| Hex | FC | 2B | 30 | 0 | 53 | 51 | 1 | 167 | 61 | 3A |
| Octal | 374 | 53 | 60 | 0 | 123 | 121 | 1 | 547 | 141 | 72 |
| Binary | 11111100 | 101011 | 110000 | 0 | 1010011 | 1010001 | 1 | 101100111 | 1100001 | 111010 |
Color Harmonies of #FC2B30
Complementary color
Monochromatic Colors of #FC2B30
Black with #FC2B30
Text Example
Text Example
White with #FC2B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B30; }
p { color: rgb(252,43,48); }
H1.HeaderClassName
{
color: #FC2B30;
}
.AnyTagClassName
{
color: #FC2B30;
}
</style>
background-color css
<style>
a { background-color: #FC2B30; }
a { background-color: rgb(252,43,48); }
div.DivClassName
{
background-color: #FC2B30;
}
.BgClassName
{
background-color: #FC2B30;
}
</style>
border-color css
<style>
span { border-color: #FC2B30; }
span { border-color: rgb(252,43,48); }
td.TdClassName
{
border-color: #FC2B30;
}
.TagClassName
{
border-color: #FC2B30;
}
</style>