Color Hex Logo

#fc373b Color Hex

#FC373B
(252,55,59)
0 Favorites   0 Comments

Color spaces of #fc373b

RGB 2525559
HSL1.000.970.60
HSV359°78°99°
CMYK 0.000.780.77   0.01
XYZ42.300523.74366.4912
Yxy23.74360.58320.3273
Hunter Lab48.727469.683826.2109
CIE-Lab55.830272.131445.7150

#fc373b color RGB value is (252,55,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00110111 00111011
Octal 374 67 73
Decimal 252 55 59
Hex FC 37 3B

RGB Percentages of Color #fc373b

%68.85
%15.03
%16.12

CMYK Percentages of Color #fc373b

%0
%78
%77
%1

Triadic Colors of #fc373b

#fc373b #3bfc37 #373bfc

Analogous Colors of #fc373b

#fc373b #fc9637 #fc379e

Monochromatic Colors of #fc373b

#fc373b

Complementary Color

#fc373b #37fcf8

#fc373b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc373b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc373b Color CSS Codes

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

#fc373b Text Font Color

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

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


#fc373b Background Color

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

This div background color is #fc373b


#fc373b Border Color

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

This div border color is #fc373b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc373b


Comments

No comments written yet.

Please login to write comment.