Color Hex Logo

#fc193b Color Hex

#FC193B
(252,25,59)
0 Favorites   0 Comments

Color spaces of #fc193b

RGB 2522559
HSL0.980.970.54
HSV351°90°99°
CMYK 0.000.900.77   0.01
XYZ41.281921.70656.1516
Yxy21.70650.59710.3139
Hunter Lab46.590276.629424.7847
CIE-Lab53.714278.162843.4538

#fc193b color RGB value is (252,25,59).

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

The process color (four color CMYK) of #fc193b color hex is 0.00, 0.90, 0.77, 0.01. Web safe color of #fc193b is #ff0033. Color #fc193b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 00111011
Octal 374 31 73
Decimal 252 25 59
Hex FC 19 3B

RGB Percentages of Color #fc193b

%75.00
%7.44
%17.56

CMYK Percentages of Color #fc193b

%0
%90
%77
%1

Triadic Colors of #fc193b

#fc193b #3bfc19 #193bfc

Analogous Colors of #fc193b

#fc193b #fc6919 #fc19ad

Monochromatic Colors of #fc193b

#fc193b

Complementary Color

#fc193b #19fcda

#fc193b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc193b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc193b Color CSS Codes

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

#fc193b Text Font Color

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

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


#fc193b Background Color

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

This div background color is #fc193b


#fc193b Border Color

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

This div border color is #fc193b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc193b


Comments

No comments written yet.

Please login to write comment.