Shades of Alizarin #FC3241
Tints of Alizarin #FC3241
RGB
CMYK
RGB Variations
Color information
#FC3241 (or 0xFC3241) is known color: Alizarin. HEX triplet: FC, 32 and 41. RGB value is (252,50,65). Sum of RGB (Red+Green+Blue) = 252+50+65=367 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.66% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3241 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3241 is #03CDBE. Grayscale: #707070. Windows color (decimal): -249279 or 4272892. OLE color: 4272892.
HSL color Cylindrical-coordinate representation of color #FC3241: hue angle of 355.54º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC3241 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 65 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.01 |
| HSL | 355.54º | 0.97% | 0.59% | - |
| HSV(B) | 355.54º | 0.8% | 0.99% | - |
| XYZ | 42.24 | 23.36 | 7.28 | - |
| YUV | 112.11 | 101.42 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 65 | 0 | 0.80 | 0.74 | 0.01 | 355.54 | 0.97 | 0.59 |
| Hex | FC | 32 | 41 | 0 | 50 | 4A | 1 | 164 | 61 | 3B |
| Octal | 374 | 62 | 101 | 0 | 120 | 112 | 1 | 544 | 141 | 73 |
| Binary | 11111100 | 110010 | 1000001 | 0 | 1010000 | 1001010 | 1 | 101100100 | 1100001 | 111011 |
Color Harmonies of #FC3241
Complementary color
Monochromatic Colors of #FC3241
Black with #FC3241
Text Example
Text Example
White with #FC3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3241; }
p { color: rgb(252,50,65); }
H1.HeaderClassName
{
color: #FC3241;
}
.AnyTagClassName
{
color: #FC3241;
}
</style>
background-color css
<style>
a { background-color: #FC3241; }
a { background-color: rgb(252,50,65); }
div.DivClassName
{
background-color: #FC3241;
}
.BgClassName
{
background-color: #FC3241;
}
</style>
border-color css
<style>
span { border-color: #FC3241; }
span { border-color: rgb(252,50,65); }
td.TdClassName
{
border-color: #FC3241;
}
.TagClassName
{
border-color: #FC3241;
}
</style>