Color Hex Logo

#fb021d Color Hex

#FB021D
(251,2,29)
0 Favorites   0 Comments

Color spaces of #fb021d

RGB 251229
HSL0.980.980.50
HSV353°99°98°
CMYK 0.000.990.88   0.02
XYZ40.027120.64143.0369
Yxy20.64140.62830.3240
Hunter Lab45.432877.754227.8398
CIE-Lab52.554879.284357.5447

#fb021d color RGB value is (251,2,29).

#fb021d hex color red value is 251, green value is 2 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fb021d hue: 0.98 , saturation: 0.98 and the lightness value of fb021d is 0.50.

The process color (four color CMYK) of #fb021d color hex is 0.00, 0.99, 0.88, 0.02. Web safe color of #fb021d is #ff0033. Color #fb021d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000010 00011101
Octal 373 2 35
Decimal 251 2 29
Hex FB 2 1D

RGB Percentages of Color #fb021d

%89.01
%0.71
%10.28

CMYK Percentages of Color #fb021d

%0
%99
%88
%2

Triadic Colors of #fb021d

#fb021d #1dfb02 #021dfb

Analogous Colors of #fb021d

#fb021d #fb6302 #fb029a

Monochromatic Colors of #fb021d

#fb021d

Complementary Color

#fb021d #02fbe0

#fb021d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb021d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb021d Color CSS Codes

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

#fb021d Text Font Color

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

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


#fb021d Background Color

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

This div background color is #fb021d


#fb021d Border Color

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

This div border color is #fb021d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb021d


Comments

No comments written yet.

Please login to write comment.