Color Hex Logo

#c4021f Color Hex

#C4021F
(196,2,31)
0 Favorites   0 Comments

Color spaces of #c4021f

RGB 196231
HSL0.980.980.39
HSV351°99°77°
CMYK 0.000.990.84   0.23
XYZ23.034011.87812.3750
Yxy11.87810.61770.3186
Hunter Lab34.464658.985220.0395
CIE-Lab41.021765.948042.4323

#c4021f color RGB value is (196,2,31).

#c4021f hex color red value is 196, green value is 2 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c4021f hue: 0.98 , saturation: 0.98 and the lightness value of c4021f is 0.39.

The process color (four color CMYK) of #c4021f color hex is 0.00, 0.99, 0.84, 0.23. Web safe color of #c4021f is #cc0033. Color #c4021f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000010 00011111
Octal 304 2 37
Decimal 196 2 31
Hex C4 2 1F

RGB Percentages of Color #c4021f

%85.59
%0.87
%13.54

CMYK Percentages of Color #c4021f

%0
%99
%84
%23

Triadic Colors of #c4021f

#c4021f #1fc402 #021fc4

Analogous Colors of #c4021f

#c4021f #c44602 #c40280

Monochromatic Colors of #c4021f

#c4021f

Complementary Color

#c4021f #02c4a7

#c4021f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4021f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4021f Color CSS Codes

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

#c4021f Text Font Color

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

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


#c4021f Background Color

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

This div background color is #c4021f


#c4021f Border Color

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

This div border color is #c4021f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4021f


Comments

No comments written yet.

Please login to write comment.