#FC374C

Color #FC374C Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FC374C

Tints of Radical Red #FC374C

Color information

#FC374C (or 0xFC374C) is unknown color: approx 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

RGB2525576-
CMYK00.780.700.01
HSL353.6º97.04%60.2%-
HSV(B)353.6º78.17%98.82%-
XYZ42.8223.959.2-
YUV116.3105.27224.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 65.80%
GREEN value IS 55 (21.88% from 255) = 14.36%
BLUE value IS 76 (30.08% from 255) = 19.84%
R=65.80%
G=14.36%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252557600.780.700.01353.697.0460.2
HexFC374C04E461162613c
Octal374671140116106154214174
Binary11111100110111100110001001110100011011011000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>