Shades of Alizarin #FC283A
Tints of Alizarin #FC283A
RGB
CMYK
RGB Variations
Color information
#FC283A (or 0xFC283A) is known color: Alizarin. HEX triplet: FC, 28 and 3A. RGB value is (252,40,58). Sum of RGB (Red+Green+Blue) = 252+40+58=350 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 252 - color contains mainly: red. Hex color #FC283A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC283A is #03D7C5. Grayscale: #696969. Windows color (decimal): -251846 or 3811580. OLE color: 3811580.
HSL color Cylindrical-coordinate representation of color #FC283A: hue angle of 354.91º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC283A is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 58 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.01 |
| HSL | 354.91º | 0.97% | 0.57% | - |
| HSV(B) | 354.91º | 0.84% | 0.99% | - |
| XYZ | 41.67 | 22.52 | 6.15 | - |
| YUV | 105.44 | 101.24 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 58 | 0 | 0.84 | 0.77 | 0.01 | 354.91 | 0.97 | 0.57 |
| Hex | FC | 28 | 3A | 0 | 54 | 4D | 1 | 163 | 61 | 39 |
| Octal | 374 | 50 | 72 | 0 | 124 | 115 | 1 | 543 | 141 | 71 |
| Binary | 11111100 | 101000 | 111010 | 0 | 1010100 | 1001101 | 1 | 101100011 | 1100001 | 111001 |
Color Harmonies of #FC283A
Complementary color
Monochromatic Colors of #FC283A
Black with #FC283A
Text Example
Text Example
White with #FC283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC283A; }
p { color: rgb(252,40,58); }
H1.HeaderClassName
{
color: #FC283A;
}
.AnyTagClassName
{
color: #FC283A;
}
</style>
background-color css
<style>
a { background-color: #FC283A; }
a { background-color: rgb(252,40,58); }
div.DivClassName
{
background-color: #FC283A;
}
.BgClassName
{
background-color: #FC283A;
}
</style>
border-color css
<style>
span { border-color: #FC283A; }
span { border-color: rgb(252,40,58); }
td.TdClassName
{
border-color: #FC283A;
}
.TagClassName
{
border-color: #FC283A;
}
</style>