Color Hex Logo

#ca120d Color Hex

#CA120D
(202,18,13)
0 Favorites   0 Comments

Color spaces of #ca120d

RGB 2021813
HSL0.000.880.42
HSV94°79°
CMYK 0.000.910.94   0.21
XYZ24.646113.01821.5945
Yxy13.01820.62780.3316
Hunter Lab36.080758.788822.6363
CIE-Lab42.790765.432352.4321

#ca120d color RGB value is (202,18,13).

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

The process color (four color CMYK) of #ca120d color hex is 0.00, 0.91, 0.94, 0.21. Web safe color of #ca120d is #cc0000. Color #ca120d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010010 00001101
Octal 312 22 15
Decimal 202 18 13
Hex CA 12 D

RGB Percentages of Color #ca120d

%86.70
%7.73
%5.58

CMYK Percentages of Color #ca120d

%0
%91
%94
%21

Triadic Colors of #ca120d

#ca120d #0dca12 #120dca

Analogous Colors of #ca120d

#ca120d #ca710d #ca0d67

Monochromatic Colors of #ca120d

#ca120d

Complementary Color

#ca120d #0dc5ca

#ca120d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca120d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca120d Color CSS Codes

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

#ca120d Text Font Color

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

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


#ca120d Background Color

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

This div background color is #ca120d


#ca120d Border Color

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

This div border color is #ca120d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca120d


Comments

No comments written yet.

Please login to write comment.