Color Hex Logo

#fc291d Color Hex

#FC291D
(252,41,29)
0 Favorites   0 Comments

Color spaces of #fc291d

RGB 2524129
HSL0.010.970.55
HSV88°99°
CMYK 0.000.840.88   0.01
XYZ41.159622.37003.3109
Yxy22.37000.61580.3347
Hunter Lab47.296972.567928.9574
CIE-Lab54.417474.757558.9843

#fc291d color RGB value is (252,41,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 00011101
Octal 374 51 35
Decimal 252 41 29
Hex FC 29 1D

RGB Percentages of Color #fc291d

%78.26
%12.73
%9.01

CMYK Percentages of Color #fc291d

%0
%84
%88
%1

Triadic Colors of #fc291d

#fc291d #1dfc29 #291dfc

Analogous Colors of #fc291d

#fc291d #fc991d #fc1d81

Monochromatic Colors of #fc291d

#fc291d

Complementary Color

#fc291d #1df0fc

#fc291d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc291d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc291d Color CSS Codes

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

#fc291d Text Font Color

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

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


#fc291d Background Color

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

This div background color is #fc291d


#fc291d Border Color

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

This div border color is #fc291d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc291d


Comments

No comments written yet.

Please login to write comment.