Color Hex Logo

#fc292d Color Hex

#FC292D
(252,41,45)
0 Favorites   0 Comments

Color spaces of #fc292d

RGB 2524145
HSL1.000.970.57
HSV359°84°99°
CMYK 0.000.840.82   0.01
XYZ41.411522.47084.6373
Yxy22.47080.60440.3279
Hunter Lab47.403472.981427.3822
CIE-Lab54.523075.072451.7470

#fc292d color RGB value is (252,41,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 00101101
Octal 374 51 55
Decimal 252 41 45
Hex FC 29 2D

RGB Percentages of Color #fc292d

%74.56
%12.13
%13.31

CMYK Percentages of Color #fc292d

%0
%84
%82
%1

Triadic Colors of #fc292d

#fc292d #2dfc29 #292dfc

Analogous Colors of #fc292d

#fc292d #fc8f29 #fc2997

Monochromatic Colors of #fc292d

#fc292d

Complementary Color

#fc292d #29fcf8

#fc292d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc292d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc292d Color CSS Codes

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

#fc292d Text Font Color

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

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


#fc292d Background Color

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

This div background color is #fc292d


#fc292d Border Color

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

This div border color is #fc292d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc292d


Comments

No comments written yet.

Please login to write comment.