Color Hex Logo

#fc1221 Color Hex

#FC1221
(252,18,33)
0 Favorites   0 Comments

Color spaces of #fc1221

RGB 2521833
HSL0.990.980.53
HSV356°93°99°
CMYK 0.000.930.87   0.01
XYZ40.635721.23793.3964
Yxy21.23790.62260.3254
Hunter Lab46.084676.746727.8896
CIE-Lab53.208978.354856.3679

#fc1221 color RGB value is (252,18,33).

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

The process color (four color CMYK) of #fc1221 color hex is 0.00, 0.93, 0.87, 0.01. Web safe color of #fc1221 is #ff0033. Color #fc1221 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010010 00100001
Octal 374 22 41
Decimal 252 18 33
Hex FC 12 21

RGB Percentages of Color #fc1221

%83.17
%5.94
%10.89

CMYK Percentages of Color #fc1221

%0
%93
%87
%1

Triadic Colors of #fc1221

#fc1221 #21fc12 #1221fc

Analogous Colors of #fc1221

#fc1221 #fc7812 #fc1296

Monochromatic Colors of #fc1221

#fc1221

Complementary Color

#fc1221 #12fced

#fc1221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1221 Color CSS Codes

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

#fc1221 Text Font Color

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

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


#fc1221 Background Color

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

This div background color is #fc1221


#fc1221 Border Color

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

This div border color is #fc1221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1221


Comments

No comments written yet.

Please login to write comment.