Color Hex Logo

#c1241a Color Hex

#C1241A
(193,36,26)
0 Favorites   0 Comments

Color spaces of #c1241a

RGB 1933626
HSL0.010.760.43
HSV87°76°
CMYK 0.000.810.87   0.24
XYZ22.809612.67382.2214
Yxy12.67380.60500.3361
Hunter Lab35.600352.067021.2206
CIE-Lab42.267659.562345.8119

#c1241a color RGB value is (193,36,26).

#c1241a hex color red value is 193, green value is 36 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c1241a hue: 0.01 , saturation: 0.76 and the lightness value of c1241a is 0.43.

The process color (four color CMYK) of #c1241a color hex is 0.00, 0.81, 0.87, 0.24. Web safe color of #c1241a is #cc3333. Color #c1241a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100100 00011010
Octal 301 44 32
Decimal 193 36 26
Hex C1 24 1A

RGB Percentages of Color #c1241a

%75.69
%14.12
%10.20

CMYK Percentages of Color #c1241a

%0
%81
%87
%24

Triadic Colors of #c1241a

#c1241a #1ac124 #241ac1

Analogous Colors of #c1241a

#c1241a #c1781a #c11a64

Monochromatic Colors of #c1241a

#c1241a

Complementary Color

#c1241a #1ab7c1

#c1241a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1241a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1241a Color CSS Codes

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

#c1241a Text Font Color

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

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


#c1241a Background Color

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

This div background color is #c1241a


#c1241a Border Color

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

This div border color is #c1241a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1241a


Comments

No comments written yet.

Please login to write comment.