Shades of Alizarin #FC2F3E
Tints of Alizarin #FC2F3E
RGB
CMYK
RGB Variations
Color information
#FC2F3E (or 0xFC2F3E) is known color: Alizarin. HEX triplet: FC, 2F and 3E. RGB value is (252,47,62). Sum of RGB (Red+Green+Blue) = 252+47+62=361 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.81% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2F3E is #03D0C1. Grayscale: #6E6E6E. Windows color (decimal): -250050 or 4075516. OLE color: 4075516.
HSL color Cylindrical-coordinate representation of color #FC2F3E: hue angle of 355.61º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC2F3E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 62 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.01 |
| HSL | 355.61º | 0.97% | 0.59% | - |
| HSV(B) | 355.61º | 0.81% | 0.99% | - |
| XYZ | 42.03 | 23.08 | 6.8 | - |
| YUV | 110.01 | 100.92 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 62 | 0 | 0.81 | 0.75 | 0.01 | 355.61 | 0.97 | 0.59 |
| Hex | FC | 2F | 3E | 0 | 51 | 4B | 1 | 164 | 61 | 3B |
| Octal | 374 | 57 | 76 | 0 | 121 | 113 | 1 | 544 | 141 | 73 |
| Binary | 11111100 | 101111 | 111110 | 0 | 1010001 | 1001011 | 1 | 101100100 | 1100001 | 111011 |
Color Harmonies of #FC2F3E
Complementary color
Monochromatic Colors of #FC2F3E
Black with #FC2F3E
Text Example
Text Example
White with #FC2F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F3E; }
p { color: rgb(252,47,62); }
H1.HeaderClassName
{
color: #FC2F3E;
}
.AnyTagClassName
{
color: #FC2F3E;
}
</style>
background-color css
<style>
a { background-color: #FC2F3E; }
a { background-color: rgb(252,47,62); }
div.DivClassName
{
background-color: #FC2F3E;
}
.BgClassName
{
background-color: #FC2F3E;
}
</style>
border-color css
<style>
span { border-color: #FC2F3E; }
span { border-color: rgb(252,47,62); }
td.TdClassName
{
border-color: #FC2F3E;
}
.TagClassName
{
border-color: #FC2F3E;
}
</style>