Color Hex Logo

#fc373a Color Hex

#FC373A
(252,55,58)
0 Favorites   0 Comments

Color spaces of #fc373a

RGB 2525558
HSL1.000.970.60
HSV359°78°99°
CMYK 0.000.780.77   0.01
XYZ42.274823.73336.3558
Yxy23.73330.58420.3280
Hunter Lab48.716869.641726.3666
CIE-Lab55.819872.098846.2442

#fc373a color RGB value is (252,55,58).

#fc373a hex color red value is 252, green value is 55 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fc373a hue: 1.00 , saturation: 0.97 and the lightness value of fc373a is 0.60.

The process color (four color CMYK) of #fc373a color hex is 0.00, 0.78, 0.77, 0.01. Web safe color of #fc373a is #ff3333. Color #fc373a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 00111010
Octal 374 67 72
Decimal 252 55 58
Hex FC 37 3A

RGB Percentages of Color #fc373a

%69.04
%15.07
%15.89

CMYK Percentages of Color #fc373a

%0
%78
%77
%1

Triadic Colors of #fc373a

#fc373a #3afc37 #373afc

Analogous Colors of #fc373a

#fc373a #fc9737 #fc379d

Monochromatic Colors of #fc373a

#fc373a

Complementary Color

#fc373a #37fcf9

#fc373a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc373a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc373a Color CSS Codes

.mybgcolor {background-color:#fc373a; } 
.myforecolor {color:#fc373a; }
.mybordercolor {border:3px solid #fc373a; }

#fc373a Text Font Color

<p style="color:#fc373a">Text here</p>

This sample text font color is #fc373a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fc373a Background Color

<div style="background-color:#fc373a">
Div content here</div>

This div background color is #fc373a


#fc373a Border Color

<div style="border:3px solid #fc373a">
Div here</div>

This div border color is #fc373a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,55,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc373a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc373a;
  -webkit-box-shadow: 1px 1px 3px 2px #fc373a;
  box-shadow:         1px 1px 3px 2px #fc373a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,55,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fc373a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fc373a;
  -webkit-box-shadow: 1px 1px 3px 2px #fc373a;
  box-shadow:         1px 1px 3px 2px #fc373a;">
Div content here</div>

This div box has shadow with color #fc373a


Comments

No comments written yet.

Please login to write comment.