Color Hex Logo

#ca290e Color Hex

#CA290E
(202,41,14)
0 Favorites   0 Comments

Color spaces of #ca290e

RGB 2024114
HSL0.020.870.42
HSV93°79°
CMYK 0.000.800.93   0.21
XYZ25.229314.17411.8216
Yxy14.17410.61200.3438
Hunter Lab37.648553.732923.4852
CIE-Lab44.481660.639253.1268

#ca290e color RGB value is (202,41,14).

#ca290e hex color red value is 202, green value is 41 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ca290e hue: 0.02 , saturation: 0.87 and the lightness value of ca290e is 0.42.

The process color (four color CMYK) of #ca290e color hex is 0.00, 0.80, 0.93, 0.21. Web safe color of #ca290e is #cc3300. Color #ca290e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 00001110
Octal 312 51 16
Decimal 202 41 14
Hex CA 29 E

RGB Percentages of Color #ca290e

%78.60
%15.95
%5.45

CMYK Percentages of Color #ca290e

%0
%80
%93
%21

Triadic Colors of #ca290e

#ca290e #0eca29 #290eca

Analogous Colors of #ca290e

#ca290e #ca870e #ca0e51

Monochromatic Colors of #ca290e

#ca290e

Complementary Color

#ca290e #0eafca

#ca290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca290e Color CSS Codes

.mybgcolor {background-color:#ca290e; } 
.myforecolor {color:#ca290e; }
.mybordercolor {border:3px solid #ca290e; }

#ca290e Text Font Color

<p style="color:#ca290e">Text here</p>

This sample text font color is #ca290e
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.


#ca290e Background Color

<div style="background-color:#ca290e">
Div content here</div>

This div background color is #ca290e


#ca290e Border Color

<div style="border:3px solid #ca290e">
Div here</div>

This div border color is #ca290e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,41,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca290e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca290e;
  -webkit-box-shadow: 1px 1px 3px 2px #ca290e;
  box-shadow:         1px 1px 3px 2px #ca290e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,41,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca290e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca290e;
  -webkit-box-shadow: 1px 1px 3px 2px #ca290e;
  box-shadow:         1px 1px 3px 2px #ca290e;">
Div content here</div>

This div box has shadow with color #ca290e


Comments

No comments written yet.

Please login to write comment.