Color Hex Logo

#fb0315 Color Hex

#FB0315
(251,3,21)
0 Favorites   0 Comments

Color spaces of #fb0315

RGB 251321
HSL0.990.980.50
HSV356°99°98°
CMYK 0.000.990.92   0.02
XYZ39.951620.62852.5855
Yxy20.62850.63250.3266
Hunter Lab45.418677.531528.4179
CIE-Lab52.540579.110160.6878

#fb0315 color RGB value is (251,3,21).

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

The process color (four color CMYK) of #fb0315 color hex is 0.00, 0.99, 0.92, 0.02. Web safe color of #fb0315 is #ff0000. Color #fb0315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000011 00010101
Octal 373 3 25
Decimal 251 3 21
Hex FB 3 15

RGB Percentages of Color #fb0315

%91.27
%1.09
%7.64

CMYK Percentages of Color #fb0315

%0
%99
%92
%2

Triadic Colors of #fb0315

#fb0315 #15fb03 #0315fb

Analogous Colors of #fb0315

#fb0315 #fb6d03 #fb0391

Monochromatic Colors of #fb0315

#fb0315

Complementary Color

#fb0315 #03fbe9

#fb0315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0315 Color CSS Codes

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

#fb0315 Text Font Color

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

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


#fb0315 Background Color

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

This div background color is #fb0315


#fb0315 Border Color

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

This div border color is #fb0315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0315

Related Colors


Comments

No comments written yet.

Please login to write comment.