Color Hex Logo

#cc281d Color Hex

#CC281D
(204,40,29)
0 Favorites   0 Comments

Color spaces of #cc281d

RGB 2044029
HSL0.010.750.46
HSV86°80°
CMYK 0.000.800.86   0.20
XYZ25.882414.44372.5861
Yxy14.44370.60310.3366
Hunter Lab38.004955.055122.5689
CIE-Lab44.862661.745947.4457

#cc281d color RGB value is (204,40,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101000 00011101
Octal 314 50 35
Decimal 204 40 29
Hex CC 28 1D

RGB Percentages of Color #cc281d

%74.73
%14.65
%10.62

CMYK Percentages of Color #cc281d

%0
%80
%86
%20

Triadic Colors of #cc281d

#cc281d #1dcc28 #281dcc

Analogous Colors of #cc281d

#cc281d #cc801d #cc1d6a

Monochromatic Colors of #cc281d

#cc281d

Complementary Color

#cc281d #1dc1cc

#cc281d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc281d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc281d Color CSS Codes

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

#cc281d Text Font Color

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

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


#cc281d Background Color

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

This div background color is #cc281d


#cc281d Border Color

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

This div border color is #cc281d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc281d


Comments

No comments written yet.

Please login to write comment.