Color Hex Logo

#c4263a Color Hex

#C4263A
(196,38,58)
0 Favorites   0 Comments

Color spaces of #c4263a

RGB 1963858
HSL0.980.680.46
HSV352°81°77°
CMYK 0.000.810.70   0.23
XYZ24.221813.42755.3181
Yxy13.42750.56370.3125
Hunter Lab36.643653.864317.0457
CIE-Lab43.400460.963629.3070

#c4263a color RGB value is (196,38,58).

#c4263a hex color red value is 196, green value is 38 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c4263a hue: 0.98 , saturation: 0.68 and the lightness value of c4263a is 0.46.

The process color (four color CMYK) of #c4263a color hex is 0.00, 0.81, 0.70, 0.23. Web safe color of #c4263a is #cc3333. Color #c4263a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100110 00111010
Octal 304 46 72
Decimal 196 38 58
Hex C4 26 3A

RGB Percentages of Color #c4263a

%67.12
%13.01
%19.86

CMYK Percentages of Color #c4263a

%0
%81
%70
%23

Triadic Colors of #c4263a

#c4263a #3ac426 #263ac4

Analogous Colors of #c4263a

#c4263a #c46126 #c42689

Monochromatic Colors of #c4263a

#c4263a

Complementary Color

#c4263a #26c4b0

#c4263a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4263a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4263a Color CSS Codes

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

#c4263a Text Font Color

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

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


#c4263a Background Color

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

This div background color is #c4263a


#c4263a Border Color

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

This div border color is #c4263a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,38,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4263a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4263a;
  -webkit-box-shadow: 1px 1px 3px 2px #c4263a;
  box-shadow:         1px 1px 3px 2px #c4263a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,38,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4263a


Comments

No comments written yet.

Please login to write comment.