Shades of Radical Red #FC324D
Tints of Radical Red #FC324D
RGB
CMYK
RGB Variations
Color information
#FC324D (or 0xFC324D) is known color: Radical Red. HEX triplet: FC, 32 and 4D. RGB value is (252,50,77). Sum of RGB (Red+Green+Blue) = 252+50+77=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC324D is #03CDB2. Grayscale: #717171. Windows color (decimal): -249267 or 5059324. OLE color: 5059324.
HSL color Cylindrical-coordinate representation of color #FC324D: hue angle of 351.98º 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 #FC324D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 77 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.01 |
| HSL | 351.98º | 0.97% | 0.59% | - |
| HSV(B) | 351.98º | 0.8% | 0.99% | - |
| XYZ | 42.63 | 23.51 | 9.31 | - |
| YUV | 113.48 | 107.42 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 77 | 0 | 0.80 | 0.69 | 0.01 | 351.98 | 0.97 | 0.59 |
| Hex | FC | 32 | 4D | 0 | 50 | 45 | 1 | 160 | 61 | 3B |
| Octal | 374 | 62 | 115 | 0 | 120 | 105 | 1 | 540 | 141 | 73 |
| Binary | 11111100 | 110010 | 1001101 | 0 | 1010000 | 1000101 | 1 | 101100000 | 1100001 | 111011 |
Color Harmonies of #FC324D
Complementary color
Monochromatic Colors of #FC324D
Black with #FC324D
Text Example
Text Example
White with #FC324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC324D; }
p { color: rgb(252,50,77); }
H1.HeaderClassName
{
color: #FC324D;
}
.AnyTagClassName
{
color: #FC324D;
}
</style>
background-color css
<style>
a { background-color: #FC324D; }
a { background-color: rgb(252,50,77); }
div.DivClassName
{
background-color: #FC324D;
}
.BgClassName
{
background-color: #FC324D;
}
</style>
border-color css
<style>
span { border-color: #FC324D; }
span { border-color: rgb(252,50,77); }
td.TdClassName
{
border-color: #FC324D;
}
.TagClassName
{
border-color: #FC324D;
}
</style>