Shades of Radical Red #FC374A
Tints of Radical Red #FC374A
RGB
CMYK
RGB Variations
Color information
#FC374A (or 0xFC374A) is known color: Radical Red. HEX triplet: FC, 37 and 4A. RGB value is (252,55,74). Sum of RGB (Red+Green+Blue) = 252+55+74=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC374A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC374A is #03C8B5. Grayscale: #747474. Windows color (decimal): -247990 or 4863996. OLE color: 4863996.
HSL color Cylindrical-coordinate representation of color #FC374A: hue angle of 354.21º 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 #FC374A is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 74 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.01 |
| HSL | 354.21º | 0.97% | 0.6% | - |
| HSV(B) | 354.21º | 0.78% | 0.99% | - |
| XYZ | 42.75 | 23.92 | 8.84 | - |
| YUV | 116.07 | 104.27 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 74 | 0 | 0.78 | 0.71 | 0.01 | 354.21 | 0.97 | 0.6 |
| Hex | FC | 37 | 4A | 0 | 4E | 47 | 1 | 162 | 61 | 3C |
| Octal | 374 | 67 | 112 | 0 | 116 | 107 | 1 | 542 | 141 | 74 |
| Binary | 11111100 | 110111 | 1001010 | 0 | 1001110 | 1000111 | 1 | 101100010 | 1100001 | 111100 |
Color Harmonies of #FC374A
Complementary color
Monochromatic Colors of #FC374A
Black with #FC374A
Text Example
Text Example
White with #FC374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC374A; }
p { color: rgb(252,55,74); }
H1.HeaderClassName
{
color: #FC374A;
}
.AnyTagClassName
{
color: #FC374A;
}
</style>
background-color css
<style>
a { background-color: #FC374A; }
a { background-color: rgb(252,55,74); }
div.DivClassName
{
background-color: #FC374A;
}
.BgClassName
{
background-color: #FC374A;
}
</style>
border-color css
<style>
span { border-color: #FC374A; }
span { border-color: rgb(252,55,74); }
td.TdClassName
{
border-color: #FC374A;
}
.TagClassName
{
border-color: #FC374A;
}
</style>