Color spaces of #cf232c
RGB | 207 | 35 | 44 |
---|---|---|---|
HSL | 0.99 | 0.71 | 0.47 |
HSV | 357° | 83° | 81° |
CMYK | 0.00 | 0.83 | 0.79 0.19 |
XYZ | 26.7878 | 14.6493 | 3.7986 |
Yxy | 14.6493 | 0.5922 | 0.3238 |
Hunter Lab | 38.2744 | 57.9498 | 20.9078 |
CIE-Lab | 45.1501 | 64.2427 | 40.0803 |
#cf232c color RGB value is (207,35,44).
#cf232c hex color red value is 207, green value is 35 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cf232c hue: 0.99 , saturation: 0.71 and the lightness value of cf232c is 0.47.
The process color (four color CMYK) of #cf232c color hex is 0.00, 0.83, 0.79, 0.19. Web safe color of #cf232c is #cc3333. Color #cf232c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 00100011 | 00101100 |
Octal | 317 | 43 | 54 |
Decimal | 207 | 35 | 44 |
Hex | CF | 23 | 2C |
Shades of #cf232c
Tints of #cf232c
RGB Percentages of Color #cf232c
CMYK Percentages of Color #cf232c
Complementary Color
#cf232c | #23cfc6 |
#cf232c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf232c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf232c Color CSS Codes
.mybgcolor {background-color:#cf232c; } .myforecolor {color:#cf232c; } .mybordercolor {border:3px solid #cf232c; }
#cf232c Text Font Color
<p style="color:#cf232c">Text here</p>
This sample text font color is #cf232c
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.
#cf232c Background Color
<div style="background-color:#cf232c">
Div content here</div>
This div background color is #cf232c
#cf232c Border Color
<div style="border:3px solid #cf232c">
Div here</div>
This div border color is #cf232c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,35,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf232c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf232c; -webkit-box-shadow: 1px 1px 3px 2px #cf232c; box-shadow: 1px 1px 3px 2px #cf232c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,35,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf232c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf232c; -webkit-box-shadow: 1px 1px 3px 2px #cf232c; box-shadow: 1px 1px 3px 2px #cf232c;">
Div content here</div>
This div box has shadow with color #cf232c
Comments
No comments written yet.
Please login to write comment.