Color Hex Logo

#cc1839 Color Hex

#CC1839
(204,24,57)
0 Favorites   0 Comments

Color spaces of #cc1839

RGB 2042457
HSL0.970.790.45
HSV349°88°80°
CMYK 0.000.880.72   0.20
XYZ25.967013.78605.1633
Yxy13.78600.57810.3069
Hunter Lab37.129559.859717.7457
CIE-Lab43.924566.142530.9268

#cc1839 color RGB value is (204,24,57).

#cc1839 hex color red value is 204, green value is 24 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #cc1839 hue: 0.97 , saturation: 0.79 and the lightness value of cc1839 is 0.45.

The process color (four color CMYK) of #cc1839 color hex is 0.00, 0.88, 0.72, 0.20. Web safe color of #cc1839 is #cc0033. Color #cc1839 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011000 00111001
Octal 314 30 71
Decimal 204 24 57
Hex CC 18 39

RGB Percentages of Color #cc1839

%71.58
%8.42
%20.00

CMYK Percentages of Color #cc1839

%0
%88
%72
%20

Triadic Colors of #cc1839

#cc1839 #39cc18 #1839cc

Analogous Colors of #cc1839

#cc1839 #cc5118 #cc1893

Monochromatic Colors of #cc1839

#cc1839

Complementary Color

#cc1839 #18ccab

#cc1839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1839 Color CSS Codes

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

#cc1839 Text Font Color

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

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


#cc1839 Background Color

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

This div background color is #cc1839


#cc1839 Border Color

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

This div border color is #cc1839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc1839


Comments

No comments written yet.

Please login to write comment.