Color Hex Logo

#ca1218 Color Hex

#CA1218
(202,18,24)
0 Favorites   0 Comments

Color spaces of #ca1218

RGB 2021824
HSL0.990.840.43
HSV358°91°79°
CMYK 0.000.910.88   0.21
XYZ24.738313.05512.0802
Yxy13.05510.62040.3274
Hunter Lab36.131858.982421.8788
CIE-Lab42.846265.590247.9928

#ca1218 color RGB value is (202,18,24).

#ca1218 hex color red value is 202, green value is 18 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ca1218 hue: 0.99 , saturation: 0.84 and the lightness value of ca1218 is 0.43.

The process color (four color CMYK) of #ca1218 color hex is 0.00, 0.91, 0.88, 0.21. Web safe color of #ca1218 is #cc0000. Color #ca1218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010010 00011000
Octal 312 22 30
Decimal 202 18 24
Hex CA 12 18

RGB Percentages of Color #ca1218

%82.79
%7.38
%9.84

CMYK Percentages of Color #ca1218

%0
%91
%88
%21

Triadic Colors of #ca1218

#ca1218 #18ca12 #1218ca

Analogous Colors of #ca1218

#ca1218 #ca6812 #ca1274

Monochromatic Colors of #ca1218

#ca1218

Complementary Color

#ca1218 #12cac4

#ca1218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1218 Color CSS Codes

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

#ca1218 Text Font Color

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

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


#ca1218 Background Color

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

This div background color is #ca1218


#ca1218 Border Color

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

This div border color is #ca1218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca1218


Comments

No comments written yet.

Please login to write comment.