Color Hex Logo

#ff393a Color Hex

#FF393A
(255,57,58)
0 Favorites   0 Comments

Color spaces of #ff393a

RGB 2555758
HSL1.001.000.61
HSV360°78°100°
CMYK 0.000.780.77   0.00
XYZ43.466824.49176.4394
Yxy24.49170.58420.3292
Hunter Lab49.489170.172626.9277
CIE-Lab56.576872.389947.2107

#ff393a color RGB value is (255,57,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 00111001 00111010
Octal 377 71 72
Decimal 255 57 58
Hex FF 39 3A

RGB Percentages of Color #ff393a

%68.92
%15.41
%15.68

CMYK Percentages of Color #ff393a

%0
%78
%77
%0

Triadic Colors of #ff393a

#ff393a #3aff39 #393aff

Analogous Colors of #ff393a

#ff393a #ff9b39 #ff399d

Monochromatic Colors of #ff393a

#ff393a

Complementary Color

#ff393a #39fffe

#ff393a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff393a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff393a Color CSS Codes

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

#ff393a Text Font Color

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

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


#ff393a Background Color

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

This div background color is #ff393a


#ff393a Border Color

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

This div border color is #ff393a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,57,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 #ff393a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff393a

#ff393a Color Palettes


Comments

No comments written yet.

Please login to write comment.