Color spaces of #cb272e
RGB | 203 | 39 | 46 |
---|---|---|---|
HSL | 0.99 | 0.68 | 0.47 |
HSV | 357° | 81° | 80° |
CMYK | 0.00 | 0.81 | 0.77 0.20 |
XYZ | 25.8473 | 14.3448 | 3.9913 |
Yxy | 14.3448 | 0.5850 | 0.3247 |
Hunter Lab | 37.8745 | 55.5361 | 20.2641 |
CIE-Lab | 44.7234 | 62.1994 | 38.2578 |
#cb272e color RGB value is (203,39,46).
#cb272e hex color red value is 203, green value is 39 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cb272e hue: 0.99 , saturation: 0.68 and the lightness value of cb272e is 0.47.
The process color (four color CMYK) of #cb272e color hex is 0.00, 0.81, 0.77, 0.20. Web safe color of #cb272e is #cc3333. Color #cb272e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 00100111 | 00101110 |
Octal | 313 | 47 | 56 |
Decimal | 203 | 39 | 46 |
Hex | CB | 27 | 2E |
Shades of #cb272e
Tints of #cb272e
RGB Percentages of Color #cb272e
CMYK Percentages of Color #cb272e
Complementary Color
#cb272e | #27cbc4 |
#cb272e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb272e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb272e Color CSS Codes
.mybgcolor {background-color:#cb272e; } .myforecolor {color:#cb272e; } .mybordercolor {border:3px solid #cb272e; }
#cb272e Text Font Color
<p style="color:#cb272e">Text here</p>
This sample text font color is #cb272e
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.
#cb272e Background Color
<div style="background-color:#cb272e">
Div content here</div>
This div background color is #cb272e
#cb272e Border Color
<div style="border:3px solid #cb272e">
Div here</div>
This div border color is #cb272e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,39,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb272e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb272e; -webkit-box-shadow: 1px 1px 3px 2px #cb272e; box-shadow: 1px 1px 3px 2px #cb272e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,39,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb272e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb272e; -webkit-box-shadow: 1px 1px 3px 2px #cb272e; box-shadow: 1px 1px 3px 2px #cb272e;">
Div content here</div>
This div box has shadow with color #cb272e
Comments
No comments written yet.
Please login to write comment.