Shades of Alizarin #FC2841
Tints of Alizarin #FC2841
RGB
CMYK
RGB Variations
Color information
#FC2841 (or 0xFC2841) is known color: Alizarin. HEX triplet: FC, 28 and 41. RGB value is (252,40,65). Sum of RGB (Red+Green+Blue) = 252+40+65=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2841 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2841 is #03D7BE. Grayscale: #6A6A6A. Windows color (decimal): -251839 or 4270332. OLE color: 4270332.
HSL color Cylindrical-coordinate representation of color #FC2841: hue angle of 352.92º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC2841 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 65 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.01 |
| HSL | 352.92º | 0.97% | 0.57% | - |
| HSV(B) | 352.92º | 0.84% | 0.99% | - |
| XYZ | 41.86 | 22.59 | 7.16 | - |
| YUV | 106.24 | 104.74 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 65 | 0 | 0.84 | 0.74 | 0.01 | 352.92 | 0.97 | 0.57 |
| Hex | FC | 28 | 41 | 0 | 54 | 4A | 1 | 161 | 61 | 39 |
| Octal | 374 | 50 | 101 | 0 | 124 | 112 | 1 | 541 | 141 | 71 |
| Binary | 11111100 | 101000 | 1000001 | 0 | 1010100 | 1001010 | 1 | 101100001 | 1100001 | 111001 |
Color Harmonies of #FC2841
Complementary color
Monochromatic Colors of #FC2841
Black with #FC2841
Text Example
Text Example
White with #FC2841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2841; }
p { color: rgb(252,40,65); }
H1.HeaderClassName
{
color: #FC2841;
}
.AnyTagClassName
{
color: #FC2841;
}
</style>
background-color css
<style>
a { background-color: #FC2841; }
a { background-color: rgb(252,40,65); }
div.DivClassName
{
background-color: #FC2841;
}
.BgClassName
{
background-color: #FC2841;
}
</style>
border-color css
<style>
span { border-color: #FC2841; }
span { border-color: rgb(252,40,65); }
td.TdClassName
{
border-color: #FC2841;
}
.TagClassName
{
border-color: #FC2841;
}
</style>