Color Hex Logo

#fc101c Color Hex

#FC101C
(252,16,28)
0 Favorites   0 Comments

Color spaces of #fc101c

RGB 2521628
HSL0.990.980.53
HSV357°94°99°
CMYK 0.000.940.89   0.01
XYZ40.539821.14993.0443
Yxy21.14990.62630.3267
Hunter Lab45.989076.868828.2675
CIE-Lab53.113278.470858.4582

#fc101c color RGB value is (252,16,28).

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

The process color (four color CMYK) of #fc101c color hex is 0.00, 0.94, 0.89, 0.01. Web safe color of #fc101c is #ff0033. Color #fc101c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 00011100
Octal 374 20 34
Decimal 252 16 28
Hex FC 10 1C

RGB Percentages of Color #fc101c

%85.14
%5.41
%9.46

CMYK Percentages of Color #fc101c

%0
%94
%89
%1

Triadic Colors of #fc101c

#fc101c #1cfc10 #101cfc

Analogous Colors of #fc101c

#fc101c #fc7a10 #fc1092

Monochromatic Colors of #fc101c

#fc101c

Complementary Color

#fc101c #10fcf0

#fc101c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc101c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc101c Color CSS Codes

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

#fc101c Text Font Color

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

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


#fc101c Background Color

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

This div background color is #fc101c


#fc101c Border Color

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

This div border color is #fc101c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc101c


Comments

No comments written yet.

Please login to write comment.