Color Hex Logo

#ca151b Color Hex

#CA151B
(202,21,27)
0 Favorites   0 Comments

Color spaces of #ca151b

RGB 2022127
HSL0.990.810.44
HSV358°90°79°
CMYK 0.000.900.87   0.21
XYZ24.823113.17202.2710
Yxy13.17200.61650.3271
Hunter Lab36.293358.573521.6953
CIE-Lab43.021365.199846.7076

#ca151b color RGB value is (202,21,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010101 00011011
Octal 312 25 33
Decimal 202 21 27
Hex CA 15 1B

RGB Percentages of Color #ca151b

%80.80
%8.40
%10.80

CMYK Percentages of Color #ca151b

%0
%90
%87
%21

Triadic Colors of #ca151b

#ca151b #1bca15 #151bca

Analogous Colors of #ca151b

#ca151b #ca6a15 #ca1576

Monochromatic Colors of #ca151b

#ca151b

Complementary Color

#ca151b #15cac4

#ca151b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca151b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca151b Color CSS Codes

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

#ca151b Text Font Color

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

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


#ca151b Background Color

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

This div background color is #ca151b


#ca151b Border Color

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

This div border color is #ca151b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,21,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 #ca151b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca151b


Comments

No comments written yet.

Please login to write comment.