Shades of Alizarin #FC2E40
Tints of Alizarin #FC2E40
RGB
CMYK
RGB Variations
Color information
#FC2E40 (or 0xFC2E40) is known color: Alizarin. HEX triplet: FC, 2E and 40. RGB value is (252,46,64). Sum of RGB (Red+Green+Blue) = 252+46+64=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2E40 is #03D1BF. Grayscale: #6D6D6D. Windows color (decimal): -250304 or 4206332. OLE color: 4206332.
HSL color Cylindrical-coordinate representation of color #FC2E40: hue angle of 354.76º 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 #FC2E40 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 64 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.01 |
| HSL | 354.76º | 0.97% | 0.58% | - |
| HSV(B) | 354.76º | 0.82% | 0.99% | - |
| XYZ | 42.05 | 23.02 | 7.08 | - |
| YUV | 109.65 | 102.25 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 64 | 0 | 0.82 | 0.75 | 0.01 | 354.76 | 0.97 | 0.58 |
| Hex | FC | 2E | 40 | 0 | 52 | 4B | 1 | 163 | 61 | 3A |
| Octal | 374 | 56 | 100 | 0 | 122 | 113 | 1 | 543 | 141 | 72 |
| Binary | 11111100 | 101110 | 1000000 | 0 | 1010010 | 1001011 | 1 | 101100011 | 1100001 | 111010 |
Color Harmonies of #FC2E40
Complementary color
Monochromatic Colors of #FC2E40
Black with #FC2E40
Text Example
Text Example
White with #FC2E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E40; }
p { color: rgb(252,46,64); }
H1.HeaderClassName
{
color: #FC2E40;
}
.AnyTagClassName
{
color: #FC2E40;
}
</style>
background-color css
<style>
a { background-color: #FC2E40; }
a { background-color: rgb(252,46,64); }
div.DivClassName
{
background-color: #FC2E40;
}
.BgClassName
{
background-color: #FC2E40;
}
</style>
border-color css
<style>
span { border-color: #FC2E40; }
span { border-color: rgb(252,46,64); }
td.TdClassName
{
border-color: #FC2E40;
}
.TagClassName
{
border-color: #FC2E40;
}
</style>