Color Hex Logo

#fc193d Color Hex

#FC193D
(252,25,61)
0 Favorites   0 Comments

Color spaces of #fc193d

RGB 2522561
HSL0.970.970.54
HSV350°90°99°
CMYK 0.000.900.76   0.01
XYZ41.334821.72766.4301
Yxy21.72760.59480.3127
Hunter Lab46.612976.715524.4501
CIE-Lab53.736878.227142.3517

#fc193d color RGB value is (252,25,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011001 00111101
Octal 374 31 75
Decimal 252 25 61
Hex FC 19 3D

RGB Percentages of Color #fc193d

%74.56
%7.40
%18.05

CMYK Percentages of Color #fc193d

%0
%90
%76
%1

Triadic Colors of #fc193d

#fc193d #3dfc19 #193dfc

Analogous Colors of #fc193d

#fc193d #fc6719 #fc19af

Monochromatic Colors of #fc193d

#fc193d

Complementary Color

#fc193d #19fcd8

#fc193d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc193d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc193d Color CSS Codes

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

#fc193d Text Font Color

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

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


#fc193d Background Color

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

This div background color is #fc193d


#fc193d Border Color

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

This div border color is #fc193d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc193d


Comments

No comments written yet.

Please login to write comment.