Color Hex Logo

#fc213b Color Hex

#FC213B
(252,33,59)
0 Favorites   0 Comments

Color spaces of #fc213b

RGB 2523359
HSL0.980.970.56
HSV353°87°99°
CMYK 0.000.870.77   0.01
XYZ41.478222.09896.2170
Yxy22.09890.59430.3166
Hunter Lab47.009575.230625.0655
CIE-Lab54.131876.962143.9028

#fc213b color RGB value is (252,33,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100001 00111011
Octal 374 41 73
Decimal 252 33 59
Hex FC 21 3B

RGB Percentages of Color #fc213b

%73.26
%9.59
%17.15

CMYK Percentages of Color #fc213b

%0
%87
%77
%1

Triadic Colors of #fc213b

#fc213b #3bfc21 #213bfc

Analogous Colors of #fc213b

#fc213b #fc7521 #fc21a9

Monochromatic Colors of #fc213b

#fc213b

Complementary Color

#fc213b #21fce2

#fc213b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc213b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc213b Color CSS Codes

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

#fc213b Text Font Color

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

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


#fc213b Background Color

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

This div background color is #fc213b


#fc213b Border Color

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

This div border color is #fc213b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc213b


Comments

No comments written yet.

Please login to write comment.