Color spaces of #f4211b
RGB | 244 | 33 | 27 |
---|---|---|---|
HSL | 0.00 | 0.91 | 0.53 |
HSV | 2° | 89° | 96° |
CMYK | 0.00 | 0.86 | 0.89 0.04 |
XYZ | 38.0499 | 20.3999 | 2.9690 |
Yxy | 20.3999 | 0.6195 | 0.3321 |
Hunter Lab | 45.1662 | 71.3348 | 27.7190 |
CIE-Lab | 52.2864 | 74.1658 | 57.5374 |
#f4211b color RGB value is (244,33,27).
#f4211b hex color red value is 244, green value is 33 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #f4211b hue: 0.00 , saturation: 0.91 and the lightness value of f4211b is 0.53.
The process color (four color CMYK) of #f4211b color hex is 0.00, 0.86, 0.89, 0.04. Web safe color of #f4211b is #ff3333. Color #f4211b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00100001 | 00011011 |
Octal | 364 | 41 | 33 |
Decimal | 244 | 33 | 27 |
Hex | F4 | 21 | 1B |
Shades of #f4211b
Tints of #f4211b
RGB Percentages of Color #f4211b
CMYK Percentages of Color #f4211b
Complementary Color
#f4211b | #1beef4 |
#f4211b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4211b Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4211b Color CSS Codes
.mybgcolor {background-color:#f4211b; } .myforecolor {color:#f4211b; } .mybordercolor {border:3px solid #f4211b; }
#f4211b Text Font Color
<p style="color:#f4211b">Text here</p>
This sample text font color is #f4211b
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.
#f4211b Background Color
<div style="background-color:#f4211b">
Div content here</div>
This div background color is #f4211b
#f4211b Border Color
<div style="border:3px solid #f4211b">
Div here</div>
This div border color is #f4211b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,33,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4211b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4211b; -webkit-box-shadow: 1px 1px 3px 2px #f4211b; box-shadow: 1px 1px 3px 2px #f4211b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,33,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4211b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4211b; -webkit-box-shadow: 1px 1px 3px 2px #f4211b; box-shadow: 1px 1px 3px 2px #f4211b;">
Div content here</div>
This div box has shadow with color #f4211b
Comments
No comments written yet.
Please login to write comment.