Color Hex Logo

#fb0d0f Color Hex

#FB0D0F
(251,13,15)
0 Favorites   0 Comments

Color spaces of #fb0d0f

RGB 2511315
HSL1.000.970.52
HSV359°95°98°
CMYK 0.000.950.94   0.02
XYZ40.013820.83162.3639
Yxy20.83160.63300.3296
Hunter Lab45.641676.617228.8784
CIE-Lab52.764778.337962.7660

#fb0d0f color RGB value is (251,13,15).

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

The process color (four color CMYK) of #fb0d0f color hex is 0.00, 0.95, 0.94, 0.02. Web safe color of #fb0d0f is #ff0000. Color #fb0d0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00001101 00001111
Octal 373 15 17
Decimal 251 13 15
Hex FB D F

RGB Percentages of Color #fb0d0f

%89.96
%4.66
%5.38

CMYK Percentages of Color #fb0d0f

%0
%95
%94
%2

Triadic Colors of #fb0d0f

#fb0d0f #0ffb0d #0d0ffb

Analogous Colors of #fb0d0f

#fb0d0f #fb820d #fb0d86

Monochromatic Colors of #fb0d0f

#fb0d0f

Complementary Color

#fb0d0f #0dfbf9

#fb0d0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0d0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0d0f Color CSS Codes

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

#fb0d0f Text Font Color

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

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


#fb0d0f Background Color

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

This div background color is #fb0d0f


#fb0d0f Border Color

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

This div border color is #fb0d0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0d0f

Related Colors


Comments

No comments written yet.

Please login to write comment.