Color Hex Logo

#fc2229 Color Hex

#FC2229
(252,34,41)
0 Favorites   0 Comments

Color spaces of #fc2229

RGB 2523441
HSL0.990.970.56
HSV358°87°99°
CMYK 0.000.870.84   0.01
XYZ41.117121.99964.1771
Yxy21.99960.61100.3269
Hunter Lab46.903774.396527.5524
CIE-Lab54.026676.311853.2824

#fc2229 color RGB value is (252,34,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100010 00101001
Octal 374 42 51
Decimal 252 34 41
Hex FC 22 29

RGB Percentages of Color #fc2229

%77.06
%10.40
%12.54

CMYK Percentages of Color #fc2229

%0
%87
%84
%1

Triadic Colors of #fc2229

#fc2229 #29fc22 #2229fc

Analogous Colors of #fc2229

#fc2229 #fc8822 #fc2296

Monochromatic Colors of #fc2229

#fc2229

Complementary Color

#fc2229 #22fcf5

#fc2229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2229 Color CSS Codes

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

#fc2229 Text Font Color

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

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


#fc2229 Background Color

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

This div background color is #fc2229


#fc2229 Border Color

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

This div border color is #fc2229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2229


Comments

No comments written yet.

Please login to write comment.