Shades of Alizarin #FC272B
Tints of Alizarin #FC272B
RGB
CMYK
RGB Variations
Color information
#FC272B (or 0xFC272B) is known color: Alizarin. HEX triplet: FC, 27 and 2B. RGB value is (252,39,43). Sum of RGB (Red+Green+Blue) = 252+39+43=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC272B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC272B is #03D8D4. Grayscale: #676767. Windows color (decimal): -252117 or 2828284. OLE color: 2828284.
HSL color Cylindrical-coordinate representation of color #FC272B: hue angle of 358.87º 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 #FC272B is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 43 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.01 |
| HSL | 358.87º | 0.97% | 0.57% | - |
| HSV(B) | 358.87º | 0.85% | 0.99% | - |
| XYZ | 41.31 | 22.32 | 4.42 | - |
| YUV | 103.14 | 94.07 | 234.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 43 | 0 | 0.85 | 0.83 | 0.01 | 358.87 | 0.97 | 0.57 |
| Hex | FC | 27 | 2B | 0 | 55 | 53 | 1 | 167 | 61 | 39 |
| Octal | 374 | 47 | 53 | 0 | 125 | 123 | 1 | 547 | 141 | 71 |
| Binary | 11111100 | 100111 | 101011 | 0 | 1010101 | 1010011 | 1 | 101100111 | 1100001 | 111001 |
Color Harmonies of #FC272B
Complementary color
Monochromatic Colors of #FC272B
Black with #FC272B
Text Example
Text Example
White with #FC272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC272B; }
p { color: rgb(252,39,43); }
H1.HeaderClassName
{
color: #FC272B;
}
.AnyTagClassName
{
color: #FC272B;
}
</style>
background-color css
<style>
a { background-color: #FC272B; }
a { background-color: rgb(252,39,43); }
div.DivClassName
{
background-color: #FC272B;
}
.BgClassName
{
background-color: #FC272B;
}
</style>
border-color css
<style>
span { border-color: #FC272B; }
span { border-color: rgb(252,39,43); }
td.TdClassName
{
border-color: #FC272B;
}
.TagClassName
{
border-color: #FC272B;
}
</style>