Color Hex Logo

#fb210d Color Hex

#FB210D
(251,33,13)
0 Favorites   0 Comments

Color spaces of #fb210d

RGB 2513313
HSL0.010.970.52
HSV95°98°
CMYK 0.000.870.95   0.02
XYZ40.400221.62602.4257
Yxy21.62600.62680.3355
Hunter Lab46.503873.690529.4600
CIE-Lab53.627975.819563.7722

#fb210d color RGB value is (251,33,13).

#fb210d hex color red value is 251, green value is 33 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fb210d hue: 0.01 , saturation: 0.97 and the lightness value of fb210d is 0.52.

The process color (four color CMYK) of #fb210d color hex is 0.00, 0.87, 0.95, 0.02. Web safe color of #fb210d is #ff3300. Color #fb210d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100001 00001101
Octal 373 41 15
Decimal 251 33 13
Hex FB 21 D

RGB Percentages of Color #fb210d

%84.51
%11.11
%4.38

CMYK Percentages of Color #fb210d

%0
%87
%95
%2

Triadic Colors of #fb210d

#fb210d #0dfb21 #210dfb

Analogous Colors of #fb210d

#fb210d #fb980d #fb0d70

Monochromatic Colors of #fb210d

#fb210d

Complementary Color

#fb210d #0de7fb

#fb210d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb210d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb210d Color CSS Codes

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

#fb210d Text Font Color

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

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


#fb210d Background Color

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

This div background color is #fb210d


#fb210d Border Color

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

This div border color is #fb210d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb210d

Related Colors


Comments

No comments written yet.

Please login to write comment.