Color Hex Logo

#fc141d Color Hex

#FC141D
(252,20,29)
0 Favorites   0 Comments

Color spaces of #fc141d

RGB 2522029
HSL0.990.970.53
HSV358°92°99°
CMYK 0.000.920.88   0.01
XYZ40.616821.28453.1300
Yxy21.28450.62460.3273
Hunter Lab46.135176.412728.2721
CIE-Lab53.259578.078358.1461

#fc141d color RGB value is (252,20,29).

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

The process color (four color CMYK) of #fc141d color hex is 0.00, 0.92, 0.88, 0.01. Web safe color of #fc141d is #ff0033. Color #fc141d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010100 00011101
Octal 374 24 35
Decimal 252 20 29
Hex FC 14 1D

RGB Percentages of Color #fc141d

%83.72
%6.64
%9.63

CMYK Percentages of Color #fc141d

%0
%92
%88
%1

Triadic Colors of #fc141d

#fc141d #1dfc14 #141dfc

Analogous Colors of #fc141d

#fc141d #fc7f14 #fc1491

Monochromatic Colors of #fc141d

#fc141d

Complementary Color

#fc141d #14fcf3

#fc141d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc141d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc141d Color CSS Codes

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

#fc141d Text Font Color

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

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


#fc141d Background Color

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

This div background color is #fc141d


#fc141d Border Color

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

This div border color is #fc141d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,20,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 #fc141d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc141d


Comments

No comments written yet.

Please login to write comment.