Color Hex Logo

#ca441e Color Hex

#CA441E
(202,68,30)
0 Favorites   0 Comments

Color spaces of #ca441e

RGB 2026830
HSL0.040.740.45
HSV13°85°79°
CMYK 0.000.660.85   0.21
XYZ26.658616.78453.0630
Yxy16.78450.57320.3609
Hunter Lab40.968944.455024.2455
CIE-Lab47.987451.485249.4966

#ca441e color RGB value is (202,68,30).

#ca441e hex color red value is 202, green value is 68 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ca441e hue: 0.04 , saturation: 0.74 and the lightness value of ca441e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000100 00011110
Octal 312 104 36
Decimal 202 68 30
Hex CA 44 1E

RGB Percentages of Color #ca441e

%67.33
%22.67
%10.00

CMYK Percentages of Color #ca441e

%0
%66
%85
%21

Triadic Colors of #ca441e

#ca441e #1eca44 #441eca

Analogous Colors of #ca441e

#ca441e #ca9a1e #ca1e4e

Monochromatic Colors of #ca441e

#ca441e

Complementary Color

#ca441e #1ea4ca

#ca441e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca441e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca441e Color CSS Codes

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

#ca441e Text Font Color

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

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


#ca441e Background Color

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

This div background color is #ca441e


#ca441e Border Color

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

This div border color is #ca441e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca441e


Comments

No comments written yet.

Please login to write comment.