Color Hex Logo

#fd103e Color Hex

#FD103E
(253,16,62)
0 Favorites   0 Comments

Color spaces of #fd103e

RGB 2531662
HSL0.970.980.53
HSV348°94°99°
CMYK 0.000.940.75   0.01
XYZ41.562821.60106.5362
Yxy21.60100.59630.3099
Hunter Lab46.476978.292424.1957
CIE-Lab53.601179.507341.6916

#fd103e color RGB value is (253,16,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010000 00111110
Octal 375 20 76
Decimal 253 16 62
Hex FD 10 3E

RGB Percentages of Color #fd103e

%76.44
%4.83
%18.73

CMYK Percentages of Color #fd103e

%0
%94
%75
%1

Triadic Colors of #fd103e

#fd103e #3efd10 #103efd

Analogous Colors of #fd103e

#fd103e #fd5910 #fd10b5

Monochromatic Colors of #fd103e

#fd103e

Complementary Color

#fd103e #10fdcf

#fd103e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd103e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd103e Color CSS Codes

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

#fd103e Text Font Color

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

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


#fd103e Background Color

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

This div background color is #fd103e


#fd103e Border Color

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

This div border color is #fd103e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd103e

Related Colors


Comments

No comments written yet.

Please login to write comment.