Shades of Alizarin #FC323C
Tints of Alizarin #FC323C
RGB
CMYK
RGB Variations
Color information
#FC323C (or 0xFC323C) is known color: Alizarin. HEX triplet: FC, 32 and 3C. RGB value is (252,50,60). Sum of RGB (Red+Green+Blue) = 252+50+60=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 50 (19.92% from 255 or 13.81% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC323C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC323C is #03CDC3. Grayscale: #6F6F6F. Windows color (decimal): -249284 or 3945212. OLE color: 3945212.
HSL color Cylindrical-coordinate representation of color #FC323C: hue angle of 357.03º 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 #FC323C is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 60 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.01 |
| HSL | 357.03º | 0.97% | 0.59% | - |
| HSV(B) | 357.03º | 0.8% | 0.99% | - |
| XYZ | 42.1 | 23.3 | 6.55 | - |
| YUV | 111.54 | 98.92 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 60 | 0 | 0.80 | 0.76 | 0.01 | 357.03 | 0.97 | 0.59 |
| Hex | FC | 32 | 3C | 0 | 50 | 4C | 1 | 165 | 61 | 3B |
| Octal | 374 | 62 | 74 | 0 | 120 | 114 | 1 | 545 | 141 | 73 |
| Binary | 11111100 | 110010 | 111100 | 0 | 1010000 | 1001100 | 1 | 101100101 | 1100001 | 111011 |
Color Harmonies of #FC323C
Complementary color
Monochromatic Colors of #FC323C
Black with #FC323C
Text Example
Text Example
White with #FC323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC323C; }
p { color: rgb(252,50,60); }
H1.HeaderClassName
{
color: #FC323C;
}
.AnyTagClassName
{
color: #FC323C;
}
</style>
background-color css
<style>
a { background-color: #FC323C; }
a { background-color: rgb(252,50,60); }
div.DivClassName
{
background-color: #FC323C;
}
.BgClassName
{
background-color: #FC323C;
}
</style>
border-color css
<style>
span { border-color: #FC323C; }
span { border-color: rgb(252,50,60); }
td.TdClassName
{
border-color: #FC323C;
}
.TagClassName
{
border-color: #FC323C;
}
</style>