Color Hex Logo

#c1302b Color Hex

#C1302B
(193,48,43)
0 Favorites   0 Comments

Color spaces of #c1302b

RGB 1934843
HSL0.010.640.46
HSV78°76°
CMYK 0.000.750.78   0.24
XYZ23.485313.62583.6777
Yxy13.62580.57580.3341
Hunter Lab36.913148.969319.9321
CIE-Lab43.691456.463338.2662

#c1302b color RGB value is (193,48,43).

#c1302b hex color red value is 193, green value is 48 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #c1302b hue: 0.01 , saturation: 0.64 and the lightness value of c1302b is 0.46.

The process color (four color CMYK) of #c1302b color hex is 0.00, 0.75, 0.78, 0.24. Web safe color of #c1302b is #cc3333. Color #c1302b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110000 00101011
Octal 301 60 53
Decimal 193 48 43
Hex C1 30 2B

RGB Percentages of Color #c1302b

%67.96
%16.90
%15.14

CMYK Percentages of Color #c1302b

%0
%75
%78
%24

Triadic Colors of #c1302b

#c1302b #2bc130 #302bc1

Analogous Colors of #c1302b

#c1302b #c17b2b #c12b71

Monochromatic Colors of #c1302b

#c1302b

Complementary Color

#c1302b #2bbcc1

#c1302b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1302b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1302b Color CSS Codes

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

#c1302b Text Font Color

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

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


#c1302b Background Color

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

This div background color is #c1302b


#c1302b Border Color

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

This div border color is #c1302b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,48,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1302b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1302b;
  -webkit-box-shadow: 1px 1px 3px 2px #c1302b;
  box-shadow:         1px 1px 3px 2px #c1302b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,48,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1302b


Comments

No comments written yet.

Please login to write comment.