Shades of Alizarin #FC2D3D
Tints of Alizarin #FC2D3D
RGB
CMYK
RGB Variations
Color information
#FC2D3D (or 0xFC2D3D) is known color: Alizarin. HEX triplet: FC, 2D and 3D. RGB value is (252,45,61). Sum of RGB (Red+Green+Blue) = 252+45+61=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D3D is #03D2C2. Grayscale: #6C6C6C. Windows color (decimal): -250563 or 4009468. OLE color: 4009468.
HSL color Cylindrical-coordinate representation of color #FC2D3D: hue angle of 355.36º 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 #FC2D3D is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 61 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.01 |
| HSL | 355.36º | 0.97% | 0.58% | - |
| HSV(B) | 355.36º | 0.82% | 0.99% | - |
| XYZ | 41.93 | 22.91 | 6.63 | - |
| YUV | 108.72 | 101.08 | 230.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 61 | 0 | 0.82 | 0.76 | 0.01 | 355.36 | 0.97 | 0.58 |
| Hex | FC | 2D | 3D | 0 | 52 | 4C | 1 | 163 | 61 | 3A |
| Octal | 374 | 55 | 75 | 0 | 122 | 114 | 1 | 543 | 141 | 72 |
| Binary | 11111100 | 101101 | 111101 | 0 | 1010010 | 1001100 | 1 | 101100011 | 1100001 | 111010 |
Color Harmonies of #FC2D3D
Complementary color
Monochromatic Colors of #FC2D3D
Black with #FC2D3D
Text Example
Text Example
White with #FC2D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D3D; }
p { color: rgb(252,45,61); }
H1.HeaderClassName
{
color: #FC2D3D;
}
.AnyTagClassName
{
color: #FC2D3D;
}
</style>
background-color css
<style>
a { background-color: #FC2D3D; }
a { background-color: rgb(252,45,61); }
div.DivClassName
{
background-color: #FC2D3D;
}
.BgClassName
{
background-color: #FC2D3D;
}
</style>
border-color css
<style>
span { border-color: #FC2D3D; }
span { border-color: rgb(252,45,61); }
td.TdClassName
{
border-color: #FC2D3D;
}
.TagClassName
{
border-color: #FC2D3D;
}
</style>