Color Hex Logo

#fd132b Color Hex

#FD132B
(253,19,43)
0 Favorites   0 Comments

Color spaces of #fd132b

RGB 2531943
HSL0.980.980.53
HSV354°92°99°
CMYK 0.000.920.83   0.01
XYZ41.176921.52284.2696
Yxy21.52280.61490.3214
Hunter Lab46.392777.244727.0183
CIE-Lab53.517078.691651.9095

#fd132b color RGB value is (253,19,43).

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

The process color (four color CMYK) of #fd132b color hex is 0.00, 0.92, 0.83, 0.01. Web safe color of #fd132b is #ff0033. Color #fd132b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 00101011
Octal 375 23 53
Decimal 253 19 43
Hex FD 13 2B

RGB Percentages of Color #fd132b

%80.32
%6.03
%13.65

CMYK Percentages of Color #fd132b

%0
%92
%83
%1

Triadic Colors of #fd132b

#fd132b #2bfd13 #132bfd

Analogous Colors of #fd132b

#fd132b #fd7013 #fd13a0

Monochromatic Colors of #fd132b

#fd132b

Complementary Color

#fd132b #13fde5

#fd132b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd132b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd132b Color CSS Codes

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

#fd132b Text Font Color

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

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


#fd132b Background Color

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

This div background color is #fd132b


#fd132b Border Color

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

This div border color is #fd132b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd132b


Comments

No comments written yet.

Please login to write comment.