Color Hex Logo

#ca332d Color Hex

#CA332D
(202,51,45)
0 Favorites   0 Comments

Color spaces of #ca332d

RGB 2025145
HSL0.010.640.48
HSV78°79°
CMYK 0.000.750.78   0.21
XYZ26.014615.11374.0287
Yxy15.11370.57610.3347
Hunter Lab38.876351.412021.0693
CIE-Lab45.789558.301539.8891

#ca332d color RGB value is (202,51,45).

#ca332d hex color red value is 202, green value is 51 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ca332d hue: 0.01 , saturation: 0.64 and the lightness value of ca332d is 0.48.

The process color (four color CMYK) of #ca332d color hex is 0.00, 0.75, 0.78, 0.21. Web safe color of #ca332d is #cc3333. Color #ca332d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110011 00101101
Octal 312 63 55
Decimal 202 51 45
Hex CA 33 2D

RGB Percentages of Color #ca332d

%67.79
%17.11
%15.10

CMYK Percentages of Color #ca332d

%0
%75
%78
%21

Triadic Colors of #ca332d

#ca332d #2dca33 #332dca

Analogous Colors of #ca332d

#ca332d #ca822d #ca2d76

Monochromatic Colors of #ca332d

#ca332d

Complementary Color

#ca332d #2dc4ca

#ca332d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca332d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca332d Color CSS Codes

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

#ca332d Text Font Color

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

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


#ca332d Background Color

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

This div background color is #ca332d


#ca332d Border Color

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

This div border color is #ca332d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca332d


Comments

No comments written yet.

Please login to write comment.