color codes Logo

#c4331f color codes

#C4331F
(196,51,31)
0 Favorites   0 Comments

Color spaces of #c4331f

RGB 1965131
HSL0.020.730.45
HSV84°77°
CMYK 0.000.740.84   0.23
XYZ24.196114.20232.7624
Yxy14.20230.58780.3450
Hunter Lab37.685948.654822.0342
CIE-Lab44.521756.018645.5800

#c4331f color RGB value is (196,51,31).

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

The process color (four color CMYK) of #c4331f color code is 0.00, 0.74, 0.84, 0.23. Web safe color of #c4331f is #cc3333. Color #c4331f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110011 00011111
Octal 304 63 37
Decimal 196 51 31
Hex C4 33 1F

RGB Percentages of Color #c4331f

%70.50
%18.35
%11.15

CMYK Percentages of Color #c4331f

%0
%74
%84
%23

Triadic Colors of #c4331f

#c4331f #1fc433 #331fc4

Analogous Colors of #c4331f

#c4331f #c4861f #c41f5d

Monochromatic Colors of #c4331f

#c4331f

Complementary Color

#c4331f #1fb0c4

#c4331f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4331f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4331f Color CSS Codes

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

#c4331f Text Font Color

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

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


#c4331f Background Color

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

This div background color is #c4331f


#c4331f Border Color

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

This div border color is #c4331f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4331f


Comments

No comments written yet.

Please login to write comment.