Color Hex Logo

#ca341e Color Hex

#CA341E
(202,52,30)
0 Favorites   0 Comments

Color spaces of #ca341e

RGB 2025230
HSL0.020.740.45
HSV85°79°
CMYK 0.000.740.85   0.21
XYZ25.819515.10632.7833
Yxy15.10630.59070.3456
Hunter Lab38.866850.561822.9609
CIE-Lab45.779457.531447.6007

#ca341e color RGB value is (202,52,30).

#ca341e hex color red value is 202, green value is 52 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ca341e hue: 0.02 , saturation: 0.74 and the lightness value of ca341e is 0.45.

The process color (four color CMYK) of #ca341e color hex is 0.00, 0.74, 0.85, 0.21. Web safe color of #ca341e is #cc3333. Color #ca341e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110100 00011110
Octal 312 64 36
Decimal 202 52 30
Hex CA 34 1E

RGB Percentages of Color #ca341e

%71.13
%18.31
%10.56

CMYK Percentages of Color #ca341e

%0
%74
%85
%21

Triadic Colors of #ca341e

#ca341e #1eca34 #341eca

Analogous Colors of #ca341e

#ca341e #ca8a1e #ca1e5e

Monochromatic Colors of #ca341e

#ca341e

Complementary Color

#ca341e #1eb4ca

#ca341e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca341e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca341e Color CSS Codes

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

#ca341e Text Font Color

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

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


#ca341e Background Color

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

This div background color is #ca341e


#ca341e Border Color

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

This div border color is #ca341e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca341e


Comments

No comments written yet.

Please login to write comment.