Shades of Alizarin #FC2939
Tints of Alizarin #FC2939
RGB
CMYK
RGB Variations
Color information
#FC2939 (or 0xFC2939) is known color: Alizarin. HEX triplet: FC, 29 and 39. RGB value is (252,41,57). Sum of RGB (Red+Green+Blue) = 252+41+57=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 41 (16.41% from 255 or 11.71% from 350); Blue value is 57 (22.66% from 255 or 16.29% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2939 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2939 is #03D6C6. Grayscale: #6A6A6A. Windows color (decimal): -251591 or 3746300. OLE color: 3746300.
HSL color Cylindrical-coordinate representation of color #FC2939: hue angle of 355.45º 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 #FC2939 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 57 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.01 |
| HSL | 355.45º | 0.97% | 0.57% | - |
| HSV(B) | 355.45º | 0.84% | 0.99% | - |
| XYZ | 41.68 | 22.58 | 6.03 | - |
| YUV | 105.91 | 100.4 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 57 | 0 | 0.84 | 0.77 | 0.01 | 355.45 | 0.97 | 0.57 |
| Hex | FC | 29 | 39 | 0 | 54 | 4D | 1 | 163 | 61 | 39 |
| Octal | 374 | 51 | 71 | 0 | 124 | 115 | 1 | 543 | 141 | 71 |
| Binary | 11111100 | 101001 | 111001 | 0 | 1010100 | 1001101 | 1 | 101100011 | 1100001 | 111001 |
Color Harmonies of #FC2939
Complementary color
Monochromatic Colors of #FC2939
Black with #FC2939
Text Example
Text Example
White with #FC2939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2939; }
p { color: rgb(252,41,57); }
H1.HeaderClassName
{
color: #FC2939;
}
.AnyTagClassName
{
color: #FC2939;
}
</style>
background-color css
<style>
a { background-color: #FC2939; }
a { background-color: rgb(252,41,57); }
div.DivClassName
{
background-color: #FC2939;
}
.BgClassName
{
background-color: #FC2939;
}
</style>
border-color css
<style>
span { border-color: #FC2939; }
span { border-color: rgb(252,41,57); }
td.TdClassName
{
border-color: #FC2939;
}
.TagClassName
{
border-color: #FC2939;
}
</style>