Color Hex Logo

#fd1213 Color Hex

#FD1213
(253,18,19)
0 Favorites   0 Comments

Color spaces of #fd1213

RGB 2531819
HSL1.000.980.53
HSV360°93°99°
CMYK 0.000.930.92   0.01
XYZ40.841921.36232.5868
Yxy21.36230.63040.3297
Hunter Lab46.219476.848229.0352
CIE-Lab53.343878.409562.0631

#fd1213 color RGB value is (253,18,19).

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

The process color (four color CMYK) of #fd1213 color hex is 0.00, 0.93, 0.92, 0.01. Web safe color of #fd1213 is #ff0000. Color #fd1213 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010010 00010011
Octal 375 22 23
Decimal 253 18 19
Hex FD 12 13

RGB Percentages of Color #fd1213

%87.24
%6.21
%6.55

CMYK Percentages of Color #fd1213

%0
%93
%92
%1

Triadic Colors of #fd1213

#fd1213 #13fd12 #1213fd

Analogous Colors of #fd1213

#fd1213 #fd8712 #fd1289

Monochromatic Colors of #fd1213

#fd1213

Complementary Color

#fd1213 #12fdfc

#fd1213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1213 Color CSS Codes

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

#fd1213 Text Font Color

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

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


#fd1213 Background Color

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

This div background color is #fd1213


#fd1213 Border Color

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

This div border color is #fd1213


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,18,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1213


Comments

No comments written yet.

Please login to write comment.