Color Hex Logo

#cd252e Color Hex

#CD252E
(205,37,46)
0 Favorites   0 Comments

Color spaces of #cd252e

RGB 2053746
HSL0.990.690.47
HSV357°82°80°
CMYK 0.000.820.78   0.20
XYZ26.331514.49953.9956
Yxy14.49950.58740.3235
Hunter Lab38.078256.797820.4334
CIE-Lab44.940963.272238.6090

#cd252e color RGB value is (205,37,46).

#cd252e hex color red value is 205, green value is 37 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cd252e hue: 0.99 , saturation: 0.69 and the lightness value of cd252e is 0.47.

The process color (four color CMYK) of #cd252e color hex is 0.00, 0.82, 0.78, 0.20. Web safe color of #cd252e is #cc3333. Color #cd252e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00100101 00101110
Octal 315 45 56
Decimal 205 37 46
Hex CD 25 2E

RGB Percentages of Color #cd252e

%71.18
%12.85
%15.97

CMYK Percentages of Color #cd252e

%0
%82
%78
%20

Triadic Colors of #cd252e

#cd252e #2ecd25 #252ecd

Analogous Colors of #cd252e

#cd252e #cd7025 #cd2582

Monochromatic Colors of #cd252e

#cd252e

Complementary Color

#cd252e #25cdc4

#cd252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd252e Color CSS Codes

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

#cd252e Text Font Color

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

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


#cd252e Background Color

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

This div background color is #cd252e


#cd252e Border Color

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

This div border color is #cd252e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,37,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd252e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd252e;
  -webkit-box-shadow: 1px 1px 3px 2px #cd252e;
  box-shadow:         1px 1px 3px 2px #cd252e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,37,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd252e


Comments

No comments written yet.

Please login to write comment.