Color spaces of #c3073d
RGB | 195 | 7 | 61 |
---|---|---|---|
HSL | 0.95 | 0.93 | 0.40 |
HSV | 343° | 96° | 76° |
CMYK | 0.00 | 0.96 | 0.69 0.24 |
XYZ | 23.4240 | 12.0910 | 5.5141 |
Yxy | 12.0910 | 0.5709 | 0.2947 |
Hunter Lab | 34.7721 | 59.3941 | 14.9384 |
CIE-Lab | 41.3604 | 66.2377 | 24.9024 |
#c3073d color RGB value is (195,7,61).
#c3073d hex color red value is 195, green value is 7 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c3073d hue: 0.95 , saturation: 0.93 and the lightness value of c3073d is 0.40.
The process color (four color CMYK) of #c3073d color hex is 0.00, 0.96, 0.69, 0.24. Web safe color of #c3073d is #cc0033. Color #c3073d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 00000111 | 00111101 |
Octal | 303 | 7 | 75 |
Decimal | 195 | 7 | 61 |
Hex | C3 | 7 | 3D |
Shades of #c3073d
Tints of #c3073d
RGB Percentages of Color #c3073d
CMYK Percentages of Color #c3073d
Complementary Color
#c3073d | #07c38d |
#c3073d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3073d Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3073d Color CSS Codes
.mybgcolor {background-color:#c3073d; } .myforecolor {color:#c3073d; } .mybordercolor {border:3px solid #c3073d; }
#c3073d Text Font Color
<p style="color:#c3073d">Text here</p>
This sample text font color is #c3073d
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.
#c3073d Background Color
<div style="background-color:#c3073d">
Div content here</div>
This div background color is #c3073d
#c3073d Border Color
<div style="border:3px solid #c3073d">
Div here</div>
This div border color is #c3073d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,7,61, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3073d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3073d; -webkit-box-shadow: 1px 1px 3px 2px #c3073d; box-shadow: 1px 1px 3px 2px #c3073d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,7,61, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c3073d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3073d; -webkit-box-shadow: 1px 1px 3px 2px #c3073d; box-shadow: 1px 1px 3px 2px #c3073d;">
Div content here</div>
This div box has shadow with color #c3073d
Comments
No comments written yet.
Please login to write comment.