Color Hex Logo

#fc151b Color Hex

#FC151B
(252,21,27)
0 Favorites   0 Comments

Color spaces of #fc151b

RGB 2522127
HSL1.000.970.54
HSV358°92°99°
CMYK 0.000.920.89   0.01
XYZ40.610921.31093.0099
Yxy21.31090.62540.3282
Hunter Lab46.163776.242528.4489
CIE-Lab53.288177.936758.9893

#fc151b color RGB value is (252,21,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010101 00011011
Octal 374 25 33
Decimal 252 21 27
Hex FC 15 1B

RGB Percentages of Color #fc151b

%84.00
%7.00
%9.00

CMYK Percentages of Color #fc151b

%0
%92
%89
%1

Triadic Colors of #fc151b

#fc151b #1bfc15 #151bfc

Analogous Colors of #fc151b

#fc151b #fc8315 #fc158f

Monochromatic Colors of #fc151b

#fc151b

Complementary Color

#fc151b #15fcf6

#fc151b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc151b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc151b Color CSS Codes

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

#fc151b Text Font Color

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

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


#fc151b Background Color

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

This div background color is #fc151b


#fc151b Border Color

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

This div border color is #fc151b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc151b

Related Colors


Comments

No comments written yet.

Please login to write comment.