Color spaces of #ce192f
RGB | 206 | 25 | 47 |
---|---|---|---|
HSL | 0.98 | 0.78 | 0.45 |
HSV | 353° | 88° | 81° |
CMYK | 0.00 | 0.88 | 0.77 0.19 |
XYZ | 26.3143 | 14.0223 | 4.0090 |
Yxy | 14.0223 | 0.5934 | 0.3162 |
Hunter Lab | 37.4464 | 59.9044 | 19.8649 |
CIE-Lab | 44.2649 | 66.1151 | 37.3692 |
#ce192f color RGB value is (206,25,47).
#ce192f hex color red value is 206, green value is 25 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ce192f hue: 0.98 , saturation: 0.78 and the lightness value of ce192f is 0.45.
The process color (four color CMYK) of #ce192f color hex is 0.00, 0.88, 0.77, 0.19. Web safe color of #ce192f is #cc0033. Color #ce192f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00011001 | 00101111 |
Octal | 316 | 31 | 57 |
Decimal | 206 | 25 | 47 |
Hex | CE | 19 | 2F |
Shades of #ce192f
Tints of #ce192f
RGB Percentages of Color #ce192f
CMYK Percentages of Color #ce192f
Complementary Color
#ce192f | #19ceb8 |
#ce192f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce192f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce192f Color CSS Codes
.mybgcolor {background-color:#ce192f; } .myforecolor {color:#ce192f; } .mybordercolor {border:3px solid #ce192f; }
#ce192f Text Font Color
<p style="color:#ce192f">Text here</p>
This sample text font color is #ce192f
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.
#ce192f Background Color
<div style="background-color:#ce192f">
Div content here</div>
This div background color is #ce192f
#ce192f Border Color
<div style="border:3px solid #ce192f">
Div here</div>
This div border color is #ce192f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,25,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce192f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce192f; -webkit-box-shadow: 1px 1px 3px 2px #ce192f; box-shadow: 1px 1px 3px 2px #ce192f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,25,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce192f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce192f; -webkit-box-shadow: 1px 1px 3px 2px #ce192f; box-shadow: 1px 1px 3px 2px #ce192f;">
Div content here</div>
This div box has shadow with color #ce192f
Comments
No comments written yet.
Please login to write comment.