#FC374D

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

Shades of Radical Red #FC374D

Tints of Radical Red #FC374D

Color information

#FC374D (or 0xFC374D) is unknown color: approx Radical Red. HEX triplet: FC, 37 and 4D. RGB value is (252,55,77). Sum of RGB (Red+Green+Blue) = 252+55+77=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC374D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC374D is #03C8B2. Grayscale: #747474. Windows color (decimal): -247987 or 5060604. OLE color: 5060604.

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

Color convert

RGB2525577-
CMYK00.780.690.01
HSL353.3º97.04%60.2%-
HSV(B)353.3º78.17%98.82%-
XYZ42.8523.969.39-
YUV116.41105.77224.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.62%
GREEN value IS 55 (21.88% from 255) = 14.32%
BLUE value IS 77 (30.47% from 255) = 20.05%
R=65.62%
G=14.32%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252557700.780.690.01353.397.0460.2
HexFC374D04E451161613c
Octal374671150116105154114174
Binary11111100110111100110101001110100010111011000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC374D; }

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

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

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

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

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

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

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

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