Shades of Alizarin #FC2E3F
Tints of Alizarin #FC2E3F
RGB
CMYK
RGB Variations
Color information
#FC2E3F (or 0xFC2E3F) is known color: Alizarin. HEX triplet: FC, 2E and 3F. RGB value is (252,46,63). Sum of RGB (Red+Green+Blue) = 252+46+63=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2E3F is #03D1C0. Grayscale: #6D6D6D. Windows color (decimal): -250305 or 4140796. OLE color: 4140796.
HSL color Cylindrical-coordinate representation of color #FC2E3F: hue angle of 355.05º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2E3F is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 63 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.01 |
| HSL | 355.05º | 0.97% | 0.58% | - |
| HSV(B) | 355.05º | 0.82% | 0.99% | - |
| XYZ | 42.02 | 23.01 | 6.93 | - |
| YUV | 109.53 | 101.75 | 229.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 63 | 0 | 0.82 | 0.75 | 0.01 | 355.05 | 0.97 | 0.58 |
| Hex | FC | 2E | 3F | 0 | 52 | 4B | 1 | 163 | 61 | 3A |
| Octal | 374 | 56 | 77 | 0 | 122 | 113 | 1 | 543 | 141 | 72 |
| Binary | 11111100 | 101110 | 111111 | 0 | 1010010 | 1001011 | 1 | 101100011 | 1100001 | 111010 |
Color Harmonies of #FC2E3F
Complementary color
Monochromatic Colors of #FC2E3F
Black with #FC2E3F
Text Example
Text Example
White with #FC2E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E3F; }
p { color: rgb(252,46,63); }
H1.HeaderClassName
{
color: #FC2E3F;
}
.AnyTagClassName
{
color: #FC2E3F;
}
</style>
background-color css
<style>
a { background-color: #FC2E3F; }
a { background-color: rgb(252,46,63); }
div.DivClassName
{
background-color: #FC2E3F;
}
.BgClassName
{
background-color: #FC2E3F;
}
</style>
border-color css
<style>
span { border-color: #FC2E3F; }
span { border-color: rgb(252,46,63); }
td.TdClassName
{
border-color: #FC2E3F;
}
.TagClassName
{
border-color: #FC2E3F;
}
</style>