Shades of Alizarin #FC2D34
Tints of Alizarin #FC2D34
RGB
CMYK
RGB Variations
Color information
#FC2D34 (or 0xFC2D34) is known color: Alizarin. HEX triplet: FC, 2D and 34. RGB value is (252,45,52). Sum of RGB (Red+Green+Blue) = 252+45+52=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D34 is #03D2CB. Grayscale: #6B6B6B. Windows color (decimal): -250572 or 3419644. OLE color: 3419644.
HSL color Cylindrical-coordinate representation of color #FC2D34: hue angle of 357.97º 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 #FC2D34 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 52 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.01 |
| HSL | 357.97º | 0.97% | 0.58% | - |
| HSV(B) | 357.97º | 0.82% | 0.99% | - |
| XYZ | 41.7 | 22.82 | 5.46 | - |
| YUV | 107.69 | 96.58 | 230.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 52 | 0 | 0.82 | 0.79 | 0.01 | 357.97 | 0.97 | 0.58 |
| Hex | FC | 2D | 34 | 0 | 52 | 4F | 1 | 166 | 61 | 3A |
| Octal | 374 | 55 | 64 | 0 | 122 | 117 | 1 | 546 | 141 | 72 |
| Binary | 11111100 | 101101 | 110100 | 0 | 1010010 | 1001111 | 1 | 101100110 | 1100001 | 111010 |
Color Harmonies of #FC2D34
Complementary color
Monochromatic Colors of #FC2D34
Black with #FC2D34
Text Example
Text Example
White with #FC2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D34; }
p { color: rgb(252,45,52); }
H1.HeaderClassName
{
color: #FC2D34;
}
.AnyTagClassName
{
color: #FC2D34;
}
</style>
background-color css
<style>
a { background-color: #FC2D34; }
a { background-color: rgb(252,45,52); }
div.DivClassName
{
background-color: #FC2D34;
}
.BgClassName
{
background-color: #FC2D34;
}
</style>
border-color css
<style>
span { border-color: #FC2D34; }
span { border-color: rgb(252,45,52); }
td.TdClassName
{
border-color: #FC2D34;
}
.TagClassName
{
border-color: #FC2D34;
}
</style>