Color Hex Logo

#fc2931 Color Hex

#FC2931
(252,41,49)
0 Favorites   0 Comments

Color spaces of #fc2931

RGB 2524149
HSL0.990.970.57
HSV358°84°99°
CMYK 0.000.840.81   0.01
XYZ41.492222.50315.0624
Yxy22.50310.60080.3259
Hunter Lab47.437473.113526.8789
CIE-Lab54.556875.172949.7331

#fc2931 color RGB value is (252,41,49).

#fc2931 hex color red value is 252, green value is 41 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #fc2931 hue: 0.99 , saturation: 0.97 and the lightness value of fc2931 is 0.57.

The process color (four color CMYK) of #fc2931 color hex is 0.00, 0.84, 0.81, 0.01. Web safe color of #fc2931 is #ff3333. Color #fc2931 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 00110001
Octal 374 51 61
Decimal 252 41 49
Hex FC 29 31

RGB Percentages of Color #fc2931

%73.68
%11.99
%14.33

CMYK Percentages of Color #fc2931

%0
%84
%81
%1

Triadic Colors of #fc2931

#fc2931 #31fc29 #2931fc

Analogous Colors of #fc2931

#fc2931 #fc8b29 #fc299b

Monochromatic Colors of #fc2931

#fc2931

Complementary Color

#fc2931 #29fcf4

#fc2931 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2931 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2931 Color CSS Codes

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

#fc2931 Text Font Color

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

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


#fc2931 Background Color

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

This div background color is #fc2931


#fc2931 Border Color

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

This div border color is #fc2931


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2931

Related Colors


Comments

No comments written yet.

Please login to write comment.