Color Hex Logo

#cc031e Color Hex

#CC031E
(204,3,30)
0 Favorites   0 Comments

Color spaces of #cc031e

RGB 204330
HSL0.980.970.41
HSV352°99°80°
CMYK 0.000.990.85   0.20
XYZ25.168712.99622.4103
Yxy12.99620.62030.3203
Hunter Lab36.050261.533021.2711
CIE-Lab42.757567.813045.1495

#cc031e color RGB value is (204,3,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000011 00011110
Octal 314 3 36
Decimal 204 3 30
Hex CC 3 1E

RGB Percentages of Color #cc031e

%86.08
%1.27
%12.66

CMYK Percentages of Color #cc031e

%0
%99
%85
%20

Triadic Colors of #cc031e

#cc031e #1ecc03 #031ecc

Analogous Colors of #cc031e

#cc031e #cc4d03 #cc0383

Monochromatic Colors of #cc031e

#cc031e

Complementary Color

#cc031e #03ccb1

#cc031e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc031e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc031e Color CSS Codes

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

#cc031e Text Font Color

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

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


#cc031e Background Color

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

This div background color is #cc031e


#cc031e Border Color

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

This div border color is #cc031e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,3,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc031e


Comments

No comments written yet.

Please login to write comment.