Color spaces of #ce401e
RGB | 206 | 64 | 30 |
---|---|---|---|
HSL | 0.03 | 0.75 | 0.46 |
HSV | 12° | 85° | 81° |
CMYK | 0.00 | 0.69 | 0.85 0.19 |
XYZ | 27.5213 | 16.8823 | 3.0364 |
Yxy | 16.8823 | 0.5801 | 0.3559 |
Hunter Lab | 41.0881 | 47.6574 | 24.3801 |
CIE-Lab | 48.1114 | 54.4436 | 49.8870 |
#ce401e color RGB value is (206,64,30).
#ce401e hex color red value is 206, green value is 64 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ce401e hue: 0.03 , saturation: 0.75 and the lightness value of ce401e is 0.46.
The process color (four color CMYK) of #ce401e color hex is 0.00, 0.69, 0.85, 0.19. Web safe color of #ce401e is #cc3333. Color #ce401e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01000000 | 00011110 |
Octal | 316 | 100 | 36 |
Decimal | 206 | 64 | 30 |
Hex | CE | 40 | 1E |
Shades of #ce401e
Tints of #ce401e
RGB Percentages of Color #ce401e
CMYK Percentages of Color #ce401e
Complementary Color
#ce401e | #1eacce |
#ce401e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce401e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce401e Color CSS Codes
.mybgcolor {background-color:#ce401e; } .myforecolor {color:#ce401e; } .mybordercolor {border:3px solid #ce401e; }
#ce401e Text Font Color
<p style="color:#ce401e">Text here</p>
This sample text font color is #ce401e
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.
#ce401e Background Color
<div style="background-color:#ce401e">
Div content here</div>
This div background color is #ce401e
#ce401e Border Color
<div style="border:3px solid #ce401e">
Div here</div>
This div border color is #ce401e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,64,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce401e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce401e; -webkit-box-shadow: 1px 1px 3px 2px #ce401e; box-shadow: 1px 1px 3px 2px #ce401e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,64,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce401e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce401e; -webkit-box-shadow: 1px 1px 3px 2px #ce401e; box-shadow: 1px 1px 3px 2px #ce401e;">
Div content here</div>
This div box has shadow with color #ce401e
Comments
No comments written yet.
Please login to write comment.