Shades of Alizarin #FC323D
Tints of Alizarin #FC323D
RGB
CMYK
RGB Variations
Color information
#FC323D (or 0xFC323D) is known color: Alizarin. HEX triplet: FC, 32 and 3D. RGB value is (252,50,61). Sum of RGB (Red+Green+Blue) = 252+50+61=363 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.42% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 252 - color contains mainly: red. Hex color #FC323D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC323D is #03CDC2. Grayscale: #6F6F6F. Windows color (decimal): -249283 or 4010748. OLE color: 4010748.
HSL color Cylindrical-coordinate representation of color #FC323D: hue angle of 356.73º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC323D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 61 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.01 |
| HSL | 356.73º | 0.97% | 0.59% | - |
| HSV(B) | 356.73º | 0.8% | 0.99% | - |
| XYZ | 42.13 | 23.31 | 6.69 | - |
| YUV | 111.65 | 99.42 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 61 | 0 | 0.80 | 0.76 | 0.01 | 356.73 | 0.97 | 0.59 |
| Hex | FC | 32 | 3D | 0 | 50 | 4C | 1 | 165 | 61 | 3B |
| Octal | 374 | 62 | 75 | 0 | 120 | 114 | 1 | 545 | 141 | 73 |
| Binary | 11111100 | 110010 | 111101 | 0 | 1010000 | 1001100 | 1 | 101100101 | 1100001 | 111011 |
Color Harmonies of #FC323D
Complementary color
Monochromatic Colors of #FC323D
Black with #FC323D
Text Example
Text Example
White with #FC323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC323D; }
p { color: rgb(252,50,61); }
H1.HeaderClassName
{
color: #FC323D;
}
.AnyTagClassName
{
color: #FC323D;
}
</style>
background-color css
<style>
a { background-color: #FC323D; }
a { background-color: rgb(252,50,61); }
div.DivClassName
{
background-color: #FC323D;
}
.BgClassName
{
background-color: #FC323D;
}
</style>
border-color css
<style>
span { border-color: #FC323D; }
span { border-color: rgb(252,50,61); }
td.TdClassName
{
border-color: #FC323D;
}
.TagClassName
{
border-color: #FC323D;
}
</style>