Color Hex Logo

#ca1524 Color Hex

#CA1524
(202,21,36)
0 Favorites   0 Comments

Color spaces of #ca1524

RGB 2022136
HSL0.990.810.44
HSV355°90°79°
CMYK 0.000.900.82   0.21
XYZ24.943713.22032.9062
Yxy13.22030.60730.3219
Hunter Lab36.359758.826020.7128
CIE-Lab43.093365.405942.1148

#ca1524 color RGB value is (202,21,36).

#ca1524 hex color red value is 202, green value is 21 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #ca1524 hue: 0.99 , saturation: 0.81 and the lightness value of ca1524 is 0.44.

The process color (four color CMYK) of #ca1524 color hex is 0.00, 0.90, 0.82, 0.21. Web safe color of #ca1524 is #cc0033. Color #ca1524 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010101 00100100
Octal 312 25 44
Decimal 202 21 36
Hex CA 15 24

RGB Percentages of Color #ca1524

%77.99
%8.11
%13.90

CMYK Percentages of Color #ca1524

%0
%90
%82
%21

Triadic Colors of #ca1524

#ca1524 #24ca15 #1524ca

Analogous Colors of #ca1524

#ca1524 #ca6115 #ca157f

Monochromatic Colors of #ca1524

#ca1524

Complementary Color

#ca1524 #15cabb

#ca1524 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1524 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1524 Color CSS Codes

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

#ca1524 Text Font Color

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

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


#ca1524 Background Color

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

This div background color is #ca1524


#ca1524 Border Color

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

This div border color is #ca1524


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca1524


Comments

No comments written yet.

Please login to write comment.