Shades of Alizarin #FC373F
Tints of Alizarin #FC373F
RGB
CMYK
RGB Variations
Color information
#FC373F (or 0xFC373F) is known color: Alizarin. HEX triplet: FC, 37 and 3F. RGB value is (252,55,63). Sum of RGB (Red+Green+Blue) = 252+55+63=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 63 (25% from 255 or 17.03% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC373F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC373F is #03C8C0. Grayscale: #727272. Windows color (decimal): -248001 or 4143100. OLE color: 4143100.
HSL color Cylindrical-coordinate representation of color #FC373F: hue angle of 357.56º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC373F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 63 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.01 |
| HSL | 357.56º | 0.97% | 0.6% | - |
| HSV(B) | 357.56º | 0.78% | 0.99% | - |
| XYZ | 42.41 | 23.79 | 7.06 | - |
| YUV | 114.82 | 98.77 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 63 | 0 | 0.78 | 0.75 | 0.01 | 357.56 | 0.97 | 0.6 |
| Hex | FC | 37 | 3F | 0 | 4E | 4B | 1 | 166 | 61 | 3C |
| Octal | 374 | 67 | 77 | 0 | 116 | 113 | 1 | 546 | 141 | 74 |
| Binary | 11111100 | 110111 | 111111 | 0 | 1001110 | 1001011 | 1 | 101100110 | 1100001 | 111100 |
Color Harmonies of #FC373F
Complementary color
Monochromatic Colors of #FC373F
Black with #FC373F
Text Example
Text Example
White with #FC373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC373F; }
p { color: rgb(252,55,63); }
H1.HeaderClassName
{
color: #FC373F;
}
.AnyTagClassName
{
color: #FC373F;
}
</style>
background-color css
<style>
a { background-color: #FC373F; }
a { background-color: rgb(252,55,63); }
div.DivClassName
{
background-color: #FC373F;
}
.BgClassName
{
background-color: #FC373F;
}
</style>
border-color css
<style>
span { border-color: #FC373F; }
span { border-color: rgb(252,55,63); }
td.TdClassName
{
border-color: #FC373F;
}
.TagClassName
{
border-color: #FC373F;
}
</style>