Color Hex Logo

#ca372d Color Hex

#CA372D
(202,55,45)
0 Favorites   0 Comments

Color spaces of #ca372d

RGB 2025545
HSL0.010.640.48
HSV78°79°
CMYK 0.000.730.78   0.21
XYZ26.197015.47844.0895
Yxy15.47840.57240.3382
Hunter Lab39.342650.008021.3769
CIE-Lab46.282656.933240.4056

#ca372d color RGB value is (202,55,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110111 00101101
Octal 312 67 55
Decimal 202 55 45
Hex CA 37 2D

RGB Percentages of Color #ca372d

%66.89
%18.21
%14.90

CMYK Percentages of Color #ca372d

%0
%73
%78
%21

Triadic Colors of #ca372d

#ca372d #2dca37 #372dca

Analogous Colors of #ca372d

#ca372d #ca862d #ca2d72

Monochromatic Colors of #ca372d

#ca372d

Complementary Color

#ca372d #2dc0ca

#ca372d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca372d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca372d Color CSS Codes

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

#ca372d Text Font Color

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

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


#ca372d Background Color

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

This div background color is #ca372d


#ca372d Border Color

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

This div border color is #ca372d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca372d


Comments

No comments written yet.

Please login to write comment.