Color Hex Logo

#fc183a Color Hex

#FC183A
(252,24,58)
0 Favorites   0 Comments

Color spaces of #fc183a

RGB 2522458
HSL0.980.970.54
HSV351°90°99°
CMYK 0.000.900.77   0.01
XYZ41.235221.65426.0093
Yxy21.65420.59850.3143
Hunter Lab46.534176.739424.9173
CIE-Lab53.658278.261543.9536

#fc183a color RGB value is (252,24,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011000 00111010
Octal 374 30 72
Decimal 252 24 58
Hex FC 18 3A

RGB Percentages of Color #fc183a

%75.45
%7.19
%17.37

CMYK Percentages of Color #fc183a

%0
%90
%77
%1

Triadic Colors of #fc183a

#fc183a #3afc18 #183afc

Analogous Colors of #fc183a

#fc183a #fc6818 #fc18ac

Monochromatic Colors of #fc183a

#fc183a

Complementary Color

#fc183a #18fcda

#fc183a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc183a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc183a Color CSS Codes

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

#fc183a Text Font Color

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

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


#fc183a Background Color

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

This div background color is #fc183a


#fc183a Border Color

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

This div border color is #fc183a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc183a

Related Colors


Comments

No comments written yet.

Please login to write comment.