Color Hex Logo

#ca243c Color Hex

#CA243C
(202,36,60)
0 Favorites   0 Comments

Color spaces of #ca243c

RGB 2023660
HSL0.980.700.47
HSV351°82°79°
CMYK 0.000.820.70   0.21
XYZ25.803614.14465.6451
Yxy14.14460.56600.3102
Hunter Lab37.609356.651917.4272
CIE-Lab44.439663.240129.6300

#ca243c color RGB value is (202,36,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100100 00111100
Octal 312 44 74
Decimal 202 36 60
Hex CA 24 3C

RGB Percentages of Color #ca243c

%67.79
%12.08
%20.13

CMYK Percentages of Color #ca243c

%0
%82
%70
%21

Triadic Colors of #ca243c

#ca243c #3cca24 #243cca

Analogous Colors of #ca243c

#ca243c #ca5f24 #ca248f

Monochromatic Colors of #ca243c

#ca243c

Complementary Color

#ca243c #24cab2

#ca243c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca243c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca243c Color CSS Codes

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

#ca243c Text Font Color

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

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


#ca243c Background Color

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

This div background color is #ca243c


#ca243c Border Color

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

This div border color is #ca243c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca243c


Comments

No comments written yet.

Please login to write comment.