Shades of Alizarin #FC343F
Tints of Alizarin #FC343F
RGB
CMYK
RGB Variations
Color information
#FC343F (or 0xFC343F) is known color: Alizarin. HEX triplet: FC, 34 and 3F. RGB value is (252,52,63). Sum of RGB (Red+Green+Blue) = 252+52+63=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC343F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC343F is #03CBC0. Grayscale: #717171. Windows color (decimal): -248769 or 4142332. OLE color: 4142332.
HSL color Cylindrical-coordinate representation of color #FC343F: hue angle of 356.7º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC343F is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 63 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.01 |
| HSL | 356.7º | 0.97% | 0.6% | - |
| HSV(B) | 356.7º | 0.79% | 0.99% | - |
| XYZ | 42.27 | 23.51 | 7.01 | - |
| YUV | 113.05 | 99.76 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 63 | 0 | 0.79 | 0.75 | 0.01 | 356.7 | 0.97 | 0.6 |
| Hex | FC | 34 | 3F | 0 | 4F | 4B | 1 | 165 | 61 | 3C |
| Octal | 374 | 64 | 77 | 0 | 117 | 113 | 1 | 545 | 141 | 74 |
| Binary | 11111100 | 110100 | 111111 | 0 | 1001111 | 1001011 | 1 | 101100101 | 1100001 | 111100 |
Color Harmonies of #FC343F
Complementary color
Monochromatic Colors of #FC343F
Black with #FC343F
Text Example
Text Example
White with #FC343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC343F; }
p { color: rgb(252,52,63); }
H1.HeaderClassName
{
color: #FC343F;
}
.AnyTagClassName
{
color: #FC343F;
}
</style>
background-color css
<style>
a { background-color: #FC343F; }
a { background-color: rgb(252,52,63); }
div.DivClassName
{
background-color: #FC343F;
}
.BgClassName
{
background-color: #FC343F;
}
</style>
border-color css
<style>
span { border-color: #FC343F; }
span { border-color: rgb(252,52,63); }
td.TdClassName
{
border-color: #FC343F;
}
.TagClassName
{
border-color: #FC343F;
}
</style>