Color spaces of #c73147
RGB | 199 | 49 | 71 |
---|---|---|---|
HSL | 0.98 | 0.60 | 0.49 |
HSV | 351° | 75° | 78° |
CMYK | 0.00 | 0.75 | 0.64 0.22 |
XYZ | 25.7888 | 14.7937 | 7.4575 |
Yxy | 14.7937 | 0.5368 | 0.3079 |
Hunter Lab | 38.4626 | 52.3731 | 15.4281 |
CIE-Lab | 45.3503 | 59.2526 | 23.9473 |
#c73147 color RGB value is (199,49,71).
#c73147 hex color red value is 199, green value is 49 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c73147 hue: 0.98 , saturation: 0.60 and the lightness value of c73147 is 0.49.
The process color (four color CMYK) of #c73147 color hex is 0.00, 0.75, 0.64, 0.22. Web safe color of #c73147 is #cc3333. Color #c73147 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 00110001 | 01000111 |
Octal | 307 | 61 | 107 |
Decimal | 199 | 49 | 71 |
Hex | C7 | 31 | 47 |
Shades of #c73147
Tints of #c73147
RGB Percentages of Color #c73147
CMYK Percentages of Color #c73147
Complementary Color
#c73147 | #31c7b1 |
#c73147 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c73147 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c73147 Color CSS Codes
.mybgcolor {background-color:#c73147; } .myforecolor {color:#c73147; } .mybordercolor {border:3px solid #c73147; }
#c73147 Text Font Color
<p style="color:#c73147">Text here</p>
This sample text font color is #c73147
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.
#c73147 Background Color
<div style="background-color:#c73147">
Div content here</div>
This div background color is #c73147
#c73147 Border Color
<div style="border:3px solid #c73147">
Div here</div>
This div border color is #c73147
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,49,71, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c73147; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c73147; -webkit-box-shadow: 1px 1px 3px 2px #c73147; box-shadow: 1px 1px 3px 2px #c73147; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,49,71, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c73147">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c73147; -webkit-box-shadow: 1px 1px 3px 2px #c73147; box-shadow: 1px 1px 3px 2px #c73147;">
Div content here</div>
This div box has shadow with color #c73147
Comments
No comments written yet.
Please login to write comment.