Color spaces of #ca281e
RGB | 202 | 40 | 30 |
---|---|---|---|
HSL | 0.01 | 0.74 | 0.45 |
HSV | 3° | 85° | 79° |
CMYK | 0.00 | 0.80 | 0.85 0.21 |
XYZ | 25.3503 | 14.1679 | 2.6269 |
Yxy | 14.1679 | 0.6015 | 0.3362 |
Hunter Lab | 37.6403 | 54.3473 | 22.2104 |
CIE-Lab | 44.4728 | 61.1901 | 46.4727 |
#ca281e color RGB value is (202,40,30).
#ca281e hex color red value is 202, green value is 40 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ca281e hue: 0.01 , saturation: 0.74 and the lightness value of ca281e is 0.45.
The process color (four color CMYK) of #ca281e color hex is 0.00, 0.80, 0.85, 0.21. Web safe color of #ca281e is #cc3333. Color #ca281e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 00101000 | 00011110 |
Octal | 312 | 50 | 36 |
Decimal | 202 | 40 | 30 |
Hex | CA | 28 | 1E |
Shades of #ca281e
Tints of #ca281e
RGB Percentages of Color #ca281e
CMYK Percentages of Color #ca281e
Complementary Color
#ca281e | #1ec0ca |
#ca281e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca281e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca281e Color CSS Codes
.mybgcolor {background-color:#ca281e; } .myforecolor {color:#ca281e; } .mybordercolor {border:3px solid #ca281e; }
#ca281e Text Font Color
<p style="color:#ca281e">Text here</p>
This sample text font color is #ca281e
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.
#ca281e Background Color
<div style="background-color:#ca281e">
Div content here</div>
This div background color is #ca281e
#ca281e Border Color
<div style="border:3px solid #ca281e">
Div here</div>
This div border color is #ca281e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,40,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca281e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca281e; -webkit-box-shadow: 1px 1px 3px 2px #ca281e; box-shadow: 1px 1px 3px 2px #ca281e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,40,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 #ca281e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca281e; -webkit-box-shadow: 1px 1px 3px 2px #ca281e; box-shadow: 1px 1px 3px 2px #ca281e;">
Div content here</div>
This div box has shadow with color #ca281e
Comments
No comments written yet.
Please login to write comment.