Color Hex Logo

#fc3841 Color Hex

#FC3841
(252,56,65)
0 Favorites   0 Comments

Color spaces of #fc3841

RGB 2525665
HSL0.990.970.60
HSV357°78°99°
CMYK 0.000.780.74   0.01
XYZ42.513223.90547.3745
Yxy23.90540.57610.3240
Hunter Lab48.893169.645025.2826
CIE-Lab55.993072.068442.6014

#fc3841 color RGB value is (252,56,65).

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

The process color (four color CMYK) of #fc3841 color hex is 0.00, 0.78, 0.74, 0.01. Web safe color of #fc3841 is #ff3333. Color #fc3841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 01000001
Octal 374 70 101
Decimal 252 56 65
Hex FC 38 41

RGB Percentages of Color #fc3841

%67.56
%15.01
%17.43

CMYK Percentages of Color #fc3841

%0
%78
%74
%1

Triadic Colors of #fc3841

#fc3841 #41fc38 #3841fc

Analogous Colors of #fc3841

#fc3841 #fc9138 #fc38a3

Monochromatic Colors of #fc3841

#fc3841

Complementary Color

#fc3841 #38fcf3

#fc3841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3841 Color CSS Codes

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

#fc3841 Text Font Color

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

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


#fc3841 Background Color

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

This div background color is #fc3841


#fc3841 Border Color

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

This div border color is #fc3841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3841


Comments

No comments written yet.

Please login to write comment.