Color Hex Logo

#cc091c Color Hex

#CC091C
(204,9,28)
0 Favorites   0 Comments

Color spaces of #cc091c

RGB 204928
HSL0.980.920.42
HSV354°96°80°
CMYK 0.000.960.86   0.20
XYZ25.209113.11662.3017
Yxy13.11660.62050.3229
Hunter Lab36.216860.867221.5837
CIE-Lab42.938467.205046.3178

#cc091c color RGB value is (204,9,28).

#cc091c hex color red value is 204, green value is 9 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #cc091c hue: 0.98 , saturation: 0.92 and the lightness value of cc091c is 0.42.

The process color (four color CMYK) of #cc091c color hex is 0.00, 0.96, 0.86, 0.20. Web safe color of #cc091c is #cc0033. Color #cc091c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001001 00011100
Octal 314 11 34
Decimal 204 9 28
Hex CC 9 1C

RGB Percentages of Color #cc091c

%84.65
%3.73
%11.62

CMYK Percentages of Color #cc091c

%0
%96
%86
%20

Triadic Colors of #cc091c

#cc091c #1ccc09 #091ccc

Analogous Colors of #cc091c

#cc091c #cc5709 #cc097e

Monochromatic Colors of #cc091c

#cc091c

Complementary Color

#cc091c #09ccb9

#cc091c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc091c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc091c Color CSS Codes

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

#cc091c Text Font Color

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

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


#cc091c Background Color

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

This div background color is #cc091c


#cc091c Border Color

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

This div border color is #cc091c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc091c


Comments

No comments written yet.

Please login to write comment.