Shades of Alizarin #FC2E41
Tints of Alizarin #FC2E41
RGB
CMYK
RGB Variations
Color information
#FC2E41 (or 0xFC2E41) is known color: Alizarin. HEX triplet: FC, 2E and 41. RGB value is (252,46,65). Sum of RGB (Red+Green+Blue) = 252+46+65=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2E41 is #03D1BE. Grayscale: #6D6D6D. Windows color (decimal): -250303 or 4271868. OLE color: 4271868.
HSL color Cylindrical-coordinate representation of color #FC2E41: hue angle of 354.47º 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 #FC2E41 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 65 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.01 |
| HSL | 354.47º | 0.97% | 0.58% | - |
| HSV(B) | 354.47º | 0.82% | 0.99% | - |
| XYZ | 42.08 | 23.03 | 7.23 | - |
| YUV | 109.76 | 102.75 | 229.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 65 | 0 | 0.82 | 0.74 | 0.01 | 354.47 | 0.97 | 0.58 |
| Hex | FC | 2E | 41 | 0 | 52 | 4A | 1 | 162 | 61 | 3A |
| Octal | 374 | 56 | 101 | 0 | 122 | 112 | 1 | 542 | 141 | 72 |
| Binary | 11111100 | 101110 | 1000001 | 0 | 1010010 | 1001010 | 1 | 101100010 | 1100001 | 111010 |
Color Harmonies of #FC2E41
Complementary color
Monochromatic Colors of #FC2E41
Black with #FC2E41
Text Example
Text Example
White with #FC2E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E41; }
p { color: rgb(252,46,65); }
H1.HeaderClassName
{
color: #FC2E41;
}
.AnyTagClassName
{
color: #FC2E41;
}
</style>
background-color css
<style>
a { background-color: #FC2E41; }
a { background-color: rgb(252,46,65); }
div.DivClassName
{
background-color: #FC2E41;
}
.BgClassName
{
background-color: #FC2E41;
}
</style>
border-color css
<style>
span { border-color: #FC2E41; }
span { border-color: rgb(252,46,65); }
td.TdClassName
{
border-color: #FC2E41;
}
.TagClassName
{
border-color: #FC2E41;
}
</style>