Color Hex Logo

#ca291f Color Hex

#CA291F
(202,41,31)
0 Favorites   0 Comments

Color spaces of #ca291f

RGB 2024131
HSL0.010.730.46
HSV85°79°
CMYK 0.000.800.85   0.21
XYZ25.397414.24142.7066
Yxy14.24140.59980.3363
Hunter Lab37.737854.088822.1641
CIE-Lab44.577260.939346.0740

#ca291f color RGB value is (202,41,31).

#ca291f hex color red value is 202, green value is 41 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ca291f hue: 0.01 , saturation: 0.73 and the lightness value of ca291f is 0.46.

The process color (four color CMYK) of #ca291f color hex is 0.00, 0.80, 0.85, 0.21. Web safe color of #ca291f is #cc3333. Color #ca291f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 00011111
Octal 312 51 37
Decimal 202 41 31
Hex CA 29 1F

RGB Percentages of Color #ca291f

%73.72
%14.96
%11.31

CMYK Percentages of Color #ca291f

%0
%80
%85
%21

Triadic Colors of #ca291f

#ca291f #1fca29 #291fca

Analogous Colors of #ca291f

#ca291f #ca7f1f #ca1f6b

Monochromatic Colors of #ca291f

#ca291f

Complementary Color

#ca291f #1fc0ca

#ca291f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca291f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca291f Color CSS Codes

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

#ca291f Text Font Color

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

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


#ca291f Background Color

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

This div background color is #ca291f


#ca291f Border Color

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

This div border color is #ca291f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca291f


Comments

No comments written yet.

Please login to write comment.