Color Hex Logo

#cc112a Color Hex

#CC112A
(204,17,42)
0 Favorites   0 Comments

Color spaces of #cc112a

RGB 2041742
HSL0.980.850.43
HSV352°92°80°
CMYK 0.000.920.79   0.20
XYZ25.520213.40543.4329
Yxy13.40540.60250.3165
Hunter Lab36.613460.344320.0703
CIE-Lab43.367866.670139.1758

#cc112a color RGB value is (204,17,42).

#cc112a hex color red value is 204, green value is 17 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cc112a hue: 0.98 , saturation: 0.85 and the lightness value of cc112a is 0.43.

The process color (four color CMYK) of #cc112a color hex is 0.00, 0.92, 0.79, 0.20. Web safe color of #cc112a is #cc0033. Color #cc112a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 00101010
Octal 314 21 52
Decimal 204 17 42
Hex CC 11 2A

RGB Percentages of Color #cc112a

%77.57
%6.46
%15.97

CMYK Percentages of Color #cc112a

%0
%92
%79
%20

Triadic Colors of #cc112a

#cc112a #2acc11 #112acc

Analogous Colors of #cc112a

#cc112a #cc5611 #cc1188

Monochromatic Colors of #cc112a

#cc112a

Complementary Color

#cc112a #11ccb3

#cc112a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc112a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc112a Color CSS Codes

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

#cc112a Text Font Color

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

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


#cc112a Background Color

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

This div background color is #cc112a


#cc112a Border Color

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

This div border color is #cc112a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc112a


Comments

No comments written yet.

Please login to write comment.