Color Hex Logo

#cc261d Color Hex

#CC261D
(204,38,29)
0 Favorites   0 Comments

Color spaces of #cc261d

RGB 2043829
HSL0.010.750.46
HSV86°80°
CMYK 0.000.810.86   0.20
XYZ25.816714.31232.5643
Yxy14.31230.60470.3352
Hunter Lab37.831655.605122.4633
CIE-Lab44.677562.269447.2885

#cc261d color RGB value is (204,38,29).

#cc261d hex color red value is 204, green value is 38 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cc261d hue: 0.01 , saturation: 0.75 and the lightness value of cc261d is 0.46.

The process color (four color CMYK) of #cc261d color hex is 0.00, 0.81, 0.86, 0.20. Web safe color of #cc261d is #cc3333. Color #cc261d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100110 00011101
Octal 314 46 35
Decimal 204 38 29
Hex CC 26 1D

RGB Percentages of Color #cc261d

%75.28
%14.02
%10.70

CMYK Percentages of Color #cc261d

%0
%81
%86
%20

Triadic Colors of #cc261d

#cc261d #1dcc26 #261dcc

Analogous Colors of #cc261d

#cc261d #cc7e1d #cc1d6c

Monochromatic Colors of #cc261d

#cc261d

Complementary Color

#cc261d #1dc3cc

#cc261d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc261d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc261d Color CSS Codes

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

#cc261d Text Font Color

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

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


#cc261d Background Color

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

This div background color is #cc261d


#cc261d Border Color

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

This div border color is #cc261d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc261d


Comments

No comments written yet.

Please login to write comment.