Shades of Alizarin #FC3540
Tints of Alizarin #FC3540
RGB
CMYK
RGB Variations
Color information
#FC3540 (or 0xFC3540) is known color: Alizarin. HEX triplet: FC, 35 and 40. RGB value is (252,53,64). Sum of RGB (Red+Green+Blue) = 252+53+64=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3540 is #03CABF. Grayscale: #717171. Windows color (decimal): -248512 or 4208124. OLE color: 4208124.
HSL color Cylindrical-coordinate representation of color #FC3540: hue angle of 356.68º 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 #FC3540 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 64 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.01 |
| HSL | 356.68º | 0.97% | 0.6% | - |
| HSV(B) | 356.68º | 0.79% | 0.99% | - |
| XYZ | 42.34 | 23.61 | 7.18 | - |
| YUV | 113.76 | 99.93 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 64 | 0 | 0.79 | 0.75 | 0.01 | 356.68 | 0.97 | 0.6 |
| Hex | FC | 35 | 40 | 0 | 4F | 4B | 1 | 165 | 61 | 3C |
| Octal | 374 | 65 | 100 | 0 | 117 | 113 | 1 | 545 | 141 | 74 |
| Binary | 11111100 | 110101 | 1000000 | 0 | 1001111 | 1001011 | 1 | 101100101 | 1100001 | 111100 |
Color Harmonies of #FC3540
Complementary color
Monochromatic Colors of #FC3540
Black with #FC3540
Text Example
Text Example
White with #FC3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3540; }
p { color: rgb(252,53,64); }
H1.HeaderClassName
{
color: #FC3540;
}
.AnyTagClassName
{
color: #FC3540;
}
</style>
background-color css
<style>
a { background-color: #FC3540; }
a { background-color: rgb(252,53,64); }
div.DivClassName
{
background-color: #FC3540;
}
.BgClassName
{
background-color: #FC3540;
}
</style>
border-color css
<style>
span { border-color: #FC3540; }
span { border-color: rgb(252,53,64); }
td.TdClassName
{
border-color: #FC3540;
}
.TagClassName
{
border-color: #FC3540;
}
</style>