Color Hex Logo

#ca040e Color Hex

#CA040E
(202,4,14)
0 Favorites   0 Comments

Color spaces of #ca040e

RGB 202414
HSL0.990.960.40
HSV357°98°79°
CMYK 0.000.980.93   0.21
XYZ24.479812.67511.5718
Yxy12.67510.63210.3273
Hunter Lab35.602160.431922.3039
CIE-Lab42.269666.959751.7670

#ca040e color RGB value is (202,4,14).

#ca040e hex color red value is 202, green value is 4 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ca040e hue: 0.99 , saturation: 0.96 and the lightness value of ca040e is 0.40.

The process color (four color CMYK) of #ca040e color hex is 0.00, 0.98, 0.93, 0.21. Web safe color of #ca040e is #cc0000. Color #ca040e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00000100 00001110
Octal 312 4 16
Decimal 202 4 14
Hex CA 4 E

RGB Percentages of Color #ca040e

%91.82
%1.82
%6.36

CMYK Percentages of Color #ca040e

%0
%98
%93
%21

Triadic Colors of #ca040e

#ca040e #0eca04 #040eca

Analogous Colors of #ca040e

#ca040e #ca5d04 #ca0471

Monochromatic Colors of #ca040e

#ca040e

Complementary Color

#ca040e #04cac0

#ca040e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca040e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca040e Color CSS Codes

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

#ca040e Text Font Color

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

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


#ca040e Background Color

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

This div background color is #ca040e


#ca040e Border Color

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

This div border color is #ca040e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,4,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 #ca040e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca040e


Comments

No comments written yet.

Please login to write comment.