Shades of Alizarin #FC292F
Tints of Alizarin #FC292F
RGB
CMYK
RGB Variations
Color information
#FC292F (or 0xFC292F) is known color: Alizarin. HEX triplet: FC, 29 and 2F. RGB value is (252,41,47). Sum of RGB (Red+Green+Blue) = 252+41+47=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 41 (16.41% from 255 or 12.06% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC292F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC292F is #03D6D0. Grayscale: #686868. Windows color (decimal): -251601 or 3090940. OLE color: 3090940.
HSL color Cylindrical-coordinate representation of color #FC292F: hue angle of 358.29º 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 #FC292F is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 47 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.01 |
| HSL | 358.29º | 0.97% | 0.57% | - |
| HSV(B) | 358.29º | 0.84% | 0.99% | - |
| XYZ | 41.45 | 22.49 | 4.84 | - |
| YUV | 104.77 | 95.4 | 233.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 47 | 0 | 0.84 | 0.81 | 0.01 | 358.29 | 0.97 | 0.57 |
| Hex | FC | 29 | 2F | 0 | 54 | 51 | 1 | 166 | 61 | 39 |
| Octal | 374 | 51 | 57 | 0 | 124 | 121 | 1 | 546 | 141 | 71 |
| Binary | 11111100 | 101001 | 101111 | 0 | 1010100 | 1010001 | 1 | 101100110 | 1100001 | 111001 |
Color Harmonies of #FC292F
Complementary color
Monochromatic Colors of #FC292F
Black with #FC292F
Text Example
Text Example
White with #FC292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC292F; }
p { color: rgb(252,41,47); }
H1.HeaderClassName
{
color: #FC292F;
}
.AnyTagClassName
{
color: #FC292F;
}
</style>
background-color css
<style>
a { background-color: #FC292F; }
a { background-color: rgb(252,41,47); }
div.DivClassName
{
background-color: #FC292F;
}
.BgClassName
{
background-color: #FC292F;
}
</style>
border-color css
<style>
span { border-color: #FC292F; }
span { border-color: rgb(252,41,47); }
td.TdClassName
{
border-color: #FC292F;
}
.TagClassName
{
border-color: #FC292F;
}
</style>