Color Hex Logo

#ca370d Color Hex

#CA370D
(202,55,13)
0 Favorites   0 Comments

Color spaces of #ca370d

RGB 2025513
HSL0.040.880.42
HSV13°94°79°
CMYK 0.000.730.94   0.21
XYZ25.796015.31801.9778
Yxy15.31800.59860.3555
Hunter Lab39.138249.157524.4006
CIE-Lab46.066756.194954.4376

#ca370d color RGB value is (202,55,13).

#ca370d hex color red value is 202, green value is 55 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #ca370d hue: 0.04 , saturation: 0.88 and the lightness value of ca370d is 0.42.

The process color (four color CMYK) of #ca370d color hex is 0.00, 0.73, 0.94, 0.21. Web safe color of #ca370d is #cc3300. Color #ca370d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110111 00001101
Octal 312 67 15
Decimal 202 55 13
Hex CA 37 D

RGB Percentages of Color #ca370d

%74.81
%20.37
%4.81

CMYK Percentages of Color #ca370d

%0
%73
%94
%21

Triadic Colors of #ca370d

#ca370d #0dca37 #370dca

Analogous Colors of #ca370d

#ca370d #ca960d #ca0d41

Monochromatic Colors of #ca370d

#ca370d

Complementary Color

#ca370d #0da0ca

#ca370d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca370d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca370d Color CSS Codes

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

#ca370d Text Font Color

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

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


#ca370d Background Color

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

This div background color is #ca370d


#ca370d Border Color

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

This div border color is #ca370d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca370d


Comments

No comments written yet.

Please login to write comment.