Color Hex Logo

#fd1b3a Color Hex

#FD1B3A
(253,27,58)
0 Favorites   0 Comments

Color spaces of #fd1b3a

RGB 2532758
HSL0.980.980.55
HSV352°89°99°
CMYK 0.000.890.77   0.01
XYZ41.663721.97206.0481
Yxy21.97200.59790.3153
Hunter Lab46.874376.627725.1619
CIE-Lab53.997378.106444.3747

#fd1b3a color RGB value is (253,27,58).

#fd1b3a hex color red value is 253, green value is 27 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fd1b3a hue: 0.98 , saturation: 0.98 and the lightness value of fd1b3a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011011 00111010
Octal 375 33 72
Decimal 253 27 58
Hex FD 1B 3A

RGB Percentages of Color #fd1b3a

%74.85
%7.99
%17.16

CMYK Percentages of Color #fd1b3a

%0
%89
%77
%1

Triadic Colors of #fd1b3a

#fd1b3a #3afd1b #1b3afd

Analogous Colors of #fd1b3a

#fd1b3a #fd6d1b #fd1bab

Monochromatic Colors of #fd1b3a

#fd1b3a

Complementary Color

#fd1b3a #1bfdde

#fd1b3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1b3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1b3a Color CSS Codes

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

#fd1b3a Text Font Color

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

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


#fd1b3a Background Color

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

This div background color is #fd1b3a


#fd1b3a Border Color

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

This div border color is #fd1b3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1b3a


Comments

No comments written yet.

Please login to write comment.