Shades of Alizarin #FC303B
Tints of Alizarin #FC303B
RGB
CMYK
RGB Variations
Color information
#FC303B (or 0xFC303B) is known color: Alizarin. HEX triplet: FC, 30 and 3B. RGB value is (252,48,59). Sum of RGB (Red+Green+Blue) = 252+48+59=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC303B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC303B is #03CFC4. Grayscale: #6E6E6E. Windows color (decimal): -249797 or 3879164. OLE color: 3879164.
HSL color Cylindrical-coordinate representation of color #FC303B: hue angle of 356.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC303B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 59 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.01 |
| HSL | 356.76º | 0.97% | 0.59% | - |
| HSV(B) | 356.76º | 0.81% | 0.99% | - |
| XYZ | 41.99 | 23.13 | 6.39 | - |
| YUV | 110.25 | 99.09 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 59 | 0 | 0.81 | 0.77 | 0.01 | 356.76 | 0.97 | 0.59 |
| Hex | FC | 30 | 3B | 0 | 51 | 4D | 1 | 165 | 61 | 3B |
| Octal | 374 | 60 | 73 | 0 | 121 | 115 | 1 | 545 | 141 | 73 |
| Binary | 11111100 | 110000 | 111011 | 0 | 1010001 | 1001101 | 1 | 101100101 | 1100001 | 111011 |
Color Harmonies of #FC303B
Complementary color
Monochromatic Colors of #FC303B
Black with #FC303B
Text Example
Text Example
White with #FC303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC303B; }
p { color: rgb(252,48,59); }
H1.HeaderClassName
{
color: #FC303B;
}
.AnyTagClassName
{
color: #FC303B;
}
</style>
background-color css
<style>
a { background-color: #FC303B; }
a { background-color: rgb(252,48,59); }
div.DivClassName
{
background-color: #FC303B;
}
.BgClassName
{
background-color: #FC303B;
}
</style>
border-color css
<style>
span { border-color: #FC303B; }
span { border-color: rgb(252,48,59); }
td.TdClassName
{
border-color: #FC303B;
}
.TagClassName
{
border-color: #FC303B;
}
</style>