Shades of Alizarin #FC2737
Tints of Alizarin #FC2737
RGB
CMYK
RGB Variations
Color information
#FC2737 (or 0xFC2737) is known color: Alizarin. HEX triplet: FC, 27 and 37. RGB value is (252,39,55). Sum of RGB (Red+Green+Blue) = 252+39+55=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 39 (15.62% from 255 or 11.27% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2737 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2737 is #03D8C8. Grayscale: #686868. Windows color (decimal): -252105 or 3614716. OLE color: 3614716.
HSL color Cylindrical-coordinate representation of color #FC2737: hue angle of 355.49º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2737 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 55 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.01 |
| HSL | 355.49º | 0.97% | 0.57% | - |
| HSV(B) | 355.49º | 0.85% | 0.99% | - |
| XYZ | 41.56 | 22.42 | 5.75 | - |
| YUV | 104.51 | 100.07 | 233.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 55 | 0 | 0.85 | 0.78 | 0.01 | 355.49 | 0.97 | 0.57 |
| Hex | FC | 27 | 37 | 0 | 55 | 4E | 1 | 163 | 61 | 39 |
| Octal | 374 | 47 | 67 | 0 | 125 | 116 | 1 | 543 | 141 | 71 |
| Binary | 11111100 | 100111 | 110111 | 0 | 1010101 | 1001110 | 1 | 101100011 | 1100001 | 111001 |
Color Harmonies of #FC2737
Complementary color
Monochromatic Colors of #FC2737
Black with #FC2737
Text Example
Text Example
White with #FC2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2737; }
p { color: rgb(252,39,55); }
H1.HeaderClassName
{
color: #FC2737;
}
.AnyTagClassName
{
color: #FC2737;
}
</style>
background-color css
<style>
a { background-color: #FC2737; }
a { background-color: rgb(252,39,55); }
div.DivClassName
{
background-color: #FC2737;
}
.BgClassName
{
background-color: #FC2737;
}
</style>
border-color css
<style>
span { border-color: #FC2737; }
span { border-color: rgb(252,39,55); }
td.TdClassName
{
border-color: #FC2737;
}
.TagClassName
{
border-color: #FC2737;
}
</style>