Color Hex Logo

#fd203e Color Hex

#FD203E
(253,32,62)
0 Favorites   0 Comments

Color spaces of #fd203e

RGB 2533262
HSL0.980.980.56
HSV352°87°99°
CMYK 0.000.870.75   0.01
XYZ41.894022.26356.6466
Yxy22.26350.59170.3144
Hunter Lab47.184275.914524.6771
CIE-Lab54.305577.476542.4677

#fd203e color RGB value is (253,32,62).

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

The process color (four color CMYK) of #fd203e color hex is 0.00, 0.87, 0.75, 0.01. Web safe color of #fd203e is #ff3333. Color #fd203e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100000 00111110
Octal 375 40 76
Decimal 253 32 62
Hex FD 20 3E

RGB Percentages of Color #fd203e

%72.91
%9.22
%17.87

CMYK Percentages of Color #fd203e

%0
%87
%75
%1

Triadic Colors of #fd203e

#fd203e #3efd20 #203efd

Analogous Colors of #fd203e

#fd203e #fd7120 #fd20ad

Monochromatic Colors of #fd203e

#fd203e

Complementary Color

#fd203e #20fddf

#fd203e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd203e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd203e Color CSS Codes

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

#fd203e Text Font Color

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

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


#fd203e Background Color

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

This div background color is #fd203e


#fd203e Border Color

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

This div border color is #fd203e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd203e

Related Colors


Comments

No comments written yet.

Please login to write comment.