Shades of Alizarin #FC272A
Tints of Alizarin #FC272A
RGB
CMYK
RGB Variations
Color information
#FC272A (or 0xFC272A) is known color: Alizarin. HEX triplet: FC, 27 and 2A. RGB value is (252,39,42). Sum of RGB (Red+Green+Blue) = 252+39+42=333 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.68% from 333); Green value is 39 (15.62% from 255 or 11.71% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 252 - color contains mainly: red. Hex color #FC272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC272A is #03D8D5. Grayscale: #676767. Windows color (decimal): -252118 or 2762748. OLE color: 2762748.
HSL color Cylindrical-coordinate representation of color #FC272A: hue angle of 359.15º 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 #FC272A is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 42 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.01 |
| HSL | 359.15º | 0.97% | 0.57% | - |
| HSV(B) | 359.15º | 0.85% | 0.99% | - |
| XYZ | 41.29 | 22.31 | 4.32 | - |
| YUV | 103.03 | 93.57 | 234.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 42 | 0 | 0.85 | 0.83 | 0.01 | 359.15 | 0.97 | 0.57 |
| Hex | FC | 27 | 2A | 0 | 55 | 53 | 1 | 167 | 61 | 39 |
| Octal | 374 | 47 | 52 | 0 | 125 | 123 | 1 | 547 | 141 | 71 |
| Binary | 11111100 | 100111 | 101010 | 0 | 1010101 | 1010011 | 1 | 101100111 | 1100001 | 111001 |
Color Harmonies of #FC272A
Complementary color
Monochromatic Colors of #FC272A
Black with #FC272A
Text Example
Text Example
White with #FC272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC272A; }
p { color: rgb(252,39,42); }
H1.HeaderClassName
{
color: #FC272A;
}
.AnyTagClassName
{
color: #FC272A;
}
</style>
background-color css
<style>
a { background-color: #FC272A; }
a { background-color: rgb(252,39,42); }
div.DivClassName
{
background-color: #FC272A;
}
.BgClassName
{
background-color: #FC272A;
}
</style>
border-color css
<style>
span { border-color: #FC272A; }
span { border-color: rgb(252,39,42); }
td.TdClassName
{
border-color: #FC272A;
}
.TagClassName
{
border-color: #FC272A;
}
</style>