Color Hex Logo

#fd193e Color Hex

#FD193E
(253,25,62)
0 Favorites   0 Comments

Color spaces of #fd193e

RGB 2532562
HSL0.970.980.55
HSV350°90°99°
CMYK 0.000.900.75   0.01
XYZ41.725121.92576.5904
Yxy21.92570.59400.3121
Hunter Lab46.824977.115724.4326
CIE-Lab53.948178.505042.0741

#fd193e color RGB value is (253,25,62).

#fd193e hex color red value is 253, green value is 25 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fd193e hue: 0.97 , saturation: 0.98 and the lightness value of fd193e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011001 00111110
Octal 375 31 76
Decimal 253 25 62
Hex FD 19 3E

RGB Percentages of Color #fd193e

%74.41
%7.35
%18.24

CMYK Percentages of Color #fd193e

%0
%90
%75
%1

Triadic Colors of #fd193e

#fd193e #3efd19 #193efd

Analogous Colors of #fd193e

#fd193e #fd6619 #fd19b0

Monochromatic Colors of #fd193e

#fd193e

Complementary Color

#fd193e #19fdd8

#fd193e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd193e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd193e Color CSS Codes

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

#fd193e Text Font Color

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

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


#fd193e Background Color

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

This div background color is #fd193e


#fd193e Border Color

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

This div border color is #fd193e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd193e

Related Colors


Comments

No comments written yet.

Please login to write comment.