Color spaces of #ce132a
RGB | 206 | 19 | 42 |
---|---|---|---|
HSL | 0.98 | 0.83 | 0.44 |
HSV | 353° | 91° | 81° |
CMYK | 0.00 | 0.91 | 0.80 0.19 |
XYZ | 26.1044 | 13.7547 | 3.4696 |
Yxy | 13.7547 | 0.6025 | 0.3175 |
Hunter Lab | 37.0873 | 60.7367 | 20.4144 |
CIE-Lab | 43.8791 | 66.9094 | 39.8329 |
#ce132a color RGB value is (206,19,42).
#ce132a hex color red value is 206, green value is 19 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ce132a hue: 0.98 , saturation: 0.83 and the lightness value of ce132a is 0.44.
The process color (four color CMYK) of #ce132a color hex is 0.00, 0.91, 0.80, 0.19. Web safe color of #ce132a is #cc0033. Color #ce132a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 00010011 | 00101010 |
Octal | 316 | 23 | 52 |
Decimal | 206 | 19 | 42 |
Hex | CE | 13 | 2A |
Shades of #ce132a
Tints of #ce132a
RGB Percentages of Color #ce132a
CMYK Percentages of Color #ce132a
Complementary Color
#ce132a | #13ceb7 |
#ce132a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce132a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce132a Color CSS Codes
.mybgcolor {background-color:#ce132a; } .myforecolor {color:#ce132a; } .mybordercolor {border:3px solid #ce132a; }
#ce132a Text Font Color
<p style="color:#ce132a">Text here</p>
This sample text font color is #ce132a
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.
#ce132a Background Color
<div style="background-color:#ce132a">
Div content here</div>
This div background color is #ce132a
#ce132a Border Color
<div style="border:3px solid #ce132a">
Div here</div>
This div border color is #ce132a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,19,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce132a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce132a; -webkit-box-shadow: 1px 1px 3px 2px #ce132a; box-shadow: 1px 1px 3px 2px #ce132a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,19,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce132a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce132a; -webkit-box-shadow: 1px 1px 3px 2px #ce132a; box-shadow: 1px 1px 3px 2px #ce132a;">
Div content here</div>
This div box has shadow with color #ce132a
Comments
No comments written yet.
Please login to write comment.