Color Hex Logo

#ca310e Color Hex

#CA310E
(202,49,14)
0 Favorites   0 Comments

Color spaces of #ca310e

RGB 2024914
HSL0.030.870.42
HSV11°93°79°
CMYK 0.000.760.93   0.21
XYZ25.534714.78491.9234
Yxy14.78490.60450.3500
Hunter Lab38.451151.249123.9500
CIE-Lab45.338258.238453.6680

#ca310e color RGB value is (202,49,14).

#ca310e hex color red value is 202, green value is 49 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ca310e hue: 0.03 , saturation: 0.87 and the lightness value of ca310e is 0.42.

The process color (four color CMYK) of #ca310e color hex is 0.00, 0.76, 0.93, 0.21. Web safe color of #ca310e is #cc3300. Color #ca310e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110001 00001110
Octal 312 61 16
Decimal 202 49 14
Hex CA 31 E

RGB Percentages of Color #ca310e

%76.23
%18.49
%5.28

CMYK Percentages of Color #ca310e

%0
%76
%93
%21

Triadic Colors of #ca310e

#ca310e #0eca31 #310eca

Analogous Colors of #ca310e

#ca310e #ca8f0e #ca0e49

Monochromatic Colors of #ca310e

#ca310e

Complementary Color

#ca310e #0ea7ca

#ca310e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca310e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca310e Color CSS Codes

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

#ca310e Text Font Color

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

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


#ca310e Background Color

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

This div background color is #ca310e


#ca310e Border Color

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

This div border color is #ca310e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca310e


Comments

No comments written yet.

Please login to write comment.