Color Hex Logo

#cc363d Color Hex

#CC363D
(204,54,61)
0 Favorites   0 Comments

Color spaces of #cc363d

RGB 2045461
HSL0.990.600.51
HSV357°74°80°
CMYK 0.000.740.70   0.20
XYZ27.063315.81266.0406
Yxy15.81260.55330.3233
Hunter Lab39.765151.894718.8290
CIE-Lab46.727758.562731.8724

#cc363d color RGB value is (204,54,61).

#cc363d hex color red value is 204, green value is 54 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #cc363d hue: 0.99 , saturation: 0.60 and the lightness value of cc363d is 0.51.

The process color (four color CMYK) of #cc363d color hex is 0.00, 0.74, 0.70, 0.20. Web safe color of #cc363d is #cc3333. Color #cc363d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110110 00111101
Octal 314 66 75
Decimal 204 54 61
Hex CC 36 3D

RGB Percentages of Color #cc363d

%63.95
%16.93
%19.12

CMYK Percentages of Color #cc363d

%0
%74
%70
%20

Triadic Colors of #cc363d

#cc363d #3dcc36 #363dcc

Analogous Colors of #cc363d

#cc363d #cc7a36 #cc3688

Monochromatic Colors of #cc363d

#cc363d

Complementary Color

#cc363d #36ccc5

#cc363d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc363d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc363d Color CSS Codes

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

#cc363d Text Font Color

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

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


#cc363d Background Color

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

This div background color is #cc363d


#cc363d Border Color

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

This div border color is #cc363d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc363d


Comments

No comments written yet.

Please login to write comment.