Color Hex Logo

#ca243a Color Hex

#CA243A
(202,36,58)
0 Favorites   0 Comments

Color spaces of #ca243a

RGB 2023658
HSL0.980.700.47
HSV352°82°79°
CMYK 0.000.820.71   0.21
XYZ25.751714.12385.3719
Yxy14.12380.56910.3121
Hunter Lab37.581656.543917.8323
CIE-Lab44.410063.150730.8019

#ca243a color RGB value is (202,36,58).

#ca243a hex color red value is 202, green value is 36 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ca243a hue: 0.98 , saturation: 0.70 and the lightness value of ca243a is 0.47.

The process color (four color CMYK) of #ca243a color hex is 0.00, 0.82, 0.71, 0.21. Web safe color of #ca243a is #cc3333. Color #ca243a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100100 00111010
Octal 312 44 72
Decimal 202 36 58
Hex CA 24 3A

RGB Percentages of Color #ca243a

%68.24
%12.16
%19.59

CMYK Percentages of Color #ca243a

%0
%82
%71
%21

Triadic Colors of #ca243a

#ca243a #3aca24 #243aca

Analogous Colors of #ca243a

#ca243a #ca6124 #ca248d

Monochromatic Colors of #ca243a

#ca243a

Complementary Color

#ca243a #24cab4

#ca243a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca243a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca243a Color CSS Codes

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

#ca243a Text Font Color

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

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


#ca243a Background Color

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

This div background color is #ca243a


#ca243a Border Color

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

This div border color is #ca243a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca243a


Comments

No comments written yet.

Please login to write comment.