Shades of Alizarin #FC2730
Tints of Alizarin #FC2730
RGB
CMYK
RGB Variations
Color information
#FC2730 (or 0xFC2730) is known color: Alizarin. HEX triplet: FC, 27 and 30. RGB value is (252,39,48). Sum of RGB (Red+Green+Blue) = 252+39+48=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2730 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2730 is #03D8CF. Grayscale: #676767. Windows color (decimal): -252112 or 3155964. OLE color: 3155964.
HSL color Cylindrical-coordinate representation of color #FC2730: hue angle of 357.46º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2730 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 48 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.01 |
| HSL | 357.46º | 0.97% | 0.57% | - |
| HSV(B) | 357.46º | 0.85% | 0.99% | - |
| XYZ | 41.4 | 22.36 | 4.93 | - |
| YUV | 103.71 | 96.57 | 233.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 48 | 0 | 0.85 | 0.81 | 0.01 | 357.46 | 0.97 | 0.57 |
| Hex | FC | 27 | 30 | 0 | 55 | 51 | 1 | 165 | 61 | 39 |
| Octal | 374 | 47 | 60 | 0 | 125 | 121 | 1 | 545 | 141 | 71 |
| Binary | 11111100 | 100111 | 110000 | 0 | 1010101 | 1010001 | 1 | 101100101 | 1100001 | 111001 |
Color Harmonies of #FC2730
Complementary color
Monochromatic Colors of #FC2730
Black with #FC2730
Text Example
Text Example
White with #FC2730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2730; }
p { color: rgb(252,39,48); }
H1.HeaderClassName
{
color: #FC2730;
}
.AnyTagClassName
{
color: #FC2730;
}
</style>
background-color css
<style>
a { background-color: #FC2730; }
a { background-color: rgb(252,39,48); }
div.DivClassName
{
background-color: #FC2730;
}
.BgClassName
{
background-color: #FC2730;
}
</style>
border-color css
<style>
span { border-color: #FC2730; }
span { border-color: rgb(252,39,48); }
td.TdClassName
{
border-color: #FC2730;
}
.TagClassName
{
border-color: #FC2730;
}
</style>