Color Hex Logo

#cc031f Color Hex

#CC031F
(204,3,31)
0 Favorites   0 Comments

Color spaces of #cc031f

RGB 204331
HSL0.980.970.41
HSV352°99°80°
CMYK 0.000.990.85   0.20
XYZ25.181713.00142.4786
Yxy13.00140.61930.3197
Hunter Lab36.057561.559821.1646
CIE-Lab42.765467.834544.6375

#cc031f color RGB value is (204,3,31).

#cc031f hex color red value is 204, green value is 3 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cc031f hue: 0.98 , saturation: 0.97 and the lightness value of cc031f is 0.41.

The process color (four color CMYK) of #cc031f color hex is 0.00, 0.99, 0.85, 0.20. Web safe color of #cc031f is #cc0033. Color #cc031f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 00011111
Octal 314 3 37
Decimal 204 3 31
Hex CC 3 1F

RGB Percentages of Color #cc031f

%85.71
%1.26
%13.03

CMYK Percentages of Color #cc031f

%0
%99
%85
%20

Triadic Colors of #cc031f

#cc031f #1fcc03 #031fcc

Analogous Colors of #cc031f

#cc031f #cc4c03 #cc0384

Monochromatic Colors of #cc031f

#cc031f

Complementary Color

#cc031f #03ccb0

#cc031f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc031f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc031f Color CSS Codes

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

#cc031f Text Font Color

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

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


#cc031f Background Color

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

This div background color is #cc031f


#cc031f Border Color

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

This div border color is #cc031f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc031f


Comments

No comments written yet.

Please login to write comment.