Color spaces of #ca443b
RGB | 202 | 68 | 59 |
---|---|---|---|
HSL | 0.01 | 0.57 | 0.51 |
HSV | 4° | 71° | 79° |
CMYK | 0.00 | 0.66 | 0.71 0.21 |
XYZ | 27.2137 | 17.0066 | 5.9859 |
Yxy | 17.0066 | 0.5420 | 0.3387 |
Hunter Lab | 41.2391 | 45.6240 | 20.2613 |
CIE-Lab | 48.2684 | 52.5300 | 34.7597 |
#ca443b color RGB value is (202,68,59).
#ca443b hex color red value is 202, green value is 68 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ca443b hue: 0.01 , saturation: 0.57 and the lightness value of ca443b is 0.51.
The process color (four color CMYK) of #ca443b color hex is 0.00, 0.66, 0.71, 0.21. Web safe color of #ca443b is #cc3333. Color #ca443b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 01000100 | 00111011 |
Octal | 312 | 104 | 73 |
Decimal | 202 | 68 | 59 |
Hex | CA | 44 | 3B |
Shades of #ca443b
Tints of #ca443b
RGB Percentages of Color #ca443b
CMYK Percentages of Color #ca443b
Complementary Color
#ca443b | #3bc1ca |
#ca443b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ca443b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ca443b Color CSS Codes
.mybgcolor {background-color:#ca443b; } .myforecolor {color:#ca443b; } .mybordercolor {border:3px solid #ca443b; }
#ca443b Text Font Color
<p style="color:#ca443b">Text here</p>
This sample text font color is #ca443b
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.
#ca443b Background Color
<div style="background-color:#ca443b">
Div content here</div>
This div background color is #ca443b
#ca443b Border Color
<div style="border:3px solid #ca443b">
Div here</div>
This div border color is #ca443b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,68,59, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ca443b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ca443b; -webkit-box-shadow: 1px 1px 3px 2px #ca443b; box-shadow: 1px 1px 3px 2px #ca443b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,68,59, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ca443b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ca443b; -webkit-box-shadow: 1px 1px 3px 2px #ca443b; box-shadow: 1px 1px 3px 2px #ca443b;">
Div content here</div>
This div box has shadow with color #ca443b
Comments
No comments written yet.
Please login to write comment.