Color Hex Logo

#fc131b Color Hex

#FC131B
(252,19,27)
0 Favorites   0 Comments

Color spaces of #fc131b

RGB 2521927
HSL0.990.970.53
HSV358°92°99°
CMYK 0.000.920.89   0.01
XYZ40.575621.24032.9981
Yxy21.24030.62600.3277
Hunter Lab46.087276.500528.4041
CIE-Lab53.211578.157758.9364

#fc131b color RGB value is (252,19,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010011 00011011
Octal 374 23 33
Decimal 252 19 27
Hex FC 13 1B

RGB Percentages of Color #fc131b

%84.56
%6.38
%9.06

CMYK Percentages of Color #fc131b

%0
%92
%89
%1

Triadic Colors of #fc131b

#fc131b #1bfc13 #131bfc

Analogous Colors of #fc131b

#fc131b #fc8013 #fc1390

Monochromatic Colors of #fc131b

#fc131b

Complementary Color

#fc131b #13fcf4

#fc131b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc131b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc131b Color CSS Codes

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

#fc131b Text Font Color

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

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


#fc131b Background Color

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

This div background color is #fc131b


#fc131b Border Color

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

This div border color is #fc131b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc131b

Related Colors


Comments

No comments written yet.

Please login to write comment.