Color Hex Logo

#ff392e Color Hex

#FF392E
(255,57,46)
0 Favorites   0 Comments

Color spaces of #ff392e

RGB 2555746
HSL0.011.000.59
HSV82°100°
CMYK 0.000.780.82   0.00
XYZ43.196324.38355.0146
Yxy24.38350.59500.3359
Hunter Lab49.379769.733728.5447
CIE-Lab56.469772.050553.2583

#ff392e color RGB value is (255,57,46).

#ff392e hex color red value is 255, green value is 57 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ff392e hue: 0.01 , saturation: 1.00 and the lightness value of ff392e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111001 00101110
Octal 377 71 56
Decimal 255 57 46
Hex FF 39 2E

RGB Percentages of Color #ff392e

%71.23
%15.92
%12.85

CMYK Percentages of Color #ff392e

%0
%78
%82
%0

Triadic Colors of #ff392e

#ff392e #2eff39 #392eff

Analogous Colors of #ff392e

#ff392e #ffa22e #ff2e8c

Monochromatic Colors of #ff392e

#ff392e

Complementary Color

#ff392e #2ef4ff

#ff392e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff392e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff392e Color CSS Codes

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

#ff392e Text Font Color

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

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


#ff392e Background Color

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

This div background color is #ff392e


#ff392e Border Color

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

This div border color is #ff392e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,57,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff392e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff392e;
  -webkit-box-shadow: 1px 1px 3px 2px #ff392e;
  box-shadow:         1px 1px 3px 2px #ff392e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,57,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff392e

Related Colors


Comments

No comments written yet.

Please login to write comment.