Shades of Alizarin #FC2D33
Tints of Alizarin #FC2D33
RGB
CMYK
RGB Variations
Color information
#FC2D33 (or 0xFC2D33) is known color: Alizarin. HEX triplet: FC, 2D and 33. RGB value is (252,45,51). Sum of RGB (Red+Green+Blue) = 252+45+51=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 45 (17.97% from 255 or 12.93% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D33 is #03D2CC. Grayscale: #6B6B6B. Windows color (decimal): -250573 or 3354108. OLE color: 3354108.
HSL color Cylindrical-coordinate representation of color #FC2D33: hue angle of 358.26º 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 #FC2D33 is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 51 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.01 |
| HSL | 358.26º | 0.97% | 0.58% | - |
| HSV(B) | 358.26º | 0.82% | 0.99% | - |
| XYZ | 41.68 | 22.81 | 5.34 | - |
| YUV | 107.58 | 96.08 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 51 | 0 | 0.82 | 0.80 | 0.01 | 358.26 | 0.97 | 0.58 |
| Hex | FC | 2D | 33 | 0 | 52 | 50 | 1 | 166 | 61 | 3A |
| Octal | 374 | 55 | 63 | 0 | 122 | 120 | 1 | 546 | 141 | 72 |
| Binary | 11111100 | 101101 | 110011 | 0 | 1010010 | 1010000 | 1 | 101100110 | 1100001 | 111010 |
Color Harmonies of #FC2D33
Complementary color
Monochromatic Colors of #FC2D33
Black with #FC2D33
Text Example
Text Example
White with #FC2D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D33; }
p { color: rgb(252,45,51); }
H1.HeaderClassName
{
color: #FC2D33;
}
.AnyTagClassName
{
color: #FC2D33;
}
</style>
background-color css
<style>
a { background-color: #FC2D33; }
a { background-color: rgb(252,45,51); }
div.DivClassName
{
background-color: #FC2D33;
}
.BgClassName
{
background-color: #FC2D33;
}
</style>
border-color css
<style>
span { border-color: #FC2D33; }
span { border-color: rgb(252,45,51); }
td.TdClassName
{
border-color: #FC2D33;
}
.TagClassName
{
border-color: #FC2D33;
}
</style>