Color Hex Logo

#ca163d Color Hex

#CA163D
(202,22,61)
0 Favorites   0 Comments

Color spaces of #ca163d

RGB 2022261
HSL0.960.800.44
HSV347°89°79°
CMYK 0.000.890.70   0.21
XYZ25.486313.46735.6710
Yxy13.46730.57110.3018
Hunter Lab36.697859.745416.5263
CIE-Lab43.459166.134027.8255

#ca163d color RGB value is (202,22,61).

#ca163d hex color red value is 202, green value is 22 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ca163d hue: 0.96 , saturation: 0.80 and the lightness value of ca163d is 0.44.

The process color (four color CMYK) of #ca163d color hex is 0.00, 0.89, 0.70, 0.21. Web safe color of #ca163d is #cc0033. Color #ca163d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010110 00111101
Octal 312 26 75
Decimal 202 22 61
Hex CA 16 3D

RGB Percentages of Color #ca163d

%70.88
%7.72
%21.40

CMYK Percentages of Color #ca163d

%0
%89
%70
%21

Triadic Colors of #ca163d

#ca163d #3dca16 #163dca

Analogous Colors of #ca163d

#ca163d #ca4916 #ca1697

Monochromatic Colors of #ca163d

#ca163d

Complementary Color

#ca163d #16caa3

#ca163d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca163d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca163d Color CSS Codes

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

#ca163d Text Font Color

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

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


#ca163d Background Color

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

This div background color is #ca163d


#ca163d Border Color

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

This div border color is #ca163d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca163d


Comments

No comments written yet.

Please login to write comment.