Color Hex Logo

#fc3829 Color Hex

#FC3829
(252,56,41)
0 Favorites   0 Comments

Color spaces of #fc3829

RGB 2525641
HSL0.010.970.57
HSV84°99°
CMYK 0.000.780.84   0.01
XYZ41.959323.68394.4578
Yxy23.68390.59860.3379
Hunter Lab48.666168.734728.6353
CIE-Lab55.769971.361954.8099

#fc3829 color RGB value is (252,56,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111000 00101001
Octal 374 70 51
Decimal 252 56 41
Hex FC 38 29

RGB Percentages of Color #fc3829

%72.21
%16.05
%11.75

CMYK Percentages of Color #fc3829

%0
%78
%84
%1

Triadic Colors of #fc3829

#fc3829 #29fc38 #3829fc

Analogous Colors of #fc3829

#fc3829 #fca229 #fc2984

Monochromatic Colors of #fc3829

#fc3829

Complementary Color

#fc3829 #29edfc

#fc3829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3829 Color CSS Codes

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

#fc3829 Text Font Color

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

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


#fc3829 Background Color

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

This div background color is #fc3829


#fc3829 Border Color

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

This div border color is #fc3829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3829

Related Colors


Comments

No comments written yet.

Please login to write comment.