Shades of Alizarin #FC273B
Tints of Alizarin #FC273B
RGB
CMYK
RGB Variations
Color information
#FC273B (or 0xFC273B) is known color: Alizarin. HEX triplet: FC, 27 and 3B. RGB value is (252,39,59). Sum of RGB (Red+Green+Blue) = 252+39+59=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC273B is #03D8C4. Grayscale: #696969. Windows color (decimal): -252101 or 3876860. OLE color: 3876860.
HSL color Cylindrical-coordinate representation of color #FC273B: hue angle of 354.37º 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 #FC273B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 59 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.01 |
| HSL | 354.37º | 0.97% | 0.57% | - |
| HSV(B) | 354.37º | 0.85% | 0.99% | - |
| XYZ | 41.66 | 22.46 | 6.28 | - |
| YUV | 104.97 | 102.07 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 59 | 0 | 0.85 | 0.77 | 0.01 | 354.37 | 0.97 | 0.57 |
| Hex | FC | 27 | 3B | 0 | 55 | 4D | 1 | 162 | 61 | 39 |
| Octal | 374 | 47 | 73 | 0 | 125 | 115 | 1 | 542 | 141 | 71 |
| Binary | 11111100 | 100111 | 111011 | 0 | 1010101 | 1001101 | 1 | 101100010 | 1100001 | 111001 |
Color Harmonies of #FC273B
Complementary color
Monochromatic Colors of #FC273B
Black with #FC273B
Text Example
Text Example
White with #FC273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC273B; }
p { color: rgb(252,39,59); }
H1.HeaderClassName
{
color: #FC273B;
}
.AnyTagClassName
{
color: #FC273B;
}
</style>
background-color css
<style>
a { background-color: #FC273B; }
a { background-color: rgb(252,39,59); }
div.DivClassName
{
background-color: #FC273B;
}
.BgClassName
{
background-color: #FC273B;
}
</style>
border-color css
<style>
span { border-color: #FC273B; }
span { border-color: rgb(252,39,59); }
td.TdClassName
{
border-color: #FC273B;
}
.TagClassName
{
border-color: #FC273B;
}
</style>