Color Hex Logo

#fc293b Color Hex

#FC293B
(252,41,59)
0 Favorites   0 Comments

Color spaces of #fc293b

RGB 2524159
HSL0.990.970.57
HSV355°84°99°
CMYK 0.000.840.77   0.01
XYZ41.727222.59716.3001
Yxy22.59710.59080.3200
Hunter Lab47.536473.497625.4177
CIE-Lab54.654975.464744.4631

#fc293b color RGB value is (252,41,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 00111011
Octal 374 51 73
Decimal 252 41 59
Hex FC 29 3B

RGB Percentages of Color #fc293b

%71.59
%11.65
%16.76

CMYK Percentages of Color #fc293b

%0
%84
%77
%1

Triadic Colors of #fc293b

#fc293b #3bfc29 #293bfc

Analogous Colors of #fc293b

#fc293b #fc8129 #fc29a5

Monochromatic Colors of #fc293b

#fc293b

Complementary Color

#fc293b #29fcea

#fc293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc293b Color CSS Codes

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

#fc293b Text Font Color

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

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


#fc293b Background Color

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

This div background color is #fc293b


#fc293b Border Color

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

This div border color is #fc293b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,41,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 #fc293b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc293b

Related Colors


Comments

No comments written yet.

Please login to write comment.