Color Hex Logo

#ce252d Color Hex

#CE252D
(206,37,45)
0 Favorites   0 Comments

Color spaces of #ce252d

RGB 2063745
HSL0.990.700.48
HSV357°82°81°
CMYK 0.000.820.78   0.19
XYZ26.588814.63443.9060
Yxy14.63440.58920.3243
Hunter Lab38.254957.118920.7247
CIE-Lab45.129363.518339.4344

#ce252d color RGB value is (206,37,45).

#ce252d hex color red value is 206, green value is 37 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ce252d hue: 0.99 , saturation: 0.70 and the lightness value of ce252d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100101 00101101
Octal 316 45 55
Decimal 206 37 45
Hex CE 25 2D

RGB Percentages of Color #ce252d

%71.53
%12.85
%15.63

CMYK Percentages of Color #ce252d

%0
%82
%78
%19

Triadic Colors of #ce252d

#ce252d #2dce25 #252dce

Analogous Colors of #ce252d

#ce252d #ce7225 #ce2582

Monochromatic Colors of #ce252d

#ce252d

Complementary Color

#ce252d #25cec6

#ce252d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce252d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce252d Color CSS Codes

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

#ce252d Text Font Color

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

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


#ce252d Background Color

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

This div background color is #ce252d


#ce252d Border Color

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

This div border color is #ce252d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce252d


Comments

No comments written yet.

Please login to write comment.