Color spaces of #ce352d
RGB | 206 | 53 | 45 |
---|---|---|---|
HSL | 0.01 | 0.64 | 0.49 |
HSV | 3° | 78° | 81° |
CMYK | 0.00 | 0.74 | 0.78 0.19 |
XYZ | 27.2004 | 15.8575 | 4.1098 |
Yxy | 15.8575 | 0.5767 | 0.3362 |
Hunter Lab | 39.8215 | 52.2384 | 21.7560 |
CIE-Lab | 46.7870 | 58.8616 | 41.1646 |
#ce352d color RGB value is (206,53,45).
#ce352d hex color red value is 206, green value is 53 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ce352d hue: 0.01 , saturation: 0.64 and the lightness value of ce352d is 0.49.
The process color (four color CMYK) of #ce352d color hex is 0.00, 0.74, 0.78, 0.19. Web safe color of #ce352d is #cc3333. Color #ce352d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00110101 | 00101101 |
Octal | 316 | 65 | 55 |
Decimal | 206 | 53 | 45 |
Hex | CE | 35 | 2D |
Shades of #ce352d
Tints of #ce352d
RGB Percentages of Color #ce352d
CMYK Percentages of Color #ce352d
Complementary Color
#ce352d | #2dc6ce |
#ce352d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce352d Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce352d Color CSS Codes
.mybgcolor {background-color:#ce352d; } .myforecolor {color:#ce352d; } .mybordercolor {border:3px solid #ce352d; }
#ce352d Text Font Color
<p style="color:#ce352d">Text here</p>
This sample text font color is #ce352d
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.
#ce352d Background Color
<div style="background-color:#ce352d">
Div content here</div>
This div background color is #ce352d
#ce352d Border Color
<div style="border:3px solid #ce352d">
Div here</div>
This div border color is #ce352d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,53,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce352d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce352d; -webkit-box-shadow: 1px 1px 3px 2px #ce352d; box-shadow: 1px 1px 3px 2px #ce352d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,53,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 #ce352d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce352d; -webkit-box-shadow: 1px 1px 3px 2px #ce352d; box-shadow: 1px 1px 3px 2px #ce352d;">
Div content here</div>
This div box has shadow with color #ce352d
Comments
No comments written yet.
Please login to write comment.