Color Hex Logo

#ce273d Color Hex

#CE273D
(206,39,61)
0 Favorites   0 Comments

Color spaces of #ce273d

RGB 2063961
HSL0.980.680.48
HSV352°81°81°
CMYK 0.000.810.70   0.19
XYZ27.021414.90985.8686
Yxy14.90980.56530.3119
Hunter Lab38.613257.340618.0181
CIE-Lab45.510463.639730.5047

#ce273d color RGB value is (206,39,61).

#ce273d hex color red value is 206, green value is 39 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ce273d hue: 0.98 , saturation: 0.68 and the lightness value of ce273d is 0.48.

The process color (four color CMYK) of #ce273d color hex is 0.00, 0.81, 0.70, 0.19. Web safe color of #ce273d is #cc3333. Color #ce273d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 00111101
Octal 316 47 75
Decimal 206 39 61
Hex CE 27 3D

RGB Percentages of Color #ce273d

%67.32
%12.75
%19.93

CMYK Percentages of Color #ce273d

%0
%81
%70
%19

Triadic Colors of #ce273d

#ce273d #3dce27 #273dce

Analogous Colors of #ce273d

#ce273d #ce6527 #ce2791

Monochromatic Colors of #ce273d

#ce273d

Complementary Color

#ce273d #27ceb8

#ce273d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce273d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce273d Color CSS Codes

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

#ce273d Text Font Color

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

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


#ce273d Background Color

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

This div background color is #ce273d


#ce273d Border Color

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

This div border color is #ce273d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce273d


Comments

No comments written yet.

Please login to write comment.