Color spaces of #ce421b
RGB | 206 | 66 | 27 |
---|---|---|---|
HSL | 0.04 | 0.77 | 0.46 |
HSV | 13° | 87° | 81° |
CMYK | 0.00 | 0.68 | 0.87 0.19 |
XYZ | 27.5996 | 17.0974 | 2.8824 |
Yxy | 17.0974 | 0.5801 | 0.3593 |
Hunter Lab | 41.3490 | 46.7843 | 24.8113 |
CIE-Lab | 48.3825 | 53.5883 | 51.3977 |
#ce421b color RGB value is (206,66,27).
#ce421b hex color red value is 206, green value is 66 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ce421b hue: 0.04 , saturation: 0.77 and the lightness value of ce421b is 0.46.
The process color (four color CMYK) of #ce421b color hex is 0.00, 0.68, 0.87, 0.19. Web safe color of #ce421b is #cc3333. Color #ce421b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 01000010 | 00011011 |
Octal | 316 | 102 | 33 |
Decimal | 206 | 66 | 27 |
Hex | CE | 42 | 1B |
Shades of #ce421b
Tints of #ce421b
RGB Percentages of Color #ce421b
CMYK Percentages of Color #ce421b
Complementary Color
#ce421b | #1ba7ce |
#ce421b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce421b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce421b Color CSS Codes
.mybgcolor {background-color:#ce421b; } .myforecolor {color:#ce421b; } .mybordercolor {border:3px solid #ce421b; }
#ce421b Text Font Color
<p style="color:#ce421b">Text here</p>
This sample text font color is #ce421b
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.
#ce421b Background Color
<div style="background-color:#ce421b">
Div content here</div>
This div background color is #ce421b
#ce421b Border Color
<div style="border:3px solid #ce421b">
Div here</div>
This div border color is #ce421b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,66,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce421b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce421b; -webkit-box-shadow: 1px 1px 3px 2px #ce421b; box-shadow: 1px 1px 3px 2px #ce421b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,66,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce421b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce421b; -webkit-box-shadow: 1px 1px 3px 2px #ce421b; box-shadow: 1px 1px 3px 2px #ce421b;">
Div content here</div>
This div box has shadow with color #ce421b
Comments
No comments written yet.
Please login to write comment.