Shades of Alizarin #FC2D31
Tints of Alizarin #FC2D31
RGB
CMYK
RGB Variations
Color information
#FC2D31 (or 0xFC2D31) is known color: Alizarin. HEX triplet: FC, 2D and 31. RGB value is (252,45,49). Sum of RGB (Red+Green+Blue) = 252+45+49=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D31 is #03D2CE. Grayscale: #6B6B6B. Windows color (decimal): -250575 or 3223036. OLE color: 3223036.
HSL color Cylindrical-coordinate representation of color #FC2D31: hue angle of 358.84º 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 #FC2D31 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 49 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.01 |
| HSL | 358.84º | 0.97% | 0.58% | - |
| HSV(B) | 358.84º | 0.82% | 0.99% | - |
| XYZ | 41.64 | 22.79 | 5.11 | - |
| YUV | 107.35 | 95.08 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 49 | 0 | 0.82 | 0.81 | 0.01 | 358.84 | 0.97 | 0.58 |
| Hex | FC | 2D | 31 | 0 | 52 | 51 | 1 | 167 | 61 | 3A |
| Octal | 374 | 55 | 61 | 0 | 122 | 121 | 1 | 547 | 141 | 72 |
| Binary | 11111100 | 101101 | 110001 | 0 | 1010010 | 1010001 | 1 | 101100111 | 1100001 | 111010 |
Color Harmonies of #FC2D31
Complementary color
Monochromatic Colors of #FC2D31
Black with #FC2D31
Text Example
Text Example
White with #FC2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D31; }
p { color: rgb(252,45,49); }
H1.HeaderClassName
{
color: #FC2D31;
}
.AnyTagClassName
{
color: #FC2D31;
}
</style>
background-color css
<style>
a { background-color: #FC2D31; }
a { background-color: rgb(252,45,49); }
div.DivClassName
{
background-color: #FC2D31;
}
.BgClassName
{
background-color: #FC2D31;
}
</style>
border-color css
<style>
span { border-color: #FC2D31; }
span { border-color: rgb(252,45,49); }
td.TdClassName
{
border-color: #FC2D31;
}
.TagClassName
{
border-color: #FC2D31;
}
</style>