Color Hex Logo

#cc191e Color Hex

#CC191E
(204,25,30)
0 Favorites   0 Comments

Color spaces of #cc191e

RGB 2042530
HSL1.000.780.45
HSV358°88°80°
CMYK 0.000.880.85   0.20
XYZ25.483813.62642.5153
Yxy13.62640.61220.3274
Hunter Lab36.914058.629321.7998
CIE-Lab43.692365.118145.9573

#cc191e color RGB value is (204,25,30).

#cc191e hex color red value is 204, green value is 25 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #cc191e hue: 1.00 , saturation: 0.78 and the lightness value of cc191e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011001 00011110
Octal 314 31 36
Decimal 204 25 30
Hex CC 19 1E

RGB Percentages of Color #cc191e

%78.76
%9.65
%11.58

CMYK Percentages of Color #cc191e

%0
%88
%85
%20

Triadic Colors of #cc191e

#cc191e #1ecc19 #191ecc

Analogous Colors of #cc191e

#cc191e #cc6e19 #cc1978

Monochromatic Colors of #cc191e

#cc191e

Complementary Color

#cc191e #19ccc7

#cc191e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc191e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc191e Color CSS Codes

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

#cc191e Text Font Color

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

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


#cc191e Background Color

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

This div background color is #cc191e


#cc191e Border Color

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

This div border color is #cc191e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc191e


Comments

No comments written yet.

Please login to write comment.