Color spaces of #fb191e
RGB | 251 | 25 | 30 |
---|---|---|---|
HSL | 1.00 | 0.97 | 0.54 |
HSV | 359° | 90° | 98° |
CMYK | 0.00 | 0.90 | 0.88 0.02 |
XYZ | 40.3656 | 21.2982 | 3.2118 |
Yxy | 21.2982 | 0.6222 | 0.3283 |
Hunter Lab | 46.1500 | 75.3646 | 28.1787 |
CIE-Lab | 53.2743 | 77.2363 | 57.6426 |
#fb191e color RGB value is (251,25,30).
#fb191e hex color red value is 251, green value is 25 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fb191e hue: 1.00 , saturation: 0.97 and the lightness value of fb191e is 0.54.
The process color (four color CMYK) of #fb191e color hex is 0.00, 0.90, 0.88, 0.02. Web safe color of #fb191e is #ff0033. Color #fb191e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111011 | 00011001 | 00011110 |
Octal | 373 | 31 | 36 |
Decimal | 251 | 25 | 30 |
Hex | FB | 19 | 1E |
Shades of #fb191e
Tints of #fb191e
RGB Percentages of Color #fb191e
CMYK Percentages of Color #fb191e
Complementary Color
#fb191e | #19fbf6 |
#fb191e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fb191e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fb191e Color CSS Codes
.mybgcolor {background-color:#fb191e; } .myforecolor {color:#fb191e; } .mybordercolor {border:3px solid #fb191e; }
#fb191e Text Font Color
<p style="color:#fb191e">Text here</p>
This sample text font color is #fb191e
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.
#fb191e Background Color
<div style="background-color:#fb191e">
Div content here</div>
This div background color is #fb191e
#fb191e Border Color
<div style="border:3px solid #fb191e">
Div here</div>
This div border color is #fb191e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(251,25,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fb191e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fb191e; -webkit-box-shadow: 1px 1px 3px 2px #fb191e; box-shadow: 1px 1px 3px 2px #fb191e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(251,25,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fb191e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fb191e; -webkit-box-shadow: 1px 1px 3px 2px #fb191e; box-shadow: 1px 1px 3px 2px #fb191e;">
Div content here</div>
This div box has shadow with color #fb191e
Comments
No comments written yet.
Please login to write comment.