Shades of Alizarin #FC3E3F
Tints of Alizarin #FC3E3F
RGB
CMYK
RGB Variations
Color information
#FC3E3F (or 0xFC3E3F) is known color: Alizarin. HEX triplet: FC, 3E and 3F. RGB value is (252,62,63). Sum of RGB (Red+Green+Blue) = 252+62+63=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3E3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3E3F is #03C1C0. Grayscale: #777777. Windows color (decimal): -246209 or 4144892. OLE color: 4144892.
HSL color Cylindrical-coordinate representation of color #FC3E3F: hue angle of 359.68º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC3E3F is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 62 | 63 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.01 |
| HSL | 359.68º | 0.97% | 0.62% | - |
| HSV(B) | 359.68º | 0.75% | 0.99% | - |
| XYZ | 42.76 | 24.5 | 7.18 | - |
| YUV | 118.92 | 96.45 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 62 | 63 | 0 | 0.75 | 0.75 | 0.01 | 359.68 | 0.97 | 0.62 |
| Hex | FC | 3E | 3F | 0 | 4B | 4B | 1 | 168 | 61 | 3E |
| Octal | 374 | 76 | 77 | 0 | 113 | 113 | 1 | 550 | 141 | 76 |
| Binary | 11111100 | 111110 | 111111 | 0 | 1001011 | 1001011 | 1 | 101101000 | 1100001 | 111110 |
Color Harmonies of #FC3E3F
Complementary color
Monochromatic Colors of #FC3E3F
Black with #FC3E3F
Text Example
Text Example
White with #FC3E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3E3F; }
p { color: rgb(252,62,63); }
H1.HeaderClassName
{
color: #FC3E3F;
}
.AnyTagClassName
{
color: #FC3E3F;
}
</style>
background-color css
<style>
a { background-color: #FC3E3F; }
a { background-color: rgb(252,62,63); }
div.DivClassName
{
background-color: #FC3E3F;
}
.BgClassName
{
background-color: #FC3E3F;
}
</style>
border-color css
<style>
span { border-color: #FC3E3F; }
span { border-color: rgb(252,62,63); }
td.TdClassName
{
border-color: #FC3E3F;
}
.TagClassName
{
border-color: #FC3E3F;
}
</style>