Color Hex Logo

#ca112c Color Hex

#CA112C
(202,17,44)
0 Favorites   0 Comments

Color spaces of #ca112c

RGB 2021744
HSL0.980.840.43
HSV351°92°79°
CMYK 0.000.920.78   0.21
XYZ25.012213.13933.6007
Yxy13.13930.59910.3147
Hunter Lab36.248259.735419.4842
CIE-Lab42.972466.220037.4809

#ca112c color RGB value is (202,17,44).

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

The process color (four color CMYK) of #ca112c color hex is 0.00, 0.92, 0.78, 0.21. Web safe color of #ca112c is #cc0033. Color #ca112c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010001 00101100
Octal 312 21 54
Decimal 202 17 44
Hex CA 11 2C

RGB Percentages of Color #ca112c

%76.81
%6.46
%16.73

CMYK Percentages of Color #ca112c

%0
%92
%78
%21

Triadic Colors of #ca112c

#ca112c #2cca11 #112cca

Analogous Colors of #ca112c

#ca112c #ca5211 #ca1189

Monochromatic Colors of #ca112c

#ca112c

Complementary Color

#ca112c #11caaf

#ca112c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca112c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca112c Color CSS Codes

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

#ca112c Text Font Color

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

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


#ca112c Background Color

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

This div background color is #ca112c


#ca112c Border Color

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

This div border color is #ca112c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca112c


Comments

No comments written yet.

Please login to write comment.