Color Hex Logo

#cb130e Color Hex

#CB130E
(203,19,14)
0 Favorites   0 Comments

Color spaces of #cb130e

RGB 2031914
HSL0.000.870.43
HSV93°80°
CMYK 0.000.910.93   0.20
XYZ24.940713.19401.6476
Yxy13.19400.62690.3317
Hunter Lab36.323558.996622.7371
CIE-Lab43.054165.562152.3491

#cb130e color RGB value is (203,19,14).

#cb130e hex color red value is 203, green value is 19 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #cb130e hue: 0.00 , saturation: 0.87 and the lightness value of cb130e is 0.43.

The process color (four color CMYK) of #cb130e color hex is 0.00, 0.91, 0.93, 0.20. Web safe color of #cb130e is #cc0000. Color #cb130e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00010011 00001110
Octal 313 23 16
Decimal 203 19 14
Hex CB 13 E

RGB Percentages of Color #cb130e

%86.02
%8.05
%5.93

CMYK Percentages of Color #cb130e

%0
%91
%93
%20

Triadic Colors of #cb130e

#cb130e #0ecb13 #130ecb

Analogous Colors of #cb130e

#cb130e #cb720e #cb0e68

Monochromatic Colors of #cb130e

#cb130e

Complementary Color

#cb130e #0ec6cb

#cb130e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb130e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb130e Color CSS Codes

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

#cb130e Text Font Color

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

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


#cb130e Background Color

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

This div background color is #cb130e


#cb130e Border Color

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

This div border color is #cb130e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb130e


Comments

No comments written yet.

Please login to write comment.