Color Hex Logo

#ca441d Color Hex

#CA441D
(202,68,29)
0 Favorites   0 Comments

Color spaces of #ca441d

RGB 2026829
HSL0.040.750.45
HSV14°86°79°
CMYK 0.000.660.86   0.21
XYZ26.646016.77952.9968
Yxy16.77950.57400.3615
Hunter Lab40.962844.428124.3363
CIE-Lab47.981051.461049.9270

#ca441d color RGB value is (202,68,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000100 00011101
Octal 312 104 35
Decimal 202 68 29
Hex CA 44 1D

RGB Percentages of Color #ca441d

%67.56
%22.74
%9.70

CMYK Percentages of Color #ca441d

%0
%66
%86
%21

Triadic Colors of #ca441d

#ca441d #1dca44 #441dca

Analogous Colors of #ca441d

#ca441d #ca9b1d #ca1d4d

Monochromatic Colors of #ca441d

#ca441d

Complementary Color

#ca441d #1da3ca

#ca441d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca441d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca441d Color CSS Codes

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

#ca441d Text Font Color

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

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


#ca441d Background Color

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

This div background color is #ca441d


#ca441d Border Color

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

This div border color is #ca441d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca441d


Comments

No comments written yet.

Please login to write comment.