Color Hex Logo

#cc121f Color Hex

#CC121F
(204,18,31)
0 Favorites   0 Comments

Color spaces of #cc121f

RGB 2041831
HSL0.990.840.44
HSV356°91°80°
CMYK 0.000.910.85   0.20
XYZ25.365513.36892.5399
Yxy13.36890.61460.3239
Hunter Lab36.563559.846121.4758
CIE-Lab43.313966.249545.1198

#cc121f color RGB value is (204,18,31).

#cc121f hex color red value is 204, green value is 18 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cc121f hue: 0.99 , saturation: 0.84 and the lightness value of cc121f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010010 00011111
Octal 314 22 37
Decimal 204 18 31
Hex CC 12 1F

RGB Percentages of Color #cc121f

%80.63
%7.11
%12.25

CMYK Percentages of Color #cc121f

%0
%91
%85
%20

Triadic Colors of #cc121f

#cc121f #1fcc12 #121fcc

Analogous Colors of #cc121f

#cc121f #cc6212 #cc127c

Monochromatic Colors of #cc121f

#cc121f

Complementary Color

#cc121f #12ccbf

#cc121f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc121f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc121f Color CSS Codes

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

#cc121f Text Font Color

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

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


#cc121f Background Color

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

This div background color is #cc121f


#cc121f Border Color

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

This div border color is #cc121f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc121f


Comments

No comments written yet.

Please login to write comment.