#FC374B

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

Shades of Radical Red #FC374B

Tints of Radical Red #FC374B

Color information

#FC374B (or 0xFC374B) is unknown color: approx Radical Red. HEX triplet: FC, 37 and 4B. RGB value is (252,55,75). Sum of RGB (Red+Green+Blue) = 252+55+75=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC374B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC374B is #03C8B4. Grayscale: #747474. Windows color (decimal): -247989 or 4929532. OLE color: 4929532.

HSL color Cylindrical-coordinate representation of color #FC374B: hue angle of 353.91º 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 #FC374B is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB2525575-
CMYK00.780.700.01
HSL353.91º97.04%60.2%-
HSV(B)353.91º78.17%98.82%-
XYZ42.7823.949.02-
YUV116.18104.77224.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.97%
GREEN value IS 55 (21.88% from 255) = 14.40%
BLUE value IS 75 (29.69% from 255) = 19.63%
R=65.97%
G=14.40%
B=19.63%

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
Decimal252557500.780.700.01353.9197.0460.2
HexFC374B04E461162613c
Octal374671130116106154214174
Binary11111100110111100101101001110100011011011000101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC374B; }

 p { color: rgb(252,55,75); }

 H1.HeaderClassName
 {
   color: #FC374B;
 }
 .AnyTagClassName
 {
   color: #FC374B;
 }
</style>
background-color css

<style>
 a { background-color: #FC374B; }

 a { background-color: rgb(252,55,75); }

 div.DivClassName
 {
   background-color: #FC374B;
 }
 .BgClassName
 {
   background-color: #FC374B;
 }
</style>
border-color css

<style>
 span { border-color: #FC374B; }

 span { border-color: rgb(252,55,75); }

 td.TdClassName
 {
   border-color: #FC374B;
 }
 .TagClassName
 {
   border-color: #FC374B;
 }
</style>