Shades of Alizarin #FC273A
Tints of Alizarin #FC273A
RGB
CMYK
RGB Variations
Color information
#FC273A (or 0xFC273A) is known color: Alizarin. HEX triplet: FC, 27 and 3A. RGB value is (252,39,58). Sum of RGB (Red+Green+Blue) = 252+39+58=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC273A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC273A is #03D8C5. Grayscale: #686868. Windows color (decimal): -252102 or 3811324. OLE color: 3811324.
HSL color Cylindrical-coordinate representation of color #FC273A: hue angle of 354.65º 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 #FC273A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 58 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.01 |
| HSL | 354.65º | 0.97% | 0.57% | - |
| HSV(B) | 354.65º | 0.85% | 0.99% | - |
| XYZ | 41.63 | 22.45 | 6.14 | - |
| YUV | 104.85 | 101.57 | 232.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 58 | 0 | 0.85 | 0.77 | 0.01 | 354.65 | 0.97 | 0.57 |
| Hex | FC | 27 | 3A | 0 | 55 | 4D | 1 | 163 | 61 | 39 |
| Octal | 374 | 47 | 72 | 0 | 125 | 115 | 1 | 543 | 141 | 71 |
| Binary | 11111100 | 100111 | 111010 | 0 | 1010101 | 1001101 | 1 | 101100011 | 1100001 | 111001 |
Color Harmonies of #FC273A
Complementary color
Monochromatic Colors of #FC273A
Black with #FC273A
Text Example
Text Example
White with #FC273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC273A; }
p { color: rgb(252,39,58); }
H1.HeaderClassName
{
color: #FC273A;
}
.AnyTagClassName
{
color: #FC273A;
}
</style>
background-color css
<style>
a { background-color: #FC273A; }
a { background-color: rgb(252,39,58); }
div.DivClassName
{
background-color: #FC273A;
}
.BgClassName
{
background-color: #FC273A;
}
</style>
border-color css
<style>
span { border-color: #FC273A; }
span { border-color: rgb(252,39,58); }
td.TdClassName
{
border-color: #FC273A;
}
.TagClassName
{
border-color: #FC273A;
}
</style>