Color Hex Logo

#c4272a Color Hex

#C4272A
(196,39,42)
0 Favorites   0 Comments

Color spaces of #c4272a

RGB 1963942
HSL1.000.670.46
HSV359°80°77°
CMYK 0.000.800.79   0.23
XYZ23.908413.35403.5079
Yxy13.35400.58640.3275
Hunter Lab36.543152.833519.8887
CIE-Lab43.291960.058538.5880

#c4272a color RGB value is (196,39,42).

#c4272a hex color red value is 196, green value is 39 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c4272a hue: 1.00 , saturation: 0.67 and the lightness value of c4272a is 0.46.

The process color (four color CMYK) of #c4272a color hex is 0.00, 0.80, 0.79, 0.23. Web safe color of #c4272a is #cc3333. Color #c4272a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100111 00101010
Octal 304 47 52
Decimal 196 39 42
Hex C4 27 2A

RGB Percentages of Color #c4272a

%70.76
%14.08
%15.16

CMYK Percentages of Color #c4272a

%0
%80
%79
%23

Triadic Colors of #c4272a

#c4272a #2ac427 #272ac4

Analogous Colors of #c4272a

#c4272a #c47327 #c42779

Monochromatic Colors of #c4272a

#c4272a

Complementary Color

#c4272a #27c4c1

#c4272a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4272a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4272a Color CSS Codes

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

#c4272a Text Font Color

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

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


#c4272a Background Color

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

This div background color is #c4272a


#c4272a Border Color

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

This div border color is #c4272a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4272a


Comments

No comments written yet.

Please login to write comment.