Color Hex Logo

#ca421d Color Hex

#CA421D
(202,66,29)
0 Favorites   0 Comments

Color spaces of #ca421d

RGB 2026629
HSL0.040.750.45
HSV13°86°79°
CMYK 0.000.670.86   0.21
XYZ26.527116.54172.9571
Yxy16.54170.57640.3594
Hunter Lab40.671545.247724.1592
CIE-Lab47.677352.282549.6713

#ca421d color RGB value is (202,66,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000010 00011101
Octal 312 102 35
Decimal 202 66 29
Hex CA 42 1D

RGB Percentages of Color #ca421d

%68.01
%22.22
%9.76

CMYK Percentages of Color #ca421d

%0
%67
%86
%21

Triadic Colors of #ca421d

#ca421d #1dca42 #421dca

Analogous Colors of #ca421d

#ca421d #ca991d #ca1d4f

Monochromatic Colors of #ca421d

#ca421d

Complementary Color

#ca421d #1da5ca

#ca421d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca421d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca421d Color CSS Codes

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

#ca421d Text Font Color

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

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


#ca421d Background Color

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

This div background color is #ca421d


#ca421d Border Color

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

This div border color is #ca421d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca421d


Comments

No comments written yet.

Please login to write comment.