Color Hex Logo

#fc183e Color Hex

#FC183E
(252,24,62)
0 Favorites   0 Comments

Color spaces of #fc183e

RGB 2522462
HSL0.970.970.54
HSV350°90°99°
CMYK 0.000.900.75   0.01
XYZ41.341021.69656.5664
Yxy21.69650.59390.3117
Hunter Lab46.579576.911124.2474
CIE-Lab53.703578.389641.7478

#fc183e color RGB value is (252,24,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011000 00111110
Octal 374 30 76
Decimal 252 24 62
Hex FC 18 3E

RGB Percentages of Color #fc183e

%74.56
%7.10
%18.34

CMYK Percentages of Color #fc183e

%0
%90
%75
%1

Triadic Colors of #fc183e

#fc183e #3efc18 #183efc

Analogous Colors of #fc183e

#fc183e #fc6418 #fc18b0

Monochromatic Colors of #fc183e

#fc183e

Complementary Color

#fc183e #18fcd6

#fc183e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc183e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc183e Color CSS Codes

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

#fc183e Text Font Color

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

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


#fc183e Background Color

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

This div background color is #fc183e


#fc183e Border Color

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

This div border color is #fc183e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc183e


Comments

No comments written yet.

Please login to write comment.