Shades of Alizarin #FC2935
Tints of Alizarin #FC2935
RGB
CMYK
RGB Variations
Color information
#FC2935 (or 0xFC2935) is known color: Alizarin. HEX triplet: FC, 29 and 35. RGB value is (252,41,53). Sum of RGB (Red+Green+Blue) = 252+41+53=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2935 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2935 is #03D6CA. Grayscale: #696969. Windows color (decimal): -251595 or 3484156. OLE color: 3484156.
HSL color Cylindrical-coordinate representation of color #FC2935: hue angle of 356.59º 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 #FC2935 is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 53 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.01 |
| HSL | 356.59º | 0.97% | 0.57% | - |
| HSV(B) | 356.59º | 0.84% | 0.99% | - |
| XYZ | 41.58 | 22.54 | 5.53 | - |
| YUV | 105.46 | 98.4 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 53 | 0 | 0.84 | 0.79 | 0.01 | 356.59 | 0.97 | 0.57 |
| Hex | FC | 29 | 35 | 0 | 54 | 4F | 1 | 165 | 61 | 39 |
| Octal | 374 | 51 | 65 | 0 | 124 | 117 | 1 | 545 | 141 | 71 |
| Binary | 11111100 | 101001 | 110101 | 0 | 1010100 | 1001111 | 1 | 101100101 | 1100001 | 111001 |
Color Harmonies of #FC2935
Complementary color
Monochromatic Colors of #FC2935
Black with #FC2935
Text Example
Text Example
White with #FC2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2935; }
p { color: rgb(252,41,53); }
H1.HeaderClassName
{
color: #FC2935;
}
.AnyTagClassName
{
color: #FC2935;
}
</style>
background-color css
<style>
a { background-color: #FC2935; }
a { background-color: rgb(252,41,53); }
div.DivClassName
{
background-color: #FC2935;
}
.BgClassName
{
background-color: #FC2935;
}
</style>
border-color css
<style>
span { border-color: #FC2935; }
span { border-color: rgb(252,41,53); }
td.TdClassName
{
border-color: #FC2935;
}
.TagClassName
{
border-color: #FC2935;
}
</style>