Color Hex Logo

#fc101b Color Hex

#FC101B
(252,16,27)
0 Favorites   0 Comments

Color spaces of #fc101b

RGB 2521627
HSL0.990.980.53
HSV357°94°99°
CMYK 0.000.940.89   0.01
XYZ40.528021.14522.9823
Yxy21.14520.62680.3270
Hunter Lab45.983976.849428.3435
CIE-Lab53.108078.456458.8643

#fc101b color RGB value is (252,16,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 00011011
Octal 374 20 33
Decimal 252 16 27
Hex FC 10 1B

RGB Percentages of Color #fc101b

%85.42
%5.42
%9.15

CMYK Percentages of Color #fc101b

%0
%94
%89
%1

Triadic Colors of #fc101b

#fc101b #1bfc10 #101bfc

Analogous Colors of #fc101b

#fc101b #fc7b10 #fc1091

Monochromatic Colors of #fc101b

#fc101b

Complementary Color

#fc101b #10fcf1

#fc101b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc101b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc101b Color CSS Codes

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

#fc101b Text Font Color

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

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


#fc101b Background Color

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

This div background color is #fc101b


#fc101b Border Color

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

This div border color is #fc101b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc101b

Related Colors


Comments

No comments written yet.

Please login to write comment.