Color Hex Logo

#fc223d Color Hex

#FC223D
(252,34,61)
0 Favorites   0 Comments

Color spaces of #fc223d

RGB 2523461
HSL0.980.970.56
HSV353°87°99°
CMYK 0.000.870.76   0.01
XYZ41.559222.17646.5049
Yxy22.17640.59170.3157
Hunter Lab47.091875.118124.7744
CIE-Lab54.213776.855942.8730

#fc223d color RGB value is (252,34,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100010 00111101
Octal 374 42 75
Decimal 252 34 61
Hex FC 22 3D

RGB Percentages of Color #fc223d

%72.62
%9.80
%17.58

CMYK Percentages of Color #fc223d

%0
%87
%76
%1

Triadic Colors of #fc223d

#fc223d #3dfc22 #223dfc

Analogous Colors of #fc223d

#fc223d #fc7422 #fc22aa

Monochromatic Colors of #fc223d

#fc223d

Complementary Color

#fc223d #22fce1

#fc223d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc223d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc223d Color CSS Codes

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

#fc223d Text Font Color

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

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


#fc223d Background Color

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

This div background color is #fc223d


#fc223d Border Color

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

This div border color is #fc223d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc223d


Comments

No comments written yet.

Please login to write comment.