Color Hex Logo

#fd2f2f Color Hex

#FD2F2F
(253,47,47)
0 Favorites   0 Comments

Color spaces of #fd2f2f

RGB 2534747
HSL0.000.980.59
HSV81°99°
CMYK 0.000.810.81   0.01
XYZ42.037623.12094.9365
Yxy23.12090.59970.3299
Hunter Lab48.084271.906227.5720
CIE-Lab55.196774.069551.4375

#fd2f2f color RGB value is (253,47,47).

#fd2f2f hex color red value is 253, green value is 47 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fd2f2f hue: 0.00 , saturation: 0.98 and the lightness value of fd2f2f is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101111 00101111
Octal 375 57 57
Decimal 253 47 47
Hex FD 2F 2F

RGB Percentages of Color #fd2f2f

%72.91
%13.54
%13.54

CMYK Percentages of Color #fd2f2f

%0
%81
%81
%1

Triadic Colors of #fd2f2f

#fd2f2f #2ffd2f #2f2ffd

Analogous Colors of #fd2f2f

#fd2f2f #fd962f #fd2f96

Monochromatic Colors of #fd2f2f

#fd2f2f

Complementary Color

#fd2f2f #2ffdfd

#fd2f2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd2f2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd2f2f Color CSS Codes

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

#fd2f2f Text Font Color

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

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


#fd2f2f Background Color

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

This div background color is #fd2f2f


#fd2f2f Border Color

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

This div border color is #fd2f2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd2f2f

#fd2f2f Color Palettes


Comments

No comments written yet.

Please login to write comment.