Shades of Alizarin #FC3441
Tints of Alizarin #FC3441
RGB
CMYK
RGB Variations
Color information
#FC3441 (or 0xFC3441) is known color: Alizarin. HEX triplet: FC, 34 and 41. RGB value is (252,52,65). Sum of RGB (Red+Green+Blue) = 252+52+65=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3441 is #03CBBE. Grayscale: #717171. Windows color (decimal): -248767 or 4273404. OLE color: 4273404.
HSL color Cylindrical-coordinate representation of color #FC3441: hue angle of 356.1º 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 #FC3441 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 52 | 65 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.01 |
| HSL | 356.1º | 0.97% | 0.6% | - |
| HSV(B) | 356.1º | 0.79% | 0.99% | - |
| XYZ | 42.33 | 23.53 | 7.31 | - |
| YUV | 113.28 | 100.76 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 52 | 65 | 0 | 0.79 | 0.74 | 0.01 | 356.1 | 0.97 | 0.6 |
| Hex | FC | 34 | 41 | 0 | 4F | 4A | 1 | 164 | 61 | 3C |
| Octal | 374 | 64 | 101 | 0 | 117 | 112 | 1 | 544 | 141 | 74 |
| Binary | 11111100 | 110100 | 1000001 | 0 | 1001111 | 1001010 | 1 | 101100100 | 1100001 | 111100 |
Color Harmonies of #FC3441
Complementary color
Monochromatic Colors of #FC3441
Black with #FC3441
Text Example
Text Example
White with #FC3441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3441; }
p { color: rgb(252,52,65); }
H1.HeaderClassName
{
color: #FC3441;
}
.AnyTagClassName
{
color: #FC3441;
}
</style>
background-color css
<style>
a { background-color: #FC3441; }
a { background-color: rgb(252,52,65); }
div.DivClassName
{
background-color: #FC3441;
}
.BgClassName
{
background-color: #FC3441;
}
</style>
border-color css
<style>
span { border-color: #FC3441; }
span { border-color: rgb(252,52,65); }
td.TdClassName
{
border-color: #FC3441;
}
.TagClassName
{
border-color: #FC3441;
}
</style>