Color Hex Logo

#fd132d Color Hex

#FD132D
(253,19,45)
0 Favorites   0 Comments

Color spaces of #fd132d

RGB 2531945
HSL0.980.980.53
HSV353°92°99°
CMYK 0.000.920.82   0.01
XYZ41.214521.53794.4676
Yxy21.53790.61310.3204
Hunter Lab46.408977.305326.7787
CIE-Lab53.533278.736650.9031

#fd132d color RGB value is (253,19,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 00101101
Octal 375 23 55
Decimal 253 19 45
Hex FD 13 2D

RGB Percentages of Color #fd132d

%79.81
%5.99
%14.20

CMYK Percentages of Color #fd132d

%0
%92
%82
%1

Triadic Colors of #fd132d

#fd132d #2dfd13 #132dfd

Analogous Colors of #fd132d

#fd132d #fd6e13 #fd13a2

Monochromatic Colors of #fd132d

#fd132d

Complementary Color

#fd132d #13fde3

#fd132d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd132d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd132d Color CSS Codes

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

#fd132d Text Font Color

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

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


#fd132d Background Color

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

This div background color is #fd132d


#fd132d Border Color

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

This div border color is #fd132d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd132d

Related Colors


Comments

No comments written yet.

Please login to write comment.