Color Hex Logo

#cc260d Color Hex

#CC260D
(204,38,13)
0 Favorites   0 Comments

Color spaces of #cc260d

RGB 2043813
HSL0.020.880.43
HSV94°80°
CMYK 0.000.810.94   0.20
XYZ25.667614.25271.7790
Yxy14.25270.61550.3418
Hunter Lab37.752755.292523.6330
CIE-Lab44.593262.008353.7211

#cc260d color RGB value is (204,38,13).

#cc260d hex color red value is 204, green value is 38 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cc260d hue: 0.02 , saturation: 0.88 and the lightness value of cc260d is 0.43.

The process color (four color CMYK) of #cc260d color hex is 0.00, 0.81, 0.94, 0.20. Web safe color of #cc260d is #cc3300. Color #cc260d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100110 00001101
Octal 314 46 15
Decimal 204 38 13
Hex CC 26 D

RGB Percentages of Color #cc260d

%80.00
%14.90
%5.10

CMYK Percentages of Color #cc260d

%0
%81
%94
%20

Triadic Colors of #cc260d

#cc260d #0dcc26 #260dcc

Analogous Colors of #cc260d

#cc260d #cc860d #cc0d53

Monochromatic Colors of #cc260d

#cc260d

Complementary Color

#cc260d #0db3cc

#cc260d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc260d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc260d Color CSS Codes

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

#cc260d Text Font Color

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

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


#cc260d Background Color

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

This div background color is #cc260d


#cc260d Border Color

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

This div border color is #cc260d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc260d


Comments

No comments written yet.

Please login to write comment.