Color spaces of #cf612d
RGB | 207 | 97 | 45 |
---|---|---|---|
HSL | 0.05 | 0.64 | 0.49 |
HSV | 19° | 78° | 81° |
CMYK | 0.00 | 0.53 | 0.78 0.19 |
XYZ | 30.4805 | 22.0042 | 5.1234 |
Yxy | 22.0042 | 0.5291 | 0.3820 |
Hunter Lab | 46.9086 | 33.8964 | 26.3603 |
CIE-Lab | 54.0315 | 40.3806 | 48.5397 |
#cf612d color RGB value is (207,97,45).
#cf612d hex color red value is 207, green value is 97 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cf612d hue: 0.05 , saturation: 0.64 and the lightness value of cf612d is 0.49.
The process color (four color CMYK) of #cf612d color hex is 0.00, 0.53, 0.78, 0.19. Web safe color of #cf612d is #cc6633. Color #cf612d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 01100001 | 00101101 |
Octal | 317 | 141 | 55 |
Decimal | 207 | 97 | 45 |
Hex | CF | 61 | 2D |
Shades of #cf612d
Tints of #cf612d
RGB Percentages of Color #cf612d
CMYK Percentages of Color #cf612d
Complementary Color
#cf612d | #2d9bcf |
#cf612d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf612d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf612d Color CSS Codes
.mybgcolor {background-color:#cf612d; } .myforecolor {color:#cf612d; } .mybordercolor {border:3px solid #cf612d; }
#cf612d Text Font Color
<p style="color:#cf612d">Text here</p>
This sample text font color is #cf612d
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.
#cf612d Background Color
<div style="background-color:#cf612d">
Div content here</div>
This div background color is #cf612d
#cf612d Border Color
<div style="border:3px solid #cf612d">
Div here</div>
This div border color is #cf612d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,97,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf612d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf612d; -webkit-box-shadow: 1px 1px 3px 2px #cf612d; box-shadow: 1px 1px 3px 2px #cf612d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,97,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf612d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf612d; -webkit-box-shadow: 1px 1px 3px 2px #cf612d; box-shadow: 1px 1px 3px 2px #cf612d;">
Div content here</div>
This div box has shadow with color #cf612d
Comments
No comments written yet.
Please login to write comment.