Color Hex Logo

#fb002d Color Hex

#FB002D
(251,0,45)
0 Favorites   0 Comments

Color spaces of #fb002d

RGB 251045
HSL0.971.000.49
HSV349°100°98°
CMYK 0.001.000.82   0.02
XYZ40.257320.69874.3561
Yxy20.69870.61640.3169
Hunter Lab45.495878.329326.1702
CIE-Lab52.618279.728249.9040

#fb002d color RGB value is (251,0,45).

#fb002d hex color red value is 251, green value is 0 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fb002d hue: 0.97 , saturation: 1.00 and the lightness value of fb002d is 0.49.

The process color (four color CMYK) of #fb002d color hex is 0.00, 1.00, 0.82, 0.02. Web safe color of #fb002d is #ff0033. Color #fb002d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000000 00101101
Octal 373 0 55
Decimal 251 0 45
Hex FB 0 2D

RGB Percentages of Color #fb002d

%84.80
%0.00
%15.20

CMYK Percentages of Color #fb002d

%0
%100
%82
%2

Triadic Colors of #fb002d

#fb002d #2dfb00 #002dfb

Analogous Colors of #fb002d

#fb002d #fb5000 #fb00ab

Monochromatic Colors of #fb002d

#fb002d

Complementary Color

#fb002d #00fbce

#fb002d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb002d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb002d Color CSS Codes

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

#fb002d Text Font Color

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

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


#fb002d Background Color

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

This div background color is #fb002d


#fb002d Border Color

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

This div border color is #fb002d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,0,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 #fb002d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb002d


Comments

No comments written yet.

Please login to write comment.