Color Hex Logo

#ca221b Color Hex

#CA221B
(202,34,27)
0 Favorites   0 Comments

Color spaces of #ca221b

RGB 2023427
HSL0.010.760.45
HSV87°79°
CMYK 0.000.830.87   0.21
XYZ25.127013.77972.3723
Yxy13.77970.60870.3338
Hunter Lab37.121055.863822.1957
CIE-Lab43.915362.645147.4424

#ca221b color RGB value is (202,34,27).

#ca221b hex color red value is 202, green value is 34 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #ca221b hue: 0.01 , saturation: 0.76 and the lightness value of ca221b is 0.45.

The process color (four color CMYK) of #ca221b color hex is 0.00, 0.83, 0.87, 0.21. Web safe color of #ca221b is #cc3333. Color #ca221b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00100010 00011011
Octal 312 42 33
Decimal 202 34 27
Hex CA 22 1B

RGB Percentages of Color #ca221b

%76.81
%12.93
%10.27

CMYK Percentages of Color #ca221b

%0
%83
%87
%21

Triadic Colors of #ca221b

#ca221b #1bca22 #221bca

Analogous Colors of #ca221b

#ca221b #ca7a1b #ca1b6c

Monochromatic Colors of #ca221b

#ca221b

Complementary Color

#ca221b #1bc3ca

#ca221b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca221b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca221b Color CSS Codes

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

#ca221b Text Font Color

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

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


#ca221b Background Color

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

This div background color is #ca221b


#ca221b Border Color

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

This div border color is #ca221b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca221b


Comments

No comments written yet.

Please login to write comment.