Color Hex Logo

#cc133d Color Hex

#CC133D
(204,19,61)
0 Favorites   0 Comments

Color spaces of #cc133d

RGB 2041961
HSL0.960.830.44
HSV346°91°80°
CMYK 0.000.910.70   0.20
XYZ25.977013.64005.6785
Yxy13.64000.57350.3011
Hunter Lab36.932460.919316.7366
CIE-Lab43.712267.099228.2290

#cc133d color RGB value is (204,19,61).

#cc133d hex color red value is 204, green value is 19 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cc133d hue: 0.96 , saturation: 0.83 and the lightness value of cc133d is 0.44.

The process color (four color CMYK) of #cc133d color hex is 0.00, 0.91, 0.70, 0.20. Web safe color of #cc133d is #cc0033. Color #cc133d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010011 00111101
Octal 314 23 75
Decimal 204 19 61
Hex CC 13 3D

RGB Percentages of Color #cc133d

%71.83
%6.69
%21.48

CMYK Percentages of Color #cc133d

%0
%91
%70
%20

Triadic Colors of #cc133d

#cc133d #3dcc13 #133dcc

Analogous Colors of #cc133d

#cc133d #cc4613 #cc139a

Monochromatic Colors of #cc133d

#cc133d

Complementary Color

#cc133d #13cca2

#cc133d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc133d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc133d Color CSS Codes

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

#cc133d Text Font Color

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

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


#cc133d Background Color

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

This div background color is #cc133d


#cc133d Border Color

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

This div border color is #cc133d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc133d


Comments

No comments written yet.

Please login to write comment.