Color Hex Logo

#c4231f Color Hex

#C4231F
(196,35,31)
0 Favorites   0 Comments

Color spaces of #c4231f

RGB 1963531
HSL0.000.730.45
HSV84°77°
CMYK 0.000.820.84   0.23
XYZ23.613313.03682.5681
Yxy13.03680.60210.3324
Hunter Lab36.106553.550821.0575
CIE-Lab42.818660.794344.0552

#c4231f color RGB value is (196,35,31).

#c4231f hex color red value is 196, green value is 35 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c4231f hue: 0.00 , saturation: 0.73 and the lightness value of c4231f is 0.45.

The process color (four color CMYK) of #c4231f color hex is 0.00, 0.82, 0.84, 0.23. Web safe color of #c4231f is #cc3333. Color #c4231f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100011 00011111
Octal 304 43 37
Decimal 196 35 31
Hex C4 23 1F

RGB Percentages of Color #c4231f

%74.81
%13.36
%11.83

CMYK Percentages of Color #c4231f

%0
%82
%84
%23

Triadic Colors of #c4231f

#c4231f #1fc423 #231fc4

Analogous Colors of #c4231f

#c4231f #c4761f #c41f6e

Monochromatic Colors of #c4231f

#c4231f

Complementary Color

#c4231f #1fc0c4

#c4231f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4231f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4231f Color CSS Codes

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

#c4231f Text Font Color

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

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


#c4231f Background Color

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

This div background color is #c4231f


#c4231f Border Color

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

This div border color is #c4231f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4231f


Comments

No comments written yet.

Please login to write comment.