Shades of Alizarin #FC2E30
Tints of Alizarin #FC2E30
RGB
CMYK
RGB Variations
Color information
#FC2E30 (or 0xFC2E30) is known color: Alizarin. HEX triplet: FC, 2E and 30. RGB value is (252,46,48). Sum of RGB (Red+Green+Blue) = 252+46+48=346 (45% of max value = 765). Red value is 252 (98.83% from 255 or 72.83% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2E30 is #03D1CF. Grayscale: #6C6C6C. Windows color (decimal): -250320 or 3157756. OLE color: 3157756.
HSL color Cylindrical-coordinate representation of color #FC2E30: hue angle of 359.42º 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 #FC2E30 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 48 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.01 |
| HSL | 359.42º | 0.97% | 0.58% | - |
| HSV(B) | 359.42º | 0.82% | 0.99% | - |
| XYZ | 41.66 | 22.86 | 5.01 | - |
| YUV | 107.82 | 94.25 | 230.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 48 | 0 | 0.82 | 0.81 | 0.01 | 359.42 | 0.97 | 0.58 |
| Hex | FC | 2E | 30 | 0 | 52 | 51 | 1 | 167 | 61 | 3A |
| Octal | 374 | 56 | 60 | 0 | 122 | 121 | 1 | 547 | 141 | 72 |
| Binary | 11111100 | 101110 | 110000 | 0 | 1010010 | 1010001 | 1 | 101100111 | 1100001 | 111010 |
Color Harmonies of #FC2E30
Complementary color
Monochromatic Colors of #FC2E30
Black with #FC2E30
Text Example
Text Example
White with #FC2E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E30; }
p { color: rgb(252,46,48); }
H1.HeaderClassName
{
color: #FC2E30;
}
.AnyTagClassName
{
color: #FC2E30;
}
</style>
background-color css
<style>
a { background-color: #FC2E30; }
a { background-color: rgb(252,46,48); }
div.DivClassName
{
background-color: #FC2E30;
}
.BgClassName
{
background-color: #FC2E30;
}
</style>
border-color css
<style>
span { border-color: #FC2E30; }
span { border-color: rgb(252,46,48); }
td.TdClassName
{
border-color: #FC2E30;
}
.TagClassName
{
border-color: #FC2E30;
}
</style>