Shades of Alizarin #FC2829
Tints of Alizarin #FC2829
RGB
CMYK
RGB Variations
Color information
#FC2829 (or 0xFC2829) is known color: Alizarin. HEX triplet: FC, 28 and 29. RGB value is (252,40,41). Sum of RGB (Red+Green+Blue) = 252+40+41=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2829 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2829 is #03D7D6. Grayscale: #676767. Windows color (decimal): -251863 or 2697468. OLE color: 2697468.
HSL color Cylindrical-coordinate representation of color #FC2829: hue angle of 359.72º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2829 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 41 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.01 |
| HSL | 359.72º | 0.97% | 0.57% | - |
| HSV(B) | 359.72º | 0.84% | 0.99% | - |
| XYZ | 41.3 | 22.37 | 4.24 | - |
| YUV | 103.5 | 92.74 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 41 | 0 | 0.84 | 0.84 | 0.01 | 359.72 | 0.97 | 0.57 |
| Hex | FC | 28 | 29 | 0 | 54 | 54 | 1 | 168 | 61 | 39 |
| Octal | 374 | 50 | 51 | 0 | 124 | 124 | 1 | 550 | 141 | 71 |
| Binary | 11111100 | 101000 | 101001 | 0 | 1010100 | 1010100 | 1 | 101101000 | 1100001 | 111001 |
Color Harmonies of #FC2829
Complementary color
Monochromatic Colors of #FC2829
Black with #FC2829
Text Example
Text Example
White with #FC2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2829; }
p { color: rgb(252,40,41); }
H1.HeaderClassName
{
color: #FC2829;
}
.AnyTagClassName
{
color: #FC2829;
}
</style>
background-color css
<style>
a { background-color: #FC2829; }
a { background-color: rgb(252,40,41); }
div.DivClassName
{
background-color: #FC2829;
}
.BgClassName
{
background-color: #FC2829;
}
</style>
border-color css
<style>
span { border-color: #FC2829; }
span { border-color: rgb(252,40,41); }
td.TdClassName
{
border-color: #FC2829;
}
.TagClassName
{
border-color: #FC2829;
}
</style>