Color Hex Logo

#fc372c Color Hex

#FC372C
(252,55,44)
0 Favorites   0 Comments

Color spaces of #fc372c

RGB 2525544
HSL0.010.970.58
HSV83°99°
CMYK 0.000.780.83   0.01
XYZ41.965723.60974.7282
Yxy23.60970.59690.3358
Hunter Lab48.589869.133428.2435
CIE-Lab55.694971.704753.3140

#fc372c color RGB value is (252,55,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 00101100
Octal 374 67 54
Decimal 252 55 44
Hex FC 37 2C

RGB Percentages of Color #fc372c

%71.79
%15.67
%12.54

CMYK Percentages of Color #fc372c

%0
%78
%83
%1

Triadic Colors of #fc372c

#fc372c #2cfc37 #372cfc

Analogous Colors of #fc372c

#fc372c #fc9f2c #fc2c89

Monochromatic Colors of #fc372c

#fc372c

Complementary Color

#fc372c #2cf1fc

#fc372c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc372c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc372c Color CSS Codes

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

#fc372c Text Font Color

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

This sample text font color is #fc372c
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.


#fc372c Background Color

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

This div background color is #fc372c


#fc372c Border Color

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

This div border color is #fc372c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc372c


Comments

No comments written yet.

Please login to write comment.