Color Hex Logo

#fb293d Color Hex

#FB293D
(251,41,61)
0 Favorites   0 Comments

Color spaces of #fb293d

RGB 2514161
HSL0.980.960.57
HSV354°84°98°
CMYK 0.000.840.76   0.02
XYZ41.418922.43206.5617
Yxy22.43200.58820.3186
Hunter Lab47.362473.215724.9395
CIE-Lab54.482475.270043.1095

#fb293d color RGB value is (251,41,61).

#fb293d hex color red value is 251, green value is 41 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fb293d hue: 0.98 , saturation: 0.96 and the lightness value of fb293d is 0.57.

The process color (four color CMYK) of #fb293d color hex is 0.00, 0.84, 0.76, 0.02. Web safe color of #fb293d is #ff3333. Color #fb293d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00101001 00111101
Octal 373 51 75
Decimal 251 41 61
Hex FB 29 3D

RGB Percentages of Color #fb293d

%71.10
%11.61
%17.28

CMYK Percentages of Color #fb293d

%0
%84
%76
%2

Triadic Colors of #fb293d

#fb293d #3dfb29 #293dfb

Analogous Colors of #fb293d

#fb293d #fb7e29 #fb29a6

Monochromatic Colors of #fb293d

#fb293d

Complementary Color

#fb293d #29fbe7

#fb293d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb293d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb293d Color CSS Codes

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

#fb293d Text Font Color

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

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


#fb293d Background Color

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

This div background color is #fb293d


#fb293d Border Color

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

This div border color is #fb293d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,41,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb293d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb293d;
  -webkit-box-shadow: 1px 1px 3px 2px #fb293d;
  box-shadow:         1px 1px 3px 2px #fb293d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb293d

Related Colors


Comments

No comments written yet.

Please login to write comment.