Color spaces of #f91907
RGB | 249 | 25 | 7 |
---|---|---|---|
HSL | 0.01 | 0.95 | 0.50 |
HSV | 4° | 97° | 98° |
CMYK | 0.00 | 0.90 | 0.97 0.02 |
XYZ | 39.4529 | 20.8503 | 2.1461 |
Yxy | 20.8503 | 0.6318 | 0.3339 |
Hunter Lab | 45.6621 | 74.3185 | 29.1769 |
CIE-Lab | 52.7853 | 76.4900 | 64.5705 |
#f91907 color RGB value is (249,25,7).
#f91907 hex color red value is 249, green value is 25 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #f91907 hue: 0.01 , saturation: 0.95 and the lightness value of f91907 is 0.50.
The process color (four color CMYK) of #f91907 color hex is 0.00, 0.90, 0.97, 0.02. Web safe color of #f91907 is #ff0000. Color #f91907 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00011001 | 00000111 |
Octal | 371 | 31 | 7 |
Decimal | 249 | 25 | 7 |
Hex | F9 | 19 | 7 |
Shades of #f91907
Tints of #f91907
RGB Percentages of Color #f91907
CMYK Percentages of Color #f91907
Complementary Color
#f91907 | #07e7f9 |
#f91907 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f91907 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f91907 Color CSS Codes
.mybgcolor {background-color:#f91907; } .myforecolor {color:#f91907; } .mybordercolor {border:3px solid #f91907; }
#f91907 Text Font Color
<p style="color:#f91907">Text here</p>
This sample text font color is #f91907
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.
#f91907 Background Color
<div style="background-color:#f91907">
Div content here</div>
This div background color is #f91907
#f91907 Border Color
<div style="border:3px solid #f91907">
Div here</div>
This div border color is #f91907
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,25,7, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f91907; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f91907; -webkit-box-shadow: 1px 1px 3px 2px #f91907; box-shadow: 1px 1px 3px 2px #f91907; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,25,7, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f91907">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f91907; -webkit-box-shadow: 1px 1px 3px 2px #f91907; box-shadow: 1px 1px 3px 2px #f91907;">
Div content here</div>
This div box has shadow with color #f91907
Comments
No comments written yet.
Please login to write comment.