Color Hex Logo

#c4253a Color Hex

#C4253A
(196,37,58)
0 Favorites   0 Comments

Color spaces of #c4253a

RGB 1963758
HSL0.980.680.46
HSV352°81°77°
CMYK 0.000.810.70   0.23
XYZ24.190213.36445.3076
Yxy13.36440.56440.3118
Hunter Lab36.557454.139116.9821
CIE-Lab43.307361.227429.1945

#c4253a color RGB value is (196,37,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 00111010
Octal 304 45 72
Decimal 196 37 58
Hex C4 25 3A

RGB Percentages of Color #c4253a

%67.35
%12.71
%19.93

CMYK Percentages of Color #c4253a

%0
%81
%70
%23

Triadic Colors of #c4253a

#c4253a #3ac425 #253ac4

Analogous Colors of #c4253a

#c4253a #c45f25 #c4258a

Monochromatic Colors of #c4253a

#c4253a

Complementary Color

#c4253a #25c4af

#c4253a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4253a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4253a Color CSS Codes

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

#c4253a Text Font Color

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

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


#c4253a Background Color

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

This div background color is #c4253a


#c4253a Border Color

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

This div border color is #c4253a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4253a


Comments

No comments written yet.

Please login to write comment.