Shades of Alizarin #FC2D3B
Tints of Alizarin #FC2D3B
RGB
CMYK
RGB Variations
Color information
#FC2D3B (or 0xFC2D3B) is known color: Alizarin. HEX triplet: FC, 2D and 3B. RGB value is (252,45,59). Sum of RGB (Red+Green+Blue) = 252+45+59=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 45 (17.97% from 255 or 12.64% from 356); Blue value is 59 (23.44% from 255 or 16.57% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D3B is #03D2C4. Grayscale: #6C6C6C. Windows color (decimal): -250565 or 3878396. OLE color: 3878396.
HSL color Cylindrical-coordinate representation of color #FC2D3B: hue angle of 355.94º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2D3B is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 59 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.01 |
| HSL | 355.94º | 0.97% | 0.58% | - |
| HSV(B) | 355.94º | 0.82% | 0.99% | - |
| XYZ | 41.87 | 22.89 | 6.35 | - |
| YUV | 108.49 | 100.08 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 59 | 0 | 0.82 | 0.77 | 0.01 | 355.94 | 0.97 | 0.58 |
| Hex | FC | 2D | 3B | 0 | 52 | 4D | 1 | 164 | 61 | 3A |
| Octal | 374 | 55 | 73 | 0 | 122 | 115 | 1 | 544 | 141 | 72 |
| Binary | 11111100 | 101101 | 111011 | 0 | 1010010 | 1001101 | 1 | 101100100 | 1100001 | 111010 |
Color Harmonies of #FC2D3B
Complementary color
Monochromatic Colors of #FC2D3B
Black with #FC2D3B
Text Example
Text Example
White with #FC2D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D3B; }
p { color: rgb(252,45,59); }
H1.HeaderClassName
{
color: #FC2D3B;
}
.AnyTagClassName
{
color: #FC2D3B;
}
</style>
background-color css
<style>
a { background-color: #FC2D3B; }
a { background-color: rgb(252,45,59); }
div.DivClassName
{
background-color: #FC2D3B;
}
.BgClassName
{
background-color: #FC2D3B;
}
</style>
border-color css
<style>
span { border-color: #FC2D3B; }
span { border-color: rgb(252,45,59); }
td.TdClassName
{
border-color: #FC2D3B;
}
.TagClassName
{
border-color: #FC2D3B;
}
</style>