Color Hex Logo

#cc272c Color Hex

#CC272C
(204,39,44)
0 Favorites   0 Comments

Color spaces of #cc272c

RGB 2043944
HSL0.990.680.48
HSV358°81°80°
CMYK 0.000.810.78   0.20
XYZ26.082014.47033.8012
Yxy14.47030.58800.3262
Hunter Lab38.039855.818720.7032
CIE-Lab44.900062.415939.6342

#cc272c color RGB value is (204,39,44).

#cc272c hex color red value is 204, green value is 39 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cc272c hue: 0.99 , saturation: 0.68 and the lightness value of cc272c is 0.48.

The process color (four color CMYK) of #cc272c color hex is 0.00, 0.81, 0.78, 0.20. Web safe color of #cc272c is #cc3333. Color #cc272c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100111 00101100
Octal 314 47 54
Decimal 204 39 44
Hex CC 27 2C

RGB Percentages of Color #cc272c

%71.08
%13.59
%15.33

CMYK Percentages of Color #cc272c

%0
%81
%78
%20

Triadic Colors of #cc272c

#cc272c #2ccc27 #272ccc

Analogous Colors of #cc272c

#cc272c #cc7527 #cc277f

Monochromatic Colors of #cc272c

#cc272c

Complementary Color

#cc272c #27ccc7

#cc272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc272c Color CSS Codes

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

#cc272c Text Font Color

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

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


#cc272c Background Color

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

This div background color is #cc272c


#cc272c Border Color

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

This div border color is #cc272c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc272c


Comments

No comments written yet.

Please login to write comment.