Shades of Radical Red #FC374C
Tints of Radical Red #FC374C
RGB
CMYK
RGB Variations
Color information
#FC374C (or 0xFC374C) is known color: Radical Red. HEX triplet: FC, 37 and 4C. RGB value is (252,55,76). Sum of RGB (Red+Green+Blue) = 252+55+76=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC374C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC374C is #03C8B3. Grayscale: #747474. Windows color (decimal): -247988 or 4995068. OLE color: 4995068.
HSL color Cylindrical-coordinate representation of color #FC374C: hue angle of 353.6º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FC374C is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 76 | - |
| CMYK | 0 | 0.78 | 0.70 | 0.01 |
| HSL | 353.6º | 0.97% | 0.6% | - |
| HSV(B) | 353.6º | 0.78% | 0.99% | - |
| XYZ | 42.82 | 23.95 | 9.2 | - |
| YUV | 116.3 | 105.27 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 76 | 0 | 0.78 | 0.70 | 0.01 | 353.6 | 0.97 | 0.6 |
| Hex | FC | 37 | 4C | 0 | 4E | 46 | 1 | 162 | 61 | 3C |
| Octal | 374 | 67 | 114 | 0 | 116 | 106 | 1 | 542 | 141 | 74 |
| Binary | 11111100 | 110111 | 1001100 | 0 | 1001110 | 1000110 | 1 | 101100010 | 1100001 | 111100 |
Color Harmonies of #FC374C
Complementary color
Monochromatic Colors of #FC374C
Black with #FC374C
Text Example
Text Example
White with #FC374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC374C; }
p { color: rgb(252,55,76); }
H1.HeaderClassName
{
color: #FC374C;
}
.AnyTagClassName
{
color: #FC374C;
}
</style>
background-color css
<style>
a { background-color: #FC374C; }
a { background-color: rgb(252,55,76); }
div.DivClassName
{
background-color: #FC374C;
}
.BgClassName
{
background-color: #FC374C;
}
</style>
border-color css
<style>
span { border-color: #FC374C; }
span { border-color: rgb(252,55,76); }
td.TdClassName
{
border-color: #FC374C;
}
.TagClassName
{
border-color: #FC374C;
}
</style>